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

1 2 3

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 41 Module *M = B.GetInsertBlock()->getParent()->getParent();
47 LLVMContext &Context = B.GetInsertBlock()->getContext();
66 Module *M = B.GetInsertBlock()->getParent()->getParent();
90 Module *M = B.GetInsertBlock()->getParent()->getParent();
97 LLVMContext &Context = B.GetInsertBlock()->getContext();
117 Module *M = B.GetInsertBlock()->getParent()->getParent();
140 Module *M = B.GetInsertBlock()->getParent()->getParent();
167 Module *M = B.GetInsertBlock()->getParent()->getParent();
171 LLVMContext &Context = B.GetInsertBlock()->getContext();
191 Module *M = B.GetInsertBlock()->getParent()->getParent()
    [all...]
IntegerDivision.cpp 181 BasicBlock *IBB = Builder.GetInsertBlock();
218 BasicBlock *SpecialCases = Builder.GetInsertBlock();
FlattenCFG.cpp 439 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 604 Function *TheFunction = Builder.GetInsertBlock()->getParent();
624 ThenBB = Builder.GetInsertBlock();
636 ElseBB = Builder.GetInsertBlock();
672 Function *TheFunction = Builder.GetInsertBlock()->getParent();
673 BasicBlock *PreheaderBB = Builder.GetInsertBlock();
722 BasicBlock *LoopEndBB = Builder.GetInsertBlock();
  /external/llvm/examples/BrainF/
BrainF.cpp 82 BasicBlock* BB = builder->GetInsertBlock();
287 BasicBlock *bb_0 = builder->GetInsertBlock();
429 phi->addIncoming(curhead, builder->GetInsertBlock());
  /external/llvm/lib/IR/
IRBuilder.cpp 63 Builder->GetInsertBlock()->getInstList().insert(Builder->GetInsertPoint(),CI);
75 Builder->GetInsertBlock()->getInstList().insert(Builder->GetInsertPoint(),
283 Module *M = Builder->GetInsertBlock()->getParent()->getParent();
334 Module *M = Builder->GetInsertBlock()->getParent()->getParent();
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 715 Function *TheFunction = Builder.GetInsertBlock()->getParent();
735 ThenBB = Builder.GetInsertBlock();
747 ElseBB = Builder.GetInsertBlock();
783 Function *TheFunction = Builder.GetInsertBlock()->getParent();
784 BasicBlock *PreheaderBB = Builder.GetInsertBlock();
833 BasicBlock *LoopEndBB = Builder.GetInsertBlock();
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 820 Function *TheFunction = Builder.GetInsertBlock()->getParent();
840 ThenBB = Builder.GetInsertBlock();
852 ElseBB = Builder.GetInsertBlock();
885 Function *TheFunction = Builder.GetInsertBlock()->getParent();
969 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 747 Function *TheFunction = Builder.GetInsertBlock()->getParent();
765 ThenBB = Builder.GetInsertBlock();
776 ElseBB = Builder.GetInsertBlock();
810 Function *TheFunction = Builder.GetInsertBlock()->getParent();
891 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
toy.cpp 1111 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 969 Function *TheFunction = Builder.GetInsertBlock()->getParent();
987 ThenBB = Builder.GetInsertBlock();
998 ElseBB = Builder.GetInsertBlock();
1032 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1113 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 729 Function *TheFunction = Builder.GetInsertBlock()->getParent();
747 ThenBB = Builder.GetInsertBlock();
758 ElseBB = Builder.GetInsertBlock();
792 Function *TheFunction = Builder.GetInsertBlock()->getParent();
873 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
toy.cpp 1009 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1027 ThenBB = Builder.GetInsertBlock();
1038 ElseBB = Builder.GetInsertBlock();
1072 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 1011 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1031 ThenBB = Builder.GetInsertBlock();
1043 ElseBB = Builder.GetInsertBlock();
1076 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1162 Function *TheFunction = Builder.GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp 854 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
872 ThenBB = C.getBuilder().GetInsertBlock();
883 ElseBB = C.getBuilder().GetInsertBlock();
917 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
997 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp 853 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
871 ThenBB = C.getBuilder().GetInsertBlock();
882 ElseBB = C.getBuilder().GetInsertBlock();
916 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
996 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp 853 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
871 ThenBB = C.getBuilder().GetInsertBlock();
882 ElseBB = C.getBuilder().GetInsertBlock();
916 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
996 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp 853 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
871 ThenBB = C.getBuilder().GetInsertBlock();
882 ElseBB = C.getBuilder().GetInsertBlock();
916 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
996 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent();
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 167 BasicBlock::iterator IP = findInsertPointAfter(I, Builder.GetInsertBlock());
182 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin();
204 while (const Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock())) {
510 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin();
531 while (const Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock())) {
551 while (const Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock())) {
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp 411 CondBB = Builder.GetInsertBlock();
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 104 llvm::BasicBlock *incoming = Builder.GetInsertBlock();
109 llvm::BasicBlock *outgoing = Builder.GetInsertBlock();
368 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
391 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
528 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
    [all...]
CGCleanup.cpp 475 bool WasInsertBlock = CGF.Builder.GetInsertBlock() == Entry;
618 llvm::BasicBlock *FallthroughSource = Builder.GetInsertBlock();
829 llvm::BasicBlock *NormalExit = Builder.GetInsertBlock();
    [all...]
CGExprCXX.cpp     [all...]
CGExprScalar.cpp     [all...]

Completed in 2477 milliseconds

1 2 3