Searched refs:EntryBuilder (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocStream.h | 71 class EntryBuilder; variable 184 class DebugLocStream::EntryBuilder { 188 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) in EntryBuilder() function 194 ~EntryBuilder() { Locs.finalizeEntry(); } in ~EntryBuilder()
|
| H A D | DwarfDebug.cpp | 2657 DebugLocStream::EntryBuilder Entry(List, Begin, End); in finalize()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 3025 EntryBuilder->setDebugLoc(DebugLoc()); in translate() 3028 EntryBuilder->buildConstant(Reg, *CI); in translate() 3030 EntryBuilder->buildFConstant(Reg, *CF); in translate() 3032 EntryBuilder->buildUndef(Reg); in translate() 3034 EntryBuilder->buildConstant(Reg, 0); in translate() 3036 EntryBuilder->buildGlobalValue(Reg, GV); in translate() 3049 EntryBuilder->buildBuildVector(Reg, Ops); in translate() 3336 EntryBuilder.reset(); in finalizeFunction() 3371 EntryBuilder->setCSEInfo(CSEInfo); in runOnMachineFunction() 3380 EntryBuilder->setMF(*MF); in runOnMachineFunction() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 675 IRBuilder<> EntryBuilder(&Fn->getEntryBlock().front()); in getCounterAddress() local 692 BiasLI = EntryBuilder.CreateLoad(Int64Ty, Bias); in getCounterAddress()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | IRTranslator.h | 554 std::unique_ptr<MachineIRBuilder> EntryBuilder; variable
|