Searched refs:Value1 (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_termination.cpp36 u64 Value1, u64 Value2) {
38 File, Line, Condition, Value1, Value2);
35 CheckFailed(const char *File, int Line, const char *Condition, u64 Value1, u64 Value2) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp31 Value0 = Value1 = 0;
53 Value1 = Data.getULEB128(OffsetPtr);
65 Value1 = Data.getULEB128(OffsetPtr);
90 Value1 = Data.getRelocatedAddress(OffsetPtr);
96 Value1 = Data.getULEB128(OffsetPtr);
149 E.HighPC = RLE.Value1;
157 E.HighPC = RLE.Value1;
161 E.HighPC = E.LowPC + RLE.Value1;
169 E.HighPC = E.LowPC + RLE.Value1;
191 DWARFAddressRange(Entry.Value0, Entry.Value1)
[all...]
H A DDWARFDebugLoc.cpp64 Optional<SectionedAddress> HighPC = LookupAddr(E.Value1);
66 return createResolverError(E.Value1, E.Kind);
76 LowPC->Address + E.Value1,
86 DWARFAddressRange Range{Base->Address + E.Value0, Base->Address + E.Value1,
99 DWARFAddressRange{E.Value0, E.Value1, E.SectionIndex}, E.Loc};
102 DWARFAddressRange{E.Value0, E.Value0 + E.Value1, E.SectionIndex},
217 uint64_t Value1 = Data.getRelocatedAddress(C, &SectionIndex);
225 if (Value0 == 0 && Value1 == 0) {
229 E.Value0 = Value1;
234 E.Value1
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdutil.h65 bit32 Value1,
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Dprexpress.c407 Gbl_CurrentLineNumber, ACPI_FORMAT_UINT64 (Value1));
409 *ReturnValue = Value1;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRnglists.h35 uint64_t Value1; member in struct:llvm::RangeListEntry
H A DDWARFDebugLoc.h35 uint64_t Value1; member in struct:llvm::DWARFLocationEntry
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Option/
H A DArg.cpp33 const char *Value1, const Arg *BaseArg)
37 Values.push_back(Value1);
32 Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, const char *Value1, const Arg *BaseArg) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h87 WeakVH Value1; member in struct:llvm::ReassociatePass::PairMapValue
90 bool isValid() const { return Value1 && Value2; }
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp41 const char *Condition, u64 Value1, u64 Value2) {
49 Value1, Value2);
40 reportCheckFailed(const char *File, int Line, const char *Condition, u64 Value1, u64 Value2) argument
H A Dinternal_defs.h82 const char *Condition, u64 Value1, u64 Value2);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h72 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1011 const llvm::APSInt &Value1,
1013 assert(Value1.isSigned() == Value2.isSigned());
1018 return TryResult(Value1 == Value2);
1020 return TryResult(Value1 != Value2);
1022 return TryResult(Value1 < Value2);
1024 return TryResult(Value1 <= Value2);
1026 return TryResult(Value1 > Value2);
1028 return TryResult(Value1 >= Value2);
1088 // Value less than both Value1 and Value2
1092 // Value between Value1 an
1010 analyzeLogicOperatorCondition(BinaryOperatorKind Relation, const llvm::APSInt &Value1, const llvm::APSInt &Value2) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1907 SDValue Value1, Value2;
1927 if (!Value1.getNode()) {
1928 Value1 = V;
1930 if (V != Value1)
1932 } else if (V != Value1 && V != Value2) {
1937 if (!Value1.getNode())
1992 ShuffleVec[i] = V == Value1 ? 0 : NumElems;
1996 SDValue Vec1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Value1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2325 bool valuesIdentical(VNInfo *Value0, VNInfo *Value1, const JoinVals &Other) const;
2499 bool JoinVals::valuesIdentical(VNInfo *Value0, VNInfo *Value1, argument
2504 if (Orig0 == Value1 && Reg0 == Other.Reg)
2509 std::tie(Orig1, Reg1) = Other.followCopyChain(Value1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22630 SDValue Value1 = extractSubVector(StoredVal, NumElems / 2, DAG, DL, HalfSize);
22637 SDValue Ch1 = DAG.getStore(Store->getChain(), DL, Value1, Ptr1,
[all...]

Completed in 536 milliseconds