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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h71 class EntryBuilder;
183 class DebugLocStream::EntryBuilder { class in class:llvm::DebugLocStream
187 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) function in class:llvm::DebugLocStream::EntryBuilder
193 ~EntryBuilder() { Locs.finalizeEntry(); }
H A DDwarfDebug.cpp2693 DebugLocStream::EntryBuilder Entry(List, Begin, End);
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3005 EntryBuilder->setDebugLoc(PI->getDebugLoc());
3050 EntryBuilder->setDebugLoc(DebugLoc());
3053 EntryBuilder->buildConstant(Reg, *CI);
3055 EntryBuilder->buildFConstant(Reg, *CF);
3057 EntryBuilder->buildUndef(Reg);
3059 EntryBuilder->buildConstant(Reg, 0);
3061 EntryBuilder->buildGlobalValue(Reg, GV);
3068 return translateCopy(C, *CAZ->getElementValue(0u), *EntryBuilder);
3074 EntryBuilder->buildBuildVector(Reg, Ops);
3078 return translateCopy(C, *CV->getElementAsConstant(0), *EntryBuilder);
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h555 // CSEMIRBuilder EntryBuilder;
556 std::unique_ptr<MachineIRBuilder> EntryBuilder; member in class:llvm::IRTranslator
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp682 IRBuilder<> EntryBuilder(&Fn->getEntryBlock().front());
699 BiasLI = EntryBuilder.CreateLoad(Int64Ty, Bias);

Completed in 138 milliseconds