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

1 2

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 34 Module *M = B.GetInsertBlock()->getParent()->getParent();
40 LLVMContext &Context = B.GetInsertBlock()->getContext();
57 Module *M = B.GetInsertBlock()->getParent()->getParent();
75 Module *M = B.GetInsertBlock()->getParent()->getParent();
82 LLVMContext &Context = B.GetInsertBlock()->getContext();
101 Module *M = B.GetInsertBlock()->getParent()->getParent();
119 Module *M = B.GetInsertBlock()->getParent()->getParent();
139 Module *M = B.GetInsertBlock()->getParent()->getParent();
142 LLVMContext &Context = B.GetInsertBlock()->getContext();
162 Module *M = B.GetInsertBlock()->getParent()->getParent()
    [all...]
  /external/mesa3d/src/pixelflinger2/
llvm_helper.h 155 Function * function = m_builder.GetInsertBlock()->getParent();
165 BasicBlock *ifend = BasicBlock::Create(m_builder.getContext(), name("else_end"), m_builder.GetInsertBlock()->getParent(),0);
166 if (!m_builder.GetInsertBlock()->getTerminator()) // ret void is a block terminator
170 m_builder.GetInsertBlock()->getTerminator()->dump();
174 m_builder.GetInsertBlock()->setName(name("else_then"));
181 if (!m_builder.GetInsertBlock()->getTerminator()) // ret void is a block terminator
185 m_builder.GetInsertBlock()->getTerminator()->dump();
193 Function * function = m_builder.GetInsertBlock()->getParent();
209 loop.end->moveAfter(m_builder.GetInsertBlock());
216 BasicBlock *unr = BasicBlock::Create(m_builder.getContext(), name("unreachable"), m_builder.GetInsertBlock()->getParent(),0)
    [all...]
llvm_texture.cpp 281 llvm::Module * module = builder.GetInsertBlock()->getParent()->getParent();
378 Module * module = builder.GetInsertBlock()->getParent()->getParent();
  /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();
289 BasicBlock *bb_0 = builder->GetInsertBlock();
431 phi->addIncoming(curhead, builder->GetInsertBlock());
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 135 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin();
153 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
157 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
505 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin();
523 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
527 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
548 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
552 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 95 llvm::BasicBlock *incoming = Builder.GetInsertBlock();
100 llvm::BasicBlock *outgoing = Builder.GetInsertBlock();
248 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
271 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
361 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
833 llvm::BasicBlock *CaseDest = Builder.GetInsertBlock();
853 llvm::BasicBlock *RestoreBB = Builder.GetInsertBlock();
899 if (Builder.GetInsertBlock()) {
908 llvm::BasicBlock *CaseDest = Builder.GetInsertBlock();
    [all...]
CGCleanup.cpp 414 bool WasInsertBlock = CGF.Builder.GetInsertBlock() == Entry;
561 llvm::BasicBlock *FallthroughSource = Builder.GetInsertBlock();
766 llvm::BasicBlock *NormalExit = Builder.GetInsertBlock();
    [all...]
CodeGenFunction.cpp 101 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
669 llvm::BasicBlock *originBB = CGF.Builder.GetInsertBlock();
    [all...]
CGExprCXX.cpp 806 llvm::BasicBlock *entryBB = Builder.GetInsertBlock();
839 curPtr->addIncoming(nextPtr, Builder.GetInsertBlock());
    [all...]
CGExprComplex.cpp 709 LHSBlock = Builder.GetInsertBlock();
716 RHSBlock = Builder.GetInsertBlock();
CGExprScalar.cpp     [all...]
CGDecl.cpp 209 else if (Builder.GetInsertBlock()) {
    [all...]
CGExprAgg.cpp 782 llvm::BasicBlock *entryBB = Builder.GetInsertBlock();
810 currentElement->addIncoming(nextElement, Builder.GetInsertBlock());
    [all...]
CGDebugInfo.cpp     [all...]
CGBlocks.cpp     [all...]
CGClass.cpp     [all...]
CGCall.cpp     [all...]
CGObjC.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/lib/VMCore/
IRBuilder.cpp 58 Builder->GetInsertBlock()->getInstList().insert(Builder->GetInsertPoint(),CI);
Core.cpp     [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h 67 BasicBlock *GetInsertBlock() const { return BB; }
149 return InsertPoint(GetInsertBlock(), GetInsertPoint());
155 InsertPoint IP(GetInsertBlock(), GetInsertPoint());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]

Completed in 1258 milliseconds

1 2