Home
last modified time | relevance | path

Searched refs:Value0 (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp32 Value0 = Value1 = 0; in extract()
36 Value0 = Data.getULEB128(C); in extract()
40 Value0 = Data.getULEB128(C); in extract()
44 Value0 = Data.getULEB128(C); in extract()
49 Value0 = Data.getULEB128(C); in extract()
122 E.LowPC = RLE.Value0; in getAbsoluteRanges()
134 E.LowPC = RLE.Value0; in getAbsoluteRanges()
138 E.LowPC = RLE.Value0; in getAbsoluteRanges()
212 CurrentBase = Value0; in dump()
220 CurrentBase = Value0; in dump()
[all …]
H A DDWARFDebugLoc.cpp58 Base = LookupAddr(E.Value0); in Interpret()
105 DWARFAddressRange{E.Value0, E.Value0 + E.Value1, E.SectionIndex}, in Interpret()
227 E.Value0 = Value1; in visitLocationList()
231 E.Value0 = Value0; in visitLocationList()
252 uint64_t Value0, Value1; in dumpRawEntry() local
256 Value1 = Entry.Value0; in dumpRawEntry()
259 Value0 = Entry.Value0; in dumpRawEntry()
286 E.Value0 = Data.getULEB128(C); in visitLocationList()
289 E.Value0 = Data.getULEB128(C); in visitLocationList()
293 E.Value0 = Data.getULEB128(C); in visitLocationList()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Option/
H A DArg.cpp25 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg() argument
29 Values.push_back(Value0); in Arg()
32 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg() argument
36 Values.push_back(Value0); in Arg()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h76 const char *Value0, const Arg *BaseArg = nullptr);
78 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRnglists.h35 uint64_t Value0; member
H A DDWARFDebugLoc.h35 uint64_t Value0; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp1018 BaseAddr = Entry.Value0; in processLocationList()
1022 LowPC = BaseAddr + Entry.Value0; in processLocationList()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2541 bool valuesIdentical(VNInfo *Value0, VNInfo *Value1, const JoinVals &Other) const;
2716 bool JoinVals::valuesIdentical(VNInfo *Value0, VNInfo *Value1, in valuesIdentical() argument
2720 std::tie(Orig0, Reg0) = followCopyChain(Value0); in valuesIdentical()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3315 Value *Value0 = EmitScalarExpr(Arg0); in EmitBuiltinExpr() local
3318 Value *Values[] = {Value0, Value1}; in EmitBuiltinExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24405 SDValue Value0, Value1; in splitVectorStore() local
24406 std::tie(Value0, Value1) = splitVector(StoredVal, DAG, DL); in splitVectorStore()
24407 unsigned HalfOffset = Value0.getValueType().getStoreSize(); in splitVectorStore()
24412 DAG.getStore(Store->getChain(), DL, Value0, Ptr0, Store->getPointerInfo(), in splitVectorStore()