HomeSort by relevance Sort by last modified time
    Searched refs:SetInsertPoint (Results 1 - 25 of 75) 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 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/
AtomicExpandLoadLinkedPass.cpp 165 Builder.SetInsertPoint(BB);
170 Builder.SetInsertPoint(LoopBB);
224 Builder.SetInsertPoint(ExitBB, ExitBB->begin());
279 Builder.SetInsertPoint(BB);
284 Builder.SetInsertPoint(LoopBB);
294 Builder.SetInsertPoint(TryStoreBB);
303 Builder.SetInsertPoint(SuccessBB);
307 Builder.SetInsertPoint(FailureBB);
316 Builder.SetInsertPoint(ExitBB, ExitBB->begin());
ShadowStackGC.cpp 123 Builder.SetInsertPoint(TI->getParent(), TI);
187 Builder.SetInsertPoint(RI->getParent(), RI);
398 AtEntry.SetInsertPoint(IP->getParent(), IP);
422 AtEntry.SetInsertPoint(IP->getParent(), IP);
  /external/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 133 Builder.SetInsertPoint(LibCallBB);
143 Builder.SetInsertPoint(&CurrBB);
LoadCombine.cpp 198 Builder->SetInsertPoint(FirstLP.Load);
211 Builder->SetInsertPoint(L.Load);
  /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);
442 Builder.SetInsertPoint(PBI);
445 Builder.SetInsertPoint(SaveInsertBB, SaveInsertPt);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 344 Builder.SetInsertPoint(Block2);
346 Builder.SetInsertPoint(True2);
349 Builder.SetInsertPoint(False2);
353 Builder.SetInsertPoint(Block3);
355 Builder.SetInsertPoint(True3);
358 Builder.SetInsertPoint(False3);
389 Builder.SetInsertPoint(Block2);
536 Builder.SetInsertPoint(NewEntry);
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 81 Builder.SetInsertPoint(SwitchCase1BB);
84 Builder.SetInsertPoint(SwitchCase2BB);
87 Builder.SetInsertPoint(ExitBB);
  /external/clang/lib/CodeGen/
CGAtomic.cpp 213 CGF.Builder.SetInsertPoint(StoreExpectedBB);
220 CGF.Builder.SetInsertPoint(ContinueBB);
278 CGF.Builder.SetInsertPoint(MonotonicBB);
284 CGF.Builder.SetInsertPoint(AcquireBB);
294 CGF.Builder.SetInsertPoint(SeqCstBB);
302 CGF.Builder.SetInsertPoint(ContBB);
341 CGF.Builder.SetInsertPoint(StrongBB);
346 CGF.Builder.SetInsertPoint(WeakBB);
351 CGF.Builder.SetInsertPoint(ContBB);
818 Builder.SetInsertPoint(MonotonicBB)
    [all...]
CGOpenMPRuntime.cpp 91 CGF.Builder.SetInsertPoint(CGF.AllocaInsertPt);
133 CGF.Builder.SetInsertPoint(CGF.AllocaInsertPt);
  /art/compiler/llvm/
gbc_expander.cc 489 irb_.SetInsertPoint(inst_iter);
524 irb_.SetInsertPoint(bb_iter);
550 irb_.SetInsertPoint(lbb->begin());
693 irb_.SetInsertPoint(block_exception);
707 irb_.SetInsertPoint(block_continue);
    [all...]
runtime_support_builder.cc 185 irb_.SetInsertPoint(bb_mark_gc_card);
197 irb_.SetInsertPoint(bb_cont);
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 532 Builder.SetInsertPoint(ThenBB);
543 Builder.SetInsertPoint(ElseBB);
554 Builder.SetInsertPoint(MergeBB);
594 Builder.SetInsertPoint(LoopBB);
640 Builder.SetInsertPoint(AfterBB);
707 Builder.SetInsertPoint(BB);
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 636 Builder.SetInsertPoint(ThenBB);
647 Builder.SetInsertPoint(ElseBB);
658 Builder.SetInsertPoint(MergeBB);
698 Builder.SetInsertPoint(LoopBB);
744 Builder.SetInsertPoint(AfterBB);
815 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/Target/X86/
X86AtomicExpandPass.cpp 242 Builder.SetInsertPoint(BB);
248 Builder.SetInsertPoint(LoopBB);
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 84 Builder->SetInsertPoint(TrapBB);
193 Builder->SetInsertPoint(Inst);
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 56 Builder.SetInsertPoint(BB);
170 Builder.SetInsertPoint(BaseCase);
175 Builder.SetInsertPoint(RecursiveCase);
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 732 Builder.SetInsertPoint(ThenBB);
743 Builder.SetInsertPoint(ElseBB);
754 Builder.SetInsertPoint(MergeBB);
804 Builder.SetInsertPoint(LoopBB);
849 Builder.SetInsertPoint(AfterBB);
975 Builder.SetInsertPoint(BB);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 759 Builder.SetInsertPoint(ThenBB);
770 Builder.SetInsertPoint(ElseBB);
781 Builder.SetInsertPoint(MergeBB);
831 Builder.SetInsertPoint(LoopBB);
876 Builder.SetInsertPoint(AfterBB);
999 Builder.SetInsertPoint(BB);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 981 Builder.SetInsertPoint(ThenBB);
992 Builder.SetInsertPoint(ElseBB);
1003 Builder.SetInsertPoint(MergeBB);
1053 Builder.SetInsertPoint(LoopBB);
1098 Builder.SetInsertPoint(AfterBB);
    [all...]

Completed in 1015 milliseconds

1 2 3