Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A 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 …]
H A DDWARFDebugLoc.cpp68 std::optional<SectionedAddress> HighPC = LookupAddr(E.Value1); in Interpret()
70 return createResolverError(E.Value1, E.Kind); in Interpret()
80 LowPC->Address + E.Value1, in Interpret()
90 DWARFAddressRange Range{Base->Address + E.Value0, Base->Address + E.Value1, in Interpret()
103 DWARFAddressRange{E.Value0, E.Value1, E.SectionIndex}, E.Loc}; in Interpret()
106 DWARFAddressRange{E.Value0, E.Value0 + E.Value1, E.SectionIndex}, in Interpret()
216 uint64_t Value1 = Data.getRelocatedAddress(C, &SectionIndex); in visitLocationList() local
224 if (Value0 == 0 && Value1 == 0) { in visitLocationList()
228 E.Value0 = Value1; in visitLocationList()
233 E.Value1 = Value1; in visitLocationList()
[all …]
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dprexpress.c407 AslGbl_CurrentLineNumber, ACPI_FORMAT_UINT64 (Value1)); in PrResolveIntegerExpression()
409 *ReturnValue = Value1; in PrResolveIntegerExpression()
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DArg.cpp34 const char *Value1, const Arg *BaseArg) in Arg() argument
38 Values.push_back(Value1); in Arg()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h89 WeakVH Value1; member
92 bool isValid() const { return Value1 && Value2; } in isValid()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp38 const char *Condition, u64 Value1, u64 Value2) { in reportCheckFailed() argument
46 File, Line, Condition, Value1, Value2); in reportCheckFailed()
H A Dinternal_defs.h107 const char *Condition, u64 Value1, u64 Value2);
/freebsd/contrib/bsddialog/examples_utility/
H A Dform.sh18 Label1: 0 0 Value1 0 8 18 25 \
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h132 static unsigned setRTypes(unsigned Value1, unsigned Value2, unsigned Value3) { in setRTypes() argument
133 return ((Value1 & 0xff) << R_TYPE_SHIFT) | in setRTypes()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdutil.h64 bit32 Value1,
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRnglists.h37 uint64_t Value1; member
H A DDWARFDebugLoc.h39 uint64_t Value1; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h79 const char *Value0, const char *Value1,
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1085 const APFloatOrInt &Value1, in analyzeLogicOperatorCondition() argument
1091 return TryResult(Value1 == Value2); in analyzeLogicOperatorCondition()
1093 return TryResult(Value1 != Value2); in analyzeLogicOperatorCondition()
1095 return TryResult(Value1 < Value2); in analyzeLogicOperatorCondition()
1097 return TryResult(Value1 <= Value2); in analyzeLogicOperatorCondition()
1099 return TryResult(Value1 > Value2); in analyzeLogicOperatorCondition()
1101 return TryResult(Value1 >= Value2); in analyzeLogicOperatorCondition()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2601 bool valuesIdentical(VNInfo *Value0, VNInfo *Value1,
2777 bool JoinVals::valuesIdentical(VNInfo *Value0, VNInfo *Value1, in valuesIdentical() argument
2782 if (Orig0 == Value1 && Reg0 == Other.Reg) in valuesIdentical()
2787 std::tie(Orig1, Reg1) = Other.followCopyChain(Value1); in valuesIdentical()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp840 HighPC = BaseAddr + Entry.Value1; in processLocationList()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2003 SDValue Value1, Value2; in ExpandBUILD_VECTOR() local
2023 if (!Value1.getNode()) { in ExpandBUILD_VECTOR()
2024 Value1 = V; in ExpandBUILD_VECTOR()
2026 if (V != Value1) in ExpandBUILD_VECTOR()
2028 } else if (V != Value1 && V != Value2) { in ExpandBUILD_VECTOR()
2033 if (!Value1.getNode()) in ExpandBUILD_VECTOR()
2088 ShuffleVec[i] = V == Value1 ? 0 : NumElems; in ExpandBUILD_VECTOR()
2092 SDValue Vec1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Value1); in ExpandBUILD_VECTOR()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3549 Value *Value1 = EmitScalarExpr(Arg1); in EmitBuiltinExpr() local
3551 Value *Values[] = {Value0, Value1}; in EmitBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25469 SDValue Value0, Value1; in splitVectorStore() local
25470 std::tie(Value0, Value1) = splitVector(StoredVal, DAG, DL); in splitVectorStore()
25479 DAG.getStore(Store->getChain(), DL, Value1, Ptr1, in splitVectorStore()