Home
last modified time | relevance | path

Searched refs:Value1 (Results 1 – 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugRnglists.cpp32 Value0 = Value1 = 0; in extract()
41 Value1 = Data.getULEB128(C); in extract()
45 Value1 = Data.getULEB128(C); in extract()
50 Value1 = Data.getULEB128(C); in extract()
59 Value1 = Data.getRelocatedAddress(C); in extract()
64 Value1 = Data.getULEB128(C); in extract()
125 E.HighPC = RLE.Value1; in getAbsoluteRanges()
135 E.HighPC = RLE.Value1; in getAbsoluteRanges()
139 E.HighPC = E.LowPC + RLE.Value1; in getAbsoluteRanges()
147 E.HighPC = E.LowPC + RLE.Value1; in getAbsoluteRanges()
[all …]
DDWARFDebugLoc.cpp64 Optional<SectionedAddress> HighPC = LookupAddr(E.Value1); in Interpret()
66 return createResolverError(E.Value1, E.Kind); in Interpret()
76 LowPC->Address + E.Value1, in Interpret()
86 DWARFAddressRange Range{Base->Address + E.Value0, Base->Address + E.Value1, in Interpret()
99 DWARFAddressRange{E.Value0, E.Value1, E.SectionIndex}, E.Loc}; in Interpret()
102 DWARFAddressRange{E.Value0, E.Value0 + E.Value1, E.SectionIndex}, in Interpret()
215 uint64_t Value1 = Data.getRelocatedAddress(C, &SectionIndex); in visitLocationList() local
223 if (Value0 == 0 && Value1 == 0) { in visitLocationList()
227 E.Value0 = Value1; in visitLocationList()
232 E.Value1 = Value1; in visitLocationList()
[all …]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
Dscudo_termination.cpp36 u64 Value1, u64 Value2) { in CheckFailed() argument
38 File, Line, Condition, Value1, Value2); in CheckFailed()
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
Dprexpress.c407 AslGbl_CurrentLineNumber, ACPI_FORMAT_UINT64 (Value1)); in PrResolveIntegerExpression()
409 *ReturnValue = Value1; in PrResolveIntegerExpression()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
DReassociate.h87 WeakVH Value1; member
90 bool isValid() const { return Value1 && Value2; } in isValid()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Option/
DArg.cpp33 const char *Value1, const Arg *BaseArg) in Arg() argument
37 Values.push_back(Value1); in Arg()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCELFObjectWriter.h132 static unsigned setRTypes(unsigned Value1, unsigned Value2, unsigned Value3) { in setRTypes() argument
133 return ((Value1 & 0xff) << R_TYPE_SHIFT) | in setRTypes()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dreport.cpp41 const char *Condition, u64 Value1, u64 Value2) { in reportCheckFailed() argument
49 File, Line, Condition, Value1, Value2); in reportCheckFailed()
Dinternal_defs.h107 const char *Condition, u64 Value1, u64 Value2);
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
Dtdutil.h65 bit32 Value1,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugRnglists.h34 uint64_t Value1; member
DDWARFDebugLoc.h35 uint64_t Value1; member
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Option/
DArg.h72 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DCFG.cpp1009 const llvm::APSInt &Value1, in analyzeLogicOperatorCondition() argument
1011 assert(Value1.isSigned() == Value2.isSigned()); in analyzeLogicOperatorCondition()
1016 return TryResult(Value1 == Value2); in analyzeLogicOperatorCondition()
1018 return TryResult(Value1 != Value2); in analyzeLogicOperatorCondition()
1020 return TryResult(Value1 < Value2); in analyzeLogicOperatorCondition()
1022 return TryResult(Value1 <= Value2); in analyzeLogicOperatorCondition()
1024 return TryResult(Value1 > Value2); in analyzeLogicOperatorCondition()
1026 return TryResult(Value1 >= Value2); in analyzeLogicOperatorCondition()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1863 SDValue Value1, Value2; in ExpandBUILD_VECTOR() local
1883 if (!Value1.getNode()) { in ExpandBUILD_VECTOR()
1884 Value1 = V; in ExpandBUILD_VECTOR()
1886 if (V != Value1) in ExpandBUILD_VECTOR()
1888 } else if (V != Value1 && V != Value2) { in ExpandBUILD_VECTOR()
1893 if (!Value1.getNode()) in ExpandBUILD_VECTOR()
1948 ShuffleVec[i] = V == Value1 ? 0 : NumElems; in ExpandBUILD_VECTOR()
1952 SDValue Vec1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Value1); in ExpandBUILD_VECTOR()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DRegisterCoalescer.cpp2460 bool valuesIdentical(VNInfo *Value0, VNInfo *Value1, const JoinVals &Other) const;
2635 bool JoinVals::valuesIdentical(VNInfo *Value0, VNInfo *Value1, in valuesIdentical() argument
2640 if (Orig0 == Value1 && Reg0 == Other.Reg) in valuesIdentical()
2645 std::tie(Orig1, Reg1) = Other.followCopyChain(Value1); in valuesIdentical()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp24328 SDValue Value0, Value1; in splitVectorStore() local
24329 std::tie(Value0, Value1) = splitVector(StoredVal, DAG, DL); in splitVectorStore()
24338 SDValue Ch1 = DAG.getStore(Store->getChain(), DL, Value1, Ptr1, in splitVectorStore()