Searched refs:EntryBuilder (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.h | 70 class EntryBuilder; 181 class DebugLocStream::EntryBuilder { 185 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) 191 ~EntryBuilder() { Locs.finalizeEntry(); } 71 class EntryBuilder; global() variable 187 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) EntryBuilder() function
|
H A D | DwarfDebug.cpp | 2738 DebugLocStream::EntryBuilder Entry(List, Begin, End); in finalize()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 3350 EntryBuilder->setDebugLoc(PI->getDebugLoc()); in finishPendingPhis() 3501 EntryBuilder->setDebugLoc(DebugLoc()); in translate() 3504 EntryBuilder->buildConstant(Reg, *CI); in translate() 3506 EntryBuilder->buildFConstant(Reg, *CF); in translate() 3508 EntryBuilder->buildUndef(Reg); in translate() 3510 EntryBuilder->buildConstant(Reg, 0); in translate() 3512 EntryBuilder->buildGlobalValue(Reg, GV); in translate() 3516 EntryBuilder->buildConstantPtrAuth(Reg, CPA, Addr, AddrDisc); in translate() 3523 return translateCopy(C, *CAZ->getElementValue(0u), *EntryBuilder); in translate() 3529 EntryBuilder->buildBuildVector(Reg, Ops); in translate() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | IRTranslator.h | 610 std::unique_ptr<MachineIRBuilder> EntryBuilder; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1120 IRBuilder<> EntryBuilder(&Fn->getEntryBlock().front()); in getCounterAddress() local 1122 BiasLI = EntryBuilder.CreateLoad(Int64Ty, Bias, "profc_bias"); in getCounterAddress()
|