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

1 2

  /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);
  /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());
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 85 Builder->SetInsertPoint(TrapBB);
94 Builder->SetInsertPoint(PrevInsertPoint);
194 Builder->SetInsertPoint(Inst);
GCOVProfiling.cpp 774 Builder.SetInsertPoint(PredNotNegOne);
789 Builder.SetInsertPoint(CounterEnd);
796 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 416 Builder.SetInsertPoint(Block2);
418 Builder.SetInsertPoint(True2);
421 Builder.SetInsertPoint(False2);
425 Builder.SetInsertPoint(Block3);
427 Builder.SetInsertPoint(True3);
430 Builder.SetInsertPoint(False3);
461 Builder.SetInsertPoint(Block2);
637 Builder.SetInsertPoint(NewEntry);
JITEventListenerTestCommon.h 107 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/clang/lib/CodeGen/
CGAtomic.cpp 592 Builder.SetInsertPoint(MonotonicBB);
597 Builder.SetInsertPoint(AcquireBB);
605 Builder.SetInsertPoint(ReleaseBB);
612 Builder.SetInsertPoint(AcqRelBB);
618 Builder.SetInsertPoint(SeqCstBB);
625 Builder.SetInsertPoint(ContBB);
    [all...]
CGBuiltin.cpp 553 Builder.SetInsertPoint(End);
559 Builder.SetInsertPoint(Begin);
568 Builder.SetInsertPoint(NotZero);
576 Builder.SetInsertPoint(NotNan);
587 Builder.SetInsertPoint(NotInf);
600 Builder.SetInsertPoint(End);
    [all...]
CGStmt.cpp 272 Builder.SetInsertPoint(BB);
306 Builder.SetInsertPoint(block);
898 Builder.SetInsertPoint(CaseRangeBlock);
909 Builder.SetInsertPoint(RestoreBB);
    [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/IR/
IRBuilder.h 77 void SetInsertPoint(BasicBlock *TheBB) {
84 void SetInsertPoint(Instruction *I) {
92 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
99 void SetInsertPoint(Use &U) {
104 SetInsertPoint(PredBB, PredBB->getTerminator());
107 SetInsertPoint(UseInst);
164 SetInsertPoint(IP.getBlock(), IP.getPoint());
370 SetInsertPoint(TheBB);
376 SetInsertPoint(TheBB);
382 SetInsertPoint(IP)
    [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 655 Builder.SetInsertPoint(I);
681 Builder.SetInsertPoint(PrevInsertPoint);
772 Builder.SetInsertPoint(PHI.getIncomingBlock(i)->getFirstInsertionPt());
  /external/llvm/lib/IR/
AutoUpgrade.cpp 168 Builder.SetInsertPoint(CI->getParent(), CI);
194 Builder.SetInsertPoint(CI->getParent(), CI);
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 114 Builder.SetInsertPoint(BB);
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 452 Builder.SetInsertPoint(BB);

Completed in 326 milliseconds

1 2