Searched refs:GetInsertBlock (Results 1 - 25 of 30) sorted by relevance

12

/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp38 Module *M = B.GetInsertBlock()->getParent()->getParent();
44 LLVMContext &Context = B.GetInsertBlock()->getContext();
61 Module *M = B.GetInsertBlock()->getParent()->getParent();
79 Module *M = B.GetInsertBlock()->getParent()->getParent();
86 LLVMContext &Context = B.GetInsertBlock()->getContext();
105 Module *M = B.GetInsertBlock()->getParent()->getParent();
123 Module *M = B.GetInsertBlock()->getParent()->getParent();
143 Module *M = B.GetInsertBlock()->getParent()->getParent();
146 LLVMContext &Context = B.GetInsertBlock()->getContext();
166 Module *M = B.GetInsertBlock()
[all...]
/external/mesa3d/src/pixelflinger2/
H A Dllvm_helper.h155 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()
[all...]
H A Dllvm_texture.cpp281 llvm::Module * module = builder.GetInsertBlock()->getParent()->getParent();
378 Module * module = builder.GetInsertBlock()->getParent()->getParent();
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp519 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/
H A Dtoy.cpp623 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/
H A DBrainF.cpp82 BasicBlock* BB = builder->GetInsertBlock();
290 BasicBlock *bb_0 = builder->GetInsertBlock();
432 phi->addIncoming(curhead, builder->GetInsertBlock());
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp161 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin();
179 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
183 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
534 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin();
552 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
556 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
577 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
581 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
1080 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
1235 BasicBlock *SaveInsertBB = Builder.GetInsertBlock();
[all...]
/external/clang/lib/CodeGen/
H A DCGStmt.cpp97 llvm::BasicBlock *incoming = Builder.GetInsertBlock();
102 llvm::BasicBlock *outgoing = Builder.GetInsertBlock();
245 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
268 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
362 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
835 llvm::BasicBlock *CaseDest = Builder.GetInsertBlock();
855 llvm::BasicBlock *RestoreBB = Builder.GetInsertBlock();
911 if (Builder.GetInsertBlock()) {
920 llvm::BasicBlock *CaseDest = Builder.GetInsertBlock();
H A DCGCleanup.cpp412 bool WasInsertBlock = CGF.Builder.GetInsertBlock() == Entry;
559 llvm::BasicBlock *FallthroughSource = Builder.GetInsertBlock();
764 llvm::BasicBlock *NormalExit = Builder.GetInsertBlock();
H A DCodeGenFunction.cpp109 llvm::BasicBlock *CurBB = Builder.GetInsertBlock();
710 llvm::BasicBlock *originBB = CGF.Builder.GetInsertBlock();
1090 Builder.GetInsertBlock());
H A DCGExprScalar.cpp1279 llvm::BasicBlock *startBB = Builder.GetInsertBlock();
1410 llvm::BasicBlock *opBB = Builder.GetInsertBlock();
1692 llvm::BasicBlock *startBB = Builder.GetInsertBlock();
1709 llvm::BasicBlock *opBB = Builder.GetInsertBlock();
1757 llvm::Function::iterator insertPt = Builder.GetInsertBlock();
1791 llvm::Function::iterator insertPt = Builder.GetInsertBlock();
1870 llvm::BasicBlock *initialBB = Builder.GetInsertBlock();
2420 RHSBlock = Builder.GetInsertBlock();
2490 RHSBlock = Builder.GetInsertBlock();
2638 LHSBlock = Builder.GetInsertBlock();
[all...]
H A DCGExprCXX.cpp863 llvm::BasicBlock *entryBB = Builder.GetInsertBlock();
900 curPtr->addIncoming(nextPtr, Builder.GetInsertBlock());
1213 nullCheckBB = Builder.GetInsertBlock();
1267 llvm::BasicBlock *notNullBB = Builder.GetInsertBlock();
H A DCGExprComplex.cpp710 LHSBlock = Builder.GetInsertBlock();
717 RHSBlock = Builder.GetInsertBlock();
H A DCGDecl.cpp221 else if (Builder.GetInsertBlock()) {
1304 llvm::BasicBlock *entryBB = Builder.GetInsertBlock();
1327 elementPast->addIncoming(element, Builder.GetInsertBlock());
H A DCGExprAgg.cpp483 llvm::BasicBlock *entryBB = Builder.GetInsertBlock();
511 currentElement->addIncoming(nextElement, Builder.GetInsertBlock());
H A DCGDebugInfo.cpp2272 DBuilder.insertDeclare(Storage, D, Builder.GetInsertBlock());
2284 DBuilder.insertDeclare(Storage, D, Builder.GetInsertBlock());
2314 DBuilder.insertDeclare(Storage, D, Builder.GetInsertBlock());
2332 if (Builder.GetInsertBlock() == 0)
2543 Builder.GetInsertBlock());
H A DCGCall.cpp1280 llvm::BasicBlock *BB = CGF.Builder.GetInsertBlock();
1417 llvm::BasicBlock *IP = CGF.Builder.GetInsertBlock();
1437 llvm::BasicBlock *IP = CGF.Builder.GetInsertBlock();
H A DCGClass.cpp1155 llvm::BasicBlock *entryBB = Builder.GetInsertBlock();
1197 cur->addIncoming(next, Builder.GetInsertBlock());
H A DCGBlocks.cpp1109 llvm::BasicBlock *entry = Builder.GetInsertBlock();
1119 llvm::BasicBlock *resume = Builder.GetInsertBlock();
H A DCodeGenFunction.h915 : StartBB(CGF.Builder.GetInsertBlock()) {}
1537 return Builder.GetInsertBlock() != 0;
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp719 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();
/external/llvm/lib/VMCore/
H A DIRBuilder.cpp58 Builder->GetInsertBlock()->getInstList().insert(Builder->GetInsertPoint(),CI);
H A DCore.cpp1720 return wrap(unwrap(Builder)->GetInsertBlock());
1994 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext());
1997 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(),
2005 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext());
2008 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(),
2026 CallInst::CreateFree(unwrap(PointerVal), unwrap(B)->GetInsertBlock())));
/external/llvm/include/llvm/Support/
H A DIRBuilder.h68 BasicBlock *GetInsertBlock() const { return BB; } function in class:llvm::IRBuilderBase
150 return InsertPoint(GetInsertBlock(), GetInsertPoint());
156 InsertPoint IP(GetInsertBlock(), GetInsertPoint());
/external/llvm/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1189 Module *M = B.GetInsertBlock()->getParent()->getParent();
1283 Module *M = B.GetInsertBlock()->getParent()->getParent();
1422 Module *M = B.GetInsertBlock()->getParent()->getParent();

Completed in 808 milliseconds

12