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

1 2

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 40 Module *M = B.GetInsertBlock()->getParent()->getParent();
47 LLVMContext &Context = B.GetInsertBlock()->getContext();
69 Module *M = B.GetInsertBlock()->getParent()->getParent();
76 LLVMContext &Context = B.GetInsertBlock()->getContext();
99 Module *M = B.GetInsertBlock()->getParent()->getParent();
125 Module *M = B.GetInsertBlock()->getParent()->getParent();
133 LLVMContext &Context = B.GetInsertBlock()->getContext();
158 Module *M = B.GetInsertBlock()->getParent()->getParent();
182 Module *M = B.GetInsertBlock()->getParent()->getParent();
209 Module *M = B.GetInsertBlock()->getParent()->getParent()
    [all...]
FlattenCFG.cpp 269 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
440 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
IntegerDivision.cpp 140 BasicBlock *IBB = Builder.GetInsertBlock();
177 BasicBlock *SpecialCases = Builder.GetInsertBlock();
  /art/compiler/llvm/
runtime_support_builder_thumb2.cc 69 Function* parent_func = irb_.GetInsertBlock()->getParent();
runtime_support_builder.cc 179 Function* parent_func = irb_.GetInsertBlock()->getParent();
230 Function* parent_func = irb_.GetInsertBlock()->getParent();
254 Function* parent_func = irb_.GetInsertBlock()->getParent();
gbc_expander.cc 504 llvm::BasicBlock* next_basic_block = irb_.GetInsertBlock();
535 llvm::BasicBlock* last_block = irb_.GetInsertBlock();
763 llvm::Function* parent_func = irb_.GetInsertBlock()->getParent();
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 519 Function *TheFunction = Builder.GetInsertBlock()->getParent();
537 ThenBB = Builder.GetInsertBlock();
548 ElseBB = Builder.GetInsertBlock();
584 Function *TheFunction = Builder.GetInsertBlock()->getParent();
585 BasicBlock *PreheaderBB = Builder.GetInsertBlock();
631 BasicBlock *LoopEndBB = Builder.GetInsertBlock();
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 623 Function *TheFunction = Builder.GetInsertBlock()->getParent();
641 ThenBB = Builder.GetInsertBlock();
652 ElseBB = Builder.GetInsertBlock();
688 Function *TheFunction = Builder.GetInsertBlock()->getParent();
689 BasicBlock *PreheaderBB = Builder.GetInsertBlock();
735 BasicBlock *LoopEndBB = Builder.GetInsertBlock();
  /external/llvm/examples/BrainF/
BrainF.cpp 82 BasicBlock* BB = builder->GetInsertBlock();
290 BasicBlock *bb_0 = builder->GetInsertBlock();
432 phi->addIncoming(curhead, builder->GetInsertBlock());
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 161 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin();
179 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
183 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
533 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin();
551 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
555 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
576 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
580 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 99 llvm::BasicBlock *incoming = Builder.GetInsertBlock();
104 llvm::BasicBlock *outgoing = Builder.GetInsertBlock();
271 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
294 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
414 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
913 llvm::BasicBlock *CaseDest = Builder.GetInsertBlock();
    [all...]
CodeGenFunction.cpp 140 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
722 !FD->getResultType()->isVoidType() && Builder.GetInsertBlock()) {
    [all...]
CGCleanup.cpp 445 bool WasInsertBlock = CGF.Builder.GetInsertBlock() == Entry;
592 llvm::BasicBlock *FallthroughSource = Builder.GetInsertBlock();
797 llvm::BasicBlock *NormalExit = Builder.GetInsertBlock();
    [all...]
CGExprScalar.cpp     [all...]
CGDecl.cpp 239 else if (Builder.GetInsertBlock()) {
    [all...]
CGClass.cpp 189 origBB = Builder.GetInsertBlock();
215 llvm::BasicBlock *notNullBB = Builder.GetInsertBlock();
    [all...]
CGExprCXX.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 719 Function *TheFunction = Builder.GetInsertBlock()->getParent();
737 ThenBB = Builder.GetInsertBlock();
748 ElseBB = Builder.GetInsertBlock();
782 Function *TheFunction = Builder.GetInsertBlock()->getParent();
863 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     [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/lib/IR/
IRBuilder.cpp 58 Builder->GetInsertBlock()->getInstList().insert(Builder->GetInsertPoint(),CI);
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]

Completed in 239 milliseconds

1 2