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

1 2

  /external/llvm/unittests/Transforms/Utils/
Local.cpp 29 builder.SetInsertPoint(bb0);
33 builder.SetInsertPoint(bb1);
46 builder.SetInsertPoint(bb0);
51 builder.SetInsertPoint(bb0);
  /external/mesa3d/src/pixelflinger2/
llvm_helper.h 159 m_builder.SetInsertPoint(ifthen);
173 m_builder.SetInsertPoint(m_ifStack.top());
188 m_builder.SetInsertPoint(m_ifStack.top());
201 m_builder.SetInsertPoint(begin);
210 m_builder.SetInsertPoint(loop.end);
218 m_builder.SetInsertPoint(unr);
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 104 builder.SetInsertPoint(BB);
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 86 Builder->SetInsertPoint(TrapBB);
95 Builder->SetInsertPoint(PrevInsertPoint);
195 Builder->SetInsertPoint(Inst);
GCOVProfiling.cpp 685 Builder.SetInsertPoint(BB);
723 Builder.SetInsertPoint(PredNotNegOne);
737 Builder.SetInsertPoint(CounterEnd);
744 Builder.SetInsertPoint(Exit);
  /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/unittests/ExecutionEngine/JIT/
JITTest.cpp 364 Builder.SetInsertPoint(Block2);
366 Builder.SetInsertPoint(True2);
369 Builder.SetInsertPoint(False2);
373 Builder.SetInsertPoint(Block3);
375 Builder.SetInsertPoint(True3);
378 Builder.SetInsertPoint(False3);
409 Builder.SetInsertPoint(Block2);
579 Builder.SetInsertPoint(NewEntry);
JITEventListenerTestCommon.h 109 Builder.SetInsertPoint(BB);
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 323 Builder.SetInsertPoint(Loop);
381 Builder.SetInsertPoint(Exit);
547 Builder.SetInsertPoint(Loop);
608 Builder.SetInsertPoint(Exit);
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp     [all...]
  /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/include/llvm/
IRBuilder.h 72 /// SetInsertPoint - This specifies that created instructions should be
74 void SetInsertPoint(BasicBlock *TheBB) {
79 /// SetInsertPoint - This specifies that created instructions should be
81 void SetInsertPoint(Instruction *I) {
87 /// SetInsertPoint - This specifies that created instructions should be
89 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
94 /// SetInsertPoint(Use) - Find the nearest point that dominates this use, and
96 void SetInsertPoint(Use &U) {
101 SetInsertPoint(PredBB, PredBB->getTerminator());
104 SetInsertPoint(UseInst)
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 189 Builder.SetInsertPoint(Preheader, Preheader->getTerminator());
562 Builder.SetInsertPoint(Preheader, Preheader->getTerminator());
598 Builder.SetInsertPoint(Preheader, Preheader->getTerminator());
    [all...]
MemoryBuiltins.cpp 607 Builder.SetInsertPoint(I);
632 Builder.SetInsertPoint(PrevInsertPoint);
723 Builder.SetInsertPoint(PHI.getIncomingBlock(i)->getFirstInsertionPt());
  /external/llvm/lib/VMCore/
AutoUpgrade.cpp 167 Builder.SetInsertPoint(CI->getParent(), CI);
193 Builder.SetInsertPoint(CI->getParent(), CI);
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 518 Builder.SetInsertPoint(End);
524 Builder.SetInsertPoint(Begin);
533 Builder.SetInsertPoint(NotZero);
541 Builder.SetInsertPoint(NotNan);
552 Builder.SetInsertPoint(NotInf);
565 Builder.SetInsertPoint(End);
    [all...]
CGException.cpp     [all...]
CGStmt.cpp 262 Builder.SetInsertPoint(BB);
296 Builder.SetInsertPoint(block);
864 Builder.SetInsertPoint(CaseRangeBlock);
875 Builder.SetInsertPoint(RestoreBB);
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 452 Builder.SetInsertPoint(BB);
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 460 Builder.SetInsertPoint(BB);

Completed in 717 milliseconds

1 2