Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGLoopInfo.h125 void InsertHelper(llvm::Instruction *I) const;
DCodeGenFunction.cpp1908 void CodeGenFunction::InsertHelper(llvm::Instruction *I, in InsertHelper() function in CodeGenFunction
1912 LoopStack.InsertHelper(I); in InsertHelper()
1917 void CGBuilderInserter::InsertHelper( in InsertHelper() function in CGBuilderInserter
1920 llvm::IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt); in InsertHelper()
1922 CGF->InsertHelper(I, Name, BB, InsertPt); in InsertHelper()
DCGLoopInfo.cpp277 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper() function in LoopInfoStack
DCGBuilder.h33 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
DCodeGenFunction.h145 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h62 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function
64 IRBuilderDefaultInserter<true>::InsertHelper(I, Name, BB, InsertPt); in InsertHelper()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h149 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, in InsertHelper() function
151 IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt); in InsertHelper()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h35 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function
384 this->InsertHelper(I, Name, BB, InsertPt);
/external/llvm/include/llvm/IR/
DIRBuilder.h63 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function
618 this->InsertHelper(I, Name, BB, InsertPt);
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp102 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, in InsertHelper() function in __anon4370ae270111::IRBuilderPrefixedInserter
104 IRBuilderDefaultInserter::InsertHelper(I, getNameWithPrefix(Name), BB, in InsertHelper()