Searched refs:EntryBuilder (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugLocStream.h | 70 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 D | DwarfDebug.cpp | 2737 DebugLocStream::EntryBuilder Entry(List, Begin, End); in finalize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 3303 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 D | IRTranslator.h | 594 std::unique_ptr<MachineIRBuilder> EntryBuilder; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 867 IRBuilder<> EntryBuilder(&Fn->getEntryBlock().front()); in getCounterAddress() local 884 BiasLI = EntryBuilder.CreateLoad(Int64Ty, Bias); in getCounterAddress()
|