Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h70 class EntryBuilder; variable
181 class DebugLocStream::EntryBuilder {
185 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) in EntryBuilder() function
191 ~EntryBuilder() { Locs.finalizeEntry(); } in ~EntryBuilder()
H A DDwarfDebug.cpp2737 DebugLocStream::EntryBuilder Entry(List, Begin, End); in finalize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3303 EntryBuilder->setDebugLoc(DebugLoc()); in translate()
3306 EntryBuilder->buildConstant(Reg, *CI); in translate()
3308 EntryBuilder->buildFConstant(Reg, *CF); in translate()
3310 EntryBuilder->buildUndef(Reg); in translate()
3312 EntryBuilder->buildConstant(Reg, 0); in translate()
3314 EntryBuilder->buildGlobalValue(Reg, GV); in translate()
3327 EntryBuilder->buildBuildVector(Reg, Ops); in translate()
3614 EntryBuilder.reset(); in finalizeFunction()
3649 EntryBuilder->setCSEInfo(CSEInfo); in runOnMachineFunction()
3658 EntryBuilder->setMF(*MF); in runOnMachineFunction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h594 std::unique_ptr<MachineIRBuilder> EntryBuilder; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp867 IRBuilder<> EntryBuilder(&Fn->getEntryBlock().front()); in getCounterAddress() local
884 BiasLI = EntryBuilder.CreateLoad(Int64Ty, Bias); in getCounterAddress()