Home
last modified time | relevance | path

Searched refs:TheBB (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h96 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/
DLoopVectorizationPlanner.h100 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/
DIRBuilder.h109 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/
DIRBuilder.h161 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/
DIRBuilder.h132 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/
DGenericDomTree.h70 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/
DGenericDomTree.h61 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/
DGenericDomTree.h60 NodeT *TheBB;
69 : TheBB(BB), IDom(iDom), Level(IDom ? IDom->Level + 1 : 0) {}
88 NodeT *getBlock() const { return TheBB; }