HomeSort by relevance Sort by last modified time
    Searched defs:InsertHelper (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 277 void LoopInfoStack::InsertHelper(Instruction *I) const {
CodeGenFunction.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombine.h 62 void InsertHelper(Instruction *I, const Twine &Name,
64 IRBuilderDefaultInserter<true>::InsertHelper(I, Name, BB, InsertPt);
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtils_InsertHelperTest.java 23 import android.database.DatabaseUtils.InsertHelper;
33 private InsertHelper mInsertHelper;
41 mInsertHelper = new InsertHelper(mDatabase, TEST_TABLE_NAME);
53 new InsertHelper(mDatabase, TEST_TABLE_NAME);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 149 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB,
151 IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt);
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 102 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB,
104 IRBuilderDefaultInserter::InsertHelper(I, getNameWithPrefix(Name), BB,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SROA.cpp 143 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB,
145 IRBuilderDefaultInserter::InsertHelper(I, getNameWithPrefix(Name), BB,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
PredicateInfo.cpp 370 auto InsertHelper = [&](Value *Op, bool isAnd, bool isOr, Value *Cond) {
414 InsertHelper(Op, isAnd, isOr, Cmp);
422 InsertHelper(BinOp, false, false, BinOp);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 57 /// 'InsertHelper' method that is called whenever an instruction is created by
63 void InsertHelper(Instruction *I, const Twine &Name,
618 this->InsertHelper(I, Name, BB, InsertPt);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 29 /// IRBuilder 'InsertHelper' method that is called whenever an instruction is
35 void InsertHelper(Instruction *I, const Twine &Name,
384 this->InsertHelper(I, Name, BB, InsertPt);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
IRBuilder.h 58 /// 'InsertHelper' method that is called whenever an instruction is created by
64 void InsertHelper(Instruction *I, const Twine &Name,
71 /// Provides an 'InsertHelper' that calls a user-provided callback after
81 void InsertHelper(Instruction *I, const Twine &Name,
83 IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt);
783 this->InsertHelper(I, Name, BB, InsertPt);
    [all...]

Completed in 765 milliseconds