HomeSort by relevance Sort by last modified time
    Searched refs:SetInsertPoint (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/llvm/unittests/Transforms/Utils/
Local.cpp 28 builder.SetInsertPoint(bb0);
32 builder.SetInsertPoint(bb1);
45 builder.SetInsertPoint(bb0);
50 builder.SetInsertPoint(bb0);
IntegerDivision.cpp 34 Builder.SetInsertPoint(BB);
64 Builder.SetInsertPoint(BB);
94 Builder.SetInsertPoint(BB);
124 Builder.SetInsertPoint(BB);
  /art/compiler/llvm/
runtime_support_builder.cc 185 irb_.SetInsertPoint(bb_fast);
204 irb_.SetInsertPoint(bb_slow);
209 irb_.SetInsertPoint(bb_cont);
236 irb_.SetInsertPoint(bb_fast);
244 irb_.SetInsertPoint(bb_slow);
249 irb_.SetInsertPoint(bb_cont);
261 irb_.SetInsertPoint(bb_mark_gc_card);
273 irb_.SetInsertPoint(bb_cont);
runtime_support_builder_thumb2.cc 74 irb_.SetInsertPoint(basic_block_lock);
79 irb_.SetInsertPoint(basic_block_cont);
gbc_expander.cc 492 irb_.SetInsertPoint(inst_iter);
527 irb_.SetInsertPoint(bb_iter);
553 irb_.SetInsertPoint(lbb->begin());
696 irb_.SetInsertPoint(block_exception);
710 irb_.SetInsertPoint(block_continue);
    [all...]
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 104 builder.SetInsertPoint(BB);
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 56 Builder.SetInsertPoint(URemInst);
79 Builder.SetInsertPoint(UDiv);
117 Builder.SetInsertPoint(UDiv);
208 Builder.SetInsertPoint(SpecialCases);
228 Builder.SetInsertPoint(BB1);
239 Builder.SetInsertPoint(Preheader);
262 Builder.SetInsertPoint(DoWhile);
287 Builder.SetInsertPoint(LoopExit);
297 Builder.SetInsertPoint(End, End->begin());
FlattenCFG.cpp 282 Builder.SetInsertPoint(PBI);
301 Builder.SetInsertPoint(SaveInsertBB, SaveInsertPt);
442 Builder.SetInsertPoint(PBI);
445 Builder.SetInsertPoint(SaveInsertBB, SaveInsertPt);
  /external/llvm/lib/Target/Mips/
MipsOptimizeMathLibCalls.cpp 155 Builder.SetInsertPoint(LibCallBB);
165 Builder.SetInsertPoint(&CurrBB);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 339 Builder.SetInsertPoint(Block2);
341 Builder.SetInsertPoint(True2);
344 Builder.SetInsertPoint(False2);
348 Builder.SetInsertPoint(Block3);
350 Builder.SetInsertPoint(True3);
353 Builder.SetInsertPoint(False3);
384 Builder.SetInsertPoint(Block2);
531 Builder.SetInsertPoint(NewEntry);
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 85 Builder->SetInsertPoint(TrapBB);
94 Builder->SetInsertPoint(PrevInsertPoint);
194 Builder->SetInsertPoint(Inst);
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 530 Builder.SetInsertPoint(ThenBB);
541 Builder.SetInsertPoint(ElseBB);
552 Builder.SetInsertPoint(MergeBB);
592 Builder.SetInsertPoint(LoopBB);
638 Builder.SetInsertPoint(AfterBB);
705 Builder.SetInsertPoint(BB);
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 634 Builder.SetInsertPoint(ThenBB);
645 Builder.SetInsertPoint(ElseBB);
656 Builder.SetInsertPoint(MergeBB);
696 Builder.SetInsertPoint(LoopBB);
742 Builder.SetInsertPoint(AfterBB);
813 Builder.SetInsertPoint(BB);
  /external/llvm/examples/BrainF/
BrainF.cpp 264 builder->SetInsertPoint(nextbb);
292 builder->SetInsertPoint(bb_1);
447 builder->SetInsertPoint(bb_0);
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 122 Builder.SetInsertPoint(TI->getParent(), TI);
186 Builder.SetInsertPoint(RI->getParent(), RI);
397 AtEntry.SetInsertPoint(IP->getParent(), IP);
421 AtEntry.SetInsertPoint(IP->getParent(), IP);
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 730 Builder.SetInsertPoint(ThenBB);
741 Builder.SetInsertPoint(ElseBB);
752 Builder.SetInsertPoint(MergeBB);
802 Builder.SetInsertPoint(LoopBB);
847 Builder.SetInsertPoint(AfterBB);
973 Builder.SetInsertPoint(BB);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 758 Builder.SetInsertPoint(ThenBB);
769 Builder.SetInsertPoint(ElseBB);
780 Builder.SetInsertPoint(MergeBB);
830 Builder.SetInsertPoint(LoopBB);
875 Builder.SetInsertPoint(AfterBB);
998 Builder.SetInsertPoint(BB);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 980 Builder.SetInsertPoint(ThenBB);
991 Builder.SetInsertPoint(ElseBB);
1002 Builder.SetInsertPoint(MergeBB);
1052 Builder.SetInsertPoint(LoopBB);
1097 Builder.SetInsertPoint(AfterBB);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 740 Builder.SetInsertPoint(ThenBB);
751 Builder.SetInsertPoint(ElseBB);
762 Builder.SetInsertPoint(MergeBB);
812 Builder.SetInsertPoint(LoopBB);
857 Builder.SetInsertPoint(AfterBB);
980 Builder.SetInsertPoint(BB);
    [all...]
toy.cpp 1020 Builder.SetInsertPoint(ThenBB);
1031 Builder.SetInsertPoint(ElseBB);
1042 Builder.SetInsertPoint(MergeBB);
1092 Builder.SetInsertPoint(LoopBB);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 66 Builder.SetInsertPoint(Loc);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 79 void SetInsertPoint(BasicBlock *TheBB) {
86 void SetInsertPoint(Instruction *I) {
95 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
102 void SetInsertPoint(Use &U) {
107 SetInsertPoint(PredBB, PredBB->getTerminator());
110 SetInsertPoint(UseInst);
167 SetInsertPoint(IP.getBlock(), IP.getPoint());
373 SetInsertPoint(TheBB);
379 SetInsertPoint(TheBB);
385 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));
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 258 Builder.SetInsertPoint(CondBB);
268 Builder.SetInsertPoint(HeaderBB);
276 Builder.SetInsertPoint(HeaderBB->getFirstNonPHI());

Completed in 367 milliseconds

1 2 3