/external/clang/lib/CodeGen/ |
D | CGLoopInfo.h | 125 void InsertHelper(llvm::Instruction *I) const;
|
D | CodeGenFunction.cpp | 1908 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()
|
D | CGLoopInfo.cpp | 277 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper() function in LoopInfoStack
|
D | CGBuilder.h | 33 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
|
D | CodeGenFunction.h | 145 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombine.h | 62 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/ |
D | InstCombineInternal.h | 149 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/ |
D | IRBuilder.h | 35 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 384 this->InsertHelper(I, Name, BB, InsertPt);
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 63 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 618 this->InsertHelper(I, Name, BB, InsertPt);
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 102 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, in InsertHelper() function in __anon4370ae270111::IRBuilderPrefixedInserter 104 IRBuilderDefaultInserter::InsertHelper(I, getNameWithPrefix(Name), BB, in InsertHelper()
|