/external/clang/lib/CodeGen/ |
D | CGLoopInfo.h | 125 void InsertHelper(llvm::Instruction *I) const;
|
D | CGLoopInfo.cpp | 277 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper() function in LoopInfoStack
|
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 | 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-7.0/llvm/lib/Transforms/Utils/ |
D | PredicateInfo.cpp | 370 auto InsertHelper = [&](Value *Op, bool isAnd, bool isOr, Value *Cond) { in processBranch() local 414 InsertHelper(Op, isAnd, isOr, Cmp); in processBranch() 422 InsertHelper(BinOp, false, false, BinOp); in processBranch()
|
/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-7.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 64 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 81 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 83 IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt); in InsertHelper() 783 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 __anonb7474ff50111::IRBuilderPrefixedInserter 104 IRBuilderDefaultInserter::InsertHelper(I, getNameWithPrefix(Name), BB, in InsertHelper()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 143 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, in InsertHelper() function in __anon811ced8d0111::IRBuilderPrefixedInserter 145 IRBuilderDefaultInserter::InsertHelper(I, getNameWithPrefix(Name), BB, in InsertHelper()
|