Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp2587 DebugLocStream::EntryBuilder Entry(List, Begin, End); in finalize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2834 EntryBuilder->setDebugLoc(PI->getDebugLoc()); in finishPendingPhis()
2887 EntryBuilder->setDebugLoc(DILocation::get(C.getContext(), 0, 0, in translate()
2892 EntryBuilder->buildConstant(Reg, *CI); in translate()
2894 EntryBuilder->buildFConstant(Reg, *CF); in translate()
2896 EntryBuilder->buildUndef(Reg); in translate()
2898 EntryBuilder->buildConstant(Reg, 0); in translate()
2900 EntryBuilder->buildGlobalValue(Reg, GV); in translate()
2907 return translateCopy(C, *CAZ->getElementValue(0u), *EntryBuilder.get()); in translate()
2913 EntryBuilder->buildBuildVector(Reg, Ops); in translate()
2918 *EntryBuilder.get()); in translate()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h561 std::unique_ptr<MachineIRBuilder> EntryBuilder; variable