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

1 2 3 4

  /external/llvm/unittests/Transforms/Utils/
Local.cpp 28 builder.SetInsertPoint(bb0);
32 builder.SetInsertPoint(bb1);
45 builder.SetInsertPoint(bb0);
50 builder.SetInsertPoint(bb0);
73 B.SetInsertPoint(BB);
IntegerDivision.cpp 35 Builder.SetInsertPoint(BB);
65 Builder.SetInsertPoint(BB);
95 Builder.SetInsertPoint(BB);
125 Builder.SetInsertPoint(BB);
156 Builder.SetInsertPoint(BB);
186 Builder.SetInsertPoint(BB);
216 Builder.SetInsertPoint(BB);
246 Builder.SetInsertPoint(BB);
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 428 Builder.SetInsertPoint(BB);
432 Builder.SetInsertPoint(LoopBB);
443 Builder.SetInsertPoint(ExitBB, ExitBB->begin());
507 Builder.SetInsertPoint(BB);
513 Builder.SetInsertPoint(LoopBB);
522 Builder.SetInsertPoint(TryStoreBB);
531 Builder.SetInsertPoint(SuccessBB);
536 Builder.SetInsertPoint(NoStoreBB);
543 Builder.SetInsertPoint(FailureBB);
553 Builder.SetInsertPoint(ExitBB, ExitBB->begin())
    [all...]
ShadowStackGCLowering.cpp 123 Builder.SetInsertPoint(TI);
187 Builder.SetInsertPoint(RI);
406 AtEntry.SetInsertPoint(IP->getParent(), IP);
432 AtEntry.SetInsertPoint(IP->getParent(), IP);
  /external/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 139 Builder.SetInsertPoint(LibCallBB);
149 Builder.SetInsertPoint(&CurrBB);
LoadCombine.cpp 198 Builder->SetInsertPoint(FirstLP.Load);
211 Builder->SetInsertPoint(L.Load);
PlaceSafepoints.cpp     [all...]
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 104 builder.SetInsertPoint(BB);
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 69 Builder.SetInsertPoint(URemInst);
94 Builder.SetInsertPoint(UDiv);
143 Builder.SetInsertPoint(UDiv);
251 Builder.SetInsertPoint(SpecialCases);
271 Builder.SetInsertPoint(BB1);
282 Builder.SetInsertPoint(Preheader);
305 Builder.SetInsertPoint(DoWhile);
330 Builder.SetInsertPoint(LoopExit);
340 Builder.SetInsertPoint(End, End->begin());
FlattenCFG.cpp 283 Builder.SetInsertPoint(PBI);
441 Builder.SetInsertPoint(PBI);
444 Builder.SetInsertPoint(SaveInsertBB, SaveInsertPt);
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 616 Builder.SetInsertPoint(ThenBB);
628 Builder.SetInsertPoint(ElseBB);
640 Builder.SetInsertPoint(MergeBB);
681 Builder.SetInsertPoint(LoopBB);
730 Builder.SetInsertPoint(AfterBB);
774 Builder.SetInsertPoint(BB);
  /external/llvm/examples/BrainF/
BrainF.cpp 261 builder->SetInsertPoint(nextbb);
289 builder->SetInsertPoint(bb_1);
444 builder->SetInsertPoint(bb_0);
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 82 Builder->SetInsertPoint(TrapBB);
192 Builder->SetInsertPoint(Inst);
SafeStack.cpp 462 IRB.SetInsertPoint(I->getNextNode());
489 IRB.SetInsertPoint(RI);
513 IRB.SetInsertPoint(BasePointer->getNextNode());
521 IRB.SetInsertPoint(BasePointer->getNextNode());
548 IRB.SetInsertPoint(cast<Instruction>(NewArg)->getNextNode());
554 IRB.SetInsertPoint(AI);
588 IRB.SetInsertPoint(BasePointer->getNextNode());
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 177 Builder.SetInsertPoint(EntryBB);
235 CtorBuilder.SetInsertPoint(CtorEntryBB);
305 DtorBuilder.SetInsertPoint(DtorEntryBB);
CGAtomic.cpp 410 CGF.Builder.SetInsertPoint(StoreExpectedBB);
416 CGF.Builder.SetInsertPoint(ContinueBB);
473 CGF.Builder.SetInsertPoint(MonotonicBB);
479 CGF.Builder.SetInsertPoint(AcquireBB);
489 CGF.Builder.SetInsertPoint(SeqCstBB);
497 CGF.Builder.SetInsertPoint(ContBB);
535 CGF.Builder.SetInsertPoint(StrongBB);
540 CGF.Builder.SetInsertPoint(WeakBB);
545 CGF.Builder.SetInsertPoint(ContBB);
    [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 55 Builder.SetInsertPoint(BB);
177 Builder.SetInsertPoint(BaseCase);
182 Builder.SetInsertPoint(RecursiveCase);
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 91 Builder.SetInsertPoint(SwitchCase1BB);
94 Builder.SetInsertPoint(SwitchCase2BB);
97 Builder.SetInsertPoint(ExitBB);
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 727 Builder.SetInsertPoint(ThenBB);
739 Builder.SetInsertPoint(ElseBB);
751 Builder.SetInsertPoint(MergeBB);
792 Builder.SetInsertPoint(LoopBB);
841 Builder.SetInsertPoint(AfterBB);
889 Builder.SetInsertPoint(BB);
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 832 Builder.SetInsertPoint(ThenBB);
844 Builder.SetInsertPoint(ElseBB);
856 Builder.SetInsertPoint(MergeBB);
907 Builder.SetInsertPoint(LoopBB);
954 Builder.SetInsertPoint(AfterBB);
1047 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...]

Completed in 1334 milliseconds

1 2 3 4