HomeSort by relevance Sort by last modified time
    Searched refs:SetInsertPoint (Results 26 - 50 of 75) sorted by null

12 3

  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 741 Builder.SetInsertPoint(ThenBB);
752 Builder.SetInsertPoint(ElseBB);
763 Builder.SetInsertPoint(MergeBB);
813 Builder.SetInsertPoint(LoopBB);
858 Builder.SetInsertPoint(AfterBB);
981 Builder.SetInsertPoint(BB);
    [all...]
toy.cpp 1021 Builder.SetInsertPoint(ThenBB);
1032 Builder.SetInsertPoint(ElseBB);
1043 Builder.SetInsertPoint(MergeBB);
1093 Builder.SetInsertPoint(LoopBB);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 83 void SetInsertPoint(BasicBlock *TheBB) {
90 void SetInsertPoint(Instruction *I) {
99 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
106 void SetInsertPoint(Use &U) {
111 SetInsertPoint(PredBB, PredBB->getTerminator());
114 SetInsertPoint(UseInst);
171 SetInsertPoint(IP.getBlock(), IP.getPoint());
451 SetInsertPoint(TheBB);
456 SetInsertPoint(TheBB);
461 SetInsertPoint(IP)
    [all...]
  /art/compiler/sea_ir/code_gen/
code_gen.cc 108 llvm_data_->builder_.SetInsertPoint(llvm_data_->GetBlock(region));
111 llvm_data_->builder_.SetInsertPoint(llvm_data_->GetBlock(region));
114 llvm_data_->builder_.SetInsertPoint(llvm_data_->GetBlock(region));
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTestCommon.h 107 Builder.SetInsertPoint(BB);
  /external/llvm/lib/IR/
AutoUpgrade.cpp 243 Builder.SetInsertPoint(CI->getParent(), CI);
269 Builder.SetInsertPoint(CI->getParent(), CI);
  /art/compiler/jni/portable/
jni_compiler.cc 276 irb_.SetInsertPoint(basic_block);
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 454 Builder.SetInsertPoint(BB);
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 643 Builder.SetInsertPoint(I);
671 Builder.SetInsertPoint(PrevInsertPoint);
762 Builder.SetInsertPoint(PHI.getIncomingBlock(i)->getFirstInsertionPt());
ScalarEvolutionExpander.cpp 189 Builder.SetInsertPoint(Preheader, Preheader->getTerminator());
560 Builder.SetInsertPoint(Preheader, Preheader->getTerminator());
591 Builder.SetInsertPoint(Preheader, Preheader->getTerminator());
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 310 Builder.SetInsertPoint(CondBB);
320 Builder.SetInsertPoint(HeaderBB);
328 Builder.SetInsertPoint(HeaderBB->getFirstNonPHI());
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 910 Builder.SetInsertPoint(PredNotNegOne);
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 462 Builder.SetInsertPoint(BB);
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 355 Builder.SetInsertPoint(Intr);
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 278 Builder.SetInsertPoint(cast<Instruction>(F));
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 245 IBuilder.SetInsertPoint(Entry);
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
SLPVectorizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 172 Builder.SetInsertPoint(ThisStore);
184 Builder.SetInsertPoint(&*I);
CGException.cpp     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 789 Builder->SetInsertPoint(NonConstBB->getTerminator());
    [all...]

Completed in 553 milliseconds

12 3