Home
last modified time | relevance | path

Searched refs:Inserter (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsEmitGPRestore.cpp28 struct Inserter : public MachineFunctionPass { struct
34 Inserter(TargetMachine &tm) in Inserter() argument
43 char Inserter::ID = 0;
46 bool Inserter::runOnMachineFunction(MachineFunction &F) { in runOnMachineFunction()
92 return new Inserter(tm); in createMipsEmitGPRestorePass()
/external/google-breakpad/src/common/
Dtest_assembler.cc204 template<typename Inserter>
206 size_t size, uint64_t number, Inserter dest) { in InsertEndian()
/external/clang/lib/CodeGen/
DCGBuilder.h54 const CGBuilderInserterTy &Inserter) in CGBuilderTy() argument
55 : CGBuilderBaseTy(C, F, Inserter), TypeCache(TypeCache) {} in CGBuilderTy()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h331 typename Inserter = IRBuilderDefaultInserter<preserveNames> >
332 class IRBuilder : public IRBuilderBase, public Inserter {
335 IRBuilder(LLVMContext &C, const T &F, const Inserter &I = Inserter())
336 : IRBuilderBase(C), Inserter(I), Folder(F) { in IRBuilderBase()
/external/llvm/include/llvm/IR/
DIRBuilder.h565 typename Inserter = IRBuilderDefaultInserter>
566 class IRBuilder : public IRBuilderBase, public Inserter {
570 IRBuilder(LLVMContext &C, const T &F, Inserter I = Inserter(),
573 : IRBuilderBase(C, FPMathTag, OpBundles), Inserter(std::move(I)), in IRBuilderBase()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h730 typename Inserter = IRBuilderDefaultInserter>
731 class IRBuilder : public IRBuilderBase, public Inserter {
735 IRBuilder(LLVMContext &C, const T &F, Inserter I = Inserter(),
738 : IRBuilderBase(C, FPMathTag, OpBundles), Inserter(std::move(I)), in IRBuilderBase()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2435 InsertionHandler Inserter; member in __anon65f3f0830211::TypePromotionTransaction::InstructionRemover
2447 : TypePromotionAction(Inst), Inserter(Inst), Hider(Inst), in InstructionRemover()
2464 Inserter.insert(Inst); in undo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2371 InsertionHandler Inserter; member in __anond0867ddb0411::TypePromotionTransaction::InstructionRemover
2390 : TypePromotionAction(Inst), Inserter(Inst), Hider(Inst), in InstructionRemover()
2408 Inserter.insert(Inst); in undo()
/external/llvm/lib/Target/AMDGPU/
DR600Instructions.td1524 // Custom Inserter for Branches and returns, this eventually will be a
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600Instructions.td1558 // Custom Inserter for Branches and returns, this eventually will be a