Home
last modified time | relevance | path

Searched refs:EntryBuilder (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h71 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 DDwarfDebug.cpp2657 DebugLocStream::EntryBuilder Entry(List, Begin, End); in finalize()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3025 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 DInstrProfiling.cpp675 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 DIRTranslator.h554 std::unique_ptr<MachineIRBuilder> EntryBuilder; variable