| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugRnglists.cpp | 32 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 D | DWARFDebugLoc.cpp | 57 Base = LookupAddr(E.Value0); in Interpret() 104 DWARFAddressRange{E.Value0, E.Value0 + E.Value1, E.SectionIndex}, in Interpret() 229 E.Value0 = Value1; in visitLocationList() 233 E.Value0 = Value0; in visitLocationList() 254 uint64_t Value0, Value1; in dumpRawEntry() local 258 Value1 = Entry.Value0; in dumpRawEntry() 261 Value0 = Entry.Value0; in dumpRawEntry() 288 E.Value0 = Data.getULEB128(C); in visitLocationList() 291 E.Value0 = Data.getULEB128(C); in visitLocationList() 295 E.Value0 = Data.getULEB128(C); in visitLocationList() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Option/ |
| H A D | Arg.cpp | 25 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()
|
| /llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/Mips/ |
| H A D | TargetTest.cpp | 86 const uint32_t Value0 = 0xFFFF0000UL; in TEST_F() local 88 EXPECT_THAT(setRegTo(Reg0, APInt(32, Value0)), in TEST_F() 98 const uint32_t Value0 = 0x7FFF0000UL; in TEST_F() local 100 EXPECT_THAT(setRegTo(Reg0, APInt(32, Value0)), in TEST_F()
|
| /llvm-project-15.0.7/llvm/include/llvm/Option/ |
| H A D | Arg.h | 70 const char *Value0, const Arg *BaseArg = nullptr); 72 const char *Value0, const char *Value1, const Arg *BaseArg = nullptr);
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | SelectionDAGAddressAnalysisTest.cpp | 283 SDValue Value0 = DAG->getConstant(0, Loc, SubFixedVecVT2xi8); in TEST_F() local 289 SDValue Store0 = DAG->getStore(DAG->getEntryNode(), Loc, Value0, Index0, in TEST_F() 324 SDValue Value0 = DAG->getConstant(0, Loc, SubFixedVecVT4xi8); in TEST_F() local 330 SDValue Store0 = DAG->getStore(DAG->getEntryNode(), Loc, Value0, Index0, in TEST_F() 359 SDValue Value0 = DAG->getConstant(0, Loc, FixedVecVT); in TEST_F() local 364 SDValue Store0 = DAG->getStore(DAG->getEntryNode(), Loc, Value0, Index0, in TEST_F()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugRnglists.h | 36 uint64_t Value0; member
|
| H A D | DWARFDebugLoc.h | 36 uint64_t Value0; member
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 546 BaseAddress = Entry.Value0; in updateUnitDebugInfo() 555 BaseAddress + Entry.Value0, BaseAddress + Entry.Value1, in updateUnitDebugInfo() 560 Entry.Value0, Entry.Value0 + Entry.Value1, Entry.Loc}); in updateUnitDebugInfo() 564 Unit.getAddrOffsetSectionItem(Entry.Value0); in updateUnitDebugInfo() 571 Unit.getAddrOffsetSectionItem(Entry.Value0); in updateUnitDebugInfo() 580 Unit.getAddrOffsetSectionItem(Entry.Value0); in updateUnitDebugInfo()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RegisterCoalescer.cpp | 2455 bool valuesIdentical(VNInfo *Value0, VNInfo *Value1, const JoinVals &Other) const; 2630 bool JoinVals::valuesIdentical(VNInfo *Value0, VNInfo *Value1, in valuesIdentical() argument 2634 std::tie(Orig0, Reg0) = followCopyChain(Value0); in valuesIdentical()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 25598 SDValue Value0, Value1; in splitVectorStore() local 25599 std::tie(Value0, Value1) = splitVector(StoredVal, DAG, DL); in splitVectorStore() 25600 unsigned HalfOffset = Value0.getValueType().getStoreSize(); in splitVectorStore() 25605 DAG.getStore(Store->getChain(), DL, Value0, Ptr0, Store->getPointerInfo(), in splitVectorStore()
|