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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h70 class EntryBuilder;
181 class DebugLocStream::EntryBuilder { class in class:llvm::DebugLocStream
185 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) function in class:llvm::DebugLocStream::EntryBuilder
191 ~EntryBuilder() { Locs.finalizeEntry(); }
H A DDwarfDebug.cpp2737 DebugLocStream::EntryBuilder Entry(List, Begin, End);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3162 EntryBuilder->setDebugLoc(PI->getDebugLoc());
3303 EntryBuilder->setDebugLoc(DebugLoc());
3306 EntryBuilder->buildConstant(Reg, *CI);
3308 EntryBuilder->buildFConstant(Reg, *CF);
3310 EntryBuilder->buildUndef(Reg);
3312 EntryBuilder->buildConstant(Reg, 0);
3314 EntryBuilder->buildGlobalValue(Reg, GV);
3321 return translateCopy(C, *CAZ->getElementValue(0u), *EntryBuilder);
3327 EntryBuilder->buildBuildVector(Reg, Ops);
3331 return translateCopy(C, *CV->getElementAsConstant(0), *EntryBuilder);
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h593 // CSEMIRBuilder EntryBuilder;
594 std::unique_ptr<MachineIRBuilder> EntryBuilder; member in class:llvm::IRTranslator
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp867 IRBuilder<> EntryBuilder(&Fn->getEntryBlock().front());
884 BiasLI = EntryBuilder.CreateLoad(Int64Ty, Bias);

Completed in 189 milliseconds