/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationPlanner.h | 96 void setInsertPoint(VPBasicBlock *TheBB) { in setInsertPoint() argument 97 assert(TheBB && "Attempting to set a null insert point"); in setInsertPoint() 98 BB = TheBB; in setInsertPoint() 104 void setInsertPoint(VPBasicBlock *TheBB, VPBasicBlock::iterator IP) { in setInsertPoint() argument 105 BB = TheBB; in setInsertPoint()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationPlanner.h | 100 void setInsertPoint(VPBasicBlock *TheBB) { in setInsertPoint() argument 101 assert(TheBB && "Attempting to set a null insert point"); in setInsertPoint() 102 BB = TheBB; in setInsertPoint() 108 void setInsertPoint(VPBasicBlock *TheBB, VPBasicBlock::iterator IP) { in setInsertPoint() argument 109 BB = TheBB; in setInsertPoint()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 109 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() argument 110 BB = TheBB; in SetInsertPoint() 125 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() argument 126 BB = TheBB; in SetInsertPoint() 128 if (IP != TheBB->end()) in SetInsertPoint() 580 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr, 582 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder(F) { 583 SetInsertPoint(TheBB); 586 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr, 588 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder() { [all …]
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | IRBuilder.h | 161 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() argument 162 BB = TheBB; in SetInsertPoint() 177 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() argument 178 BB = TheBB; in SetInsertPoint() 180 if (IP != TheBB->end()) in SetInsertPoint() 2612 explicit IRBuilder(BasicBlock *TheBB, FolderTy Folder, 2615 : IRBuilderBase(TheBB->getContext(), this->Folder, this->Inserter, 2617 SetInsertPoint(TheBB); 2620 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr, 2622 : IRBuilderBase(TheBB->getContext(), this->Folder, this->Inserter, [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 132 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() argument 133 BB = TheBB; in SetInsertPoint() 148 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() argument 149 BB = TheBB; in SetInsertPoint() 151 if (IP != TheBB->end()) in SetInsertPoint() 880 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr, 882 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder(F) { 883 SetInsertPoint(TheBB); 886 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr, 888 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles) { [all …]
|
/external/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 70 NodeT *TheBB; variable 88 NodeT *getBlock() const { return TheBB; } in getBlock() 95 : TheBB(BB), IDom(iDom), DFSNumIn(-1), DFSNumOut(-1) {} in DomTreeNodeBase()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 61 NodeT *TheBB; 70 : TheBB(BB), IDom(iDom), Level(IDom ? IDom->Level + 1 : 0) {} 81 NodeT *getBlock() const { return TheBB; }
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 60 NodeT *TheBB; 69 : TheBB(BB), IDom(iDom), Level(IDom ? IDom->Level + 1 : 0) {} 88 NodeT *getBlock() const { return TheBB; }
|