Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVInstruction.cpp50 SPIRVType *TheType, SPIRVId TheId, SPIRVBasicBlock *TheBB) in SPIRVInstruction() argument
51 :SPIRVValue(TheBB->getModule(), TheWordCount, TheOC, TheType, TheId), in SPIRVInstruction()
52 BB(TheBB){ in SPIRVInstruction()
57 SPIRVType *TheType, SPIRVId TheId, SPIRVBasicBlock *TheBB, SPIRVModule *TheBM) in SPIRVInstruction() argument
58 : SPIRVValue(TheBM, TheWordCount, TheOC, TheType, TheId), BB(TheBB){ in SPIRVInstruction()
64 SPIRVId TheId, SPIRVBasicBlock *TheBB) in SPIRVInstruction() argument
65 :SPIRVValue(TheBB->getModule(), TheWordCount, TheOC, TheId), BB(TheBB){ in SPIRVInstruction()
70 SPIRVBasicBlock *TheBB) in SPIRVInstruction() argument
71 :SPIRVValue(TheBB->getModule(), TheWordCount, TheOC), BB(TheBB){ in SPIRVInstruction()
76 SPIRVType *TheType, SPIRVBasicBlock *TheBB) in SPIRVInstruction() argument
[all …]
DSPIRVInstruction.h107 SPIRVId TheId, SPIRVBasicBlock *TheBB);
110 SPIRVType *TheType, SPIRVId TheId, SPIRVBasicBlock *TheBB,
114 SPIRVBasicBlock *TheBB);
117 SPIRVBasicBlock *TheBB);
120 SPIRVBasicBlock *TheBB);
164 void setBasicBlock(SPIRVBasicBlock* TheBB) { in setBasicBlock() argument
165 BB = TheBB; in setBasicBlock()
166 if (TheBB) in setBasicBlock()
167 setModule(TheBB->getModule()); in setBasicBlock()
190 SPIRVId TheId, SPIRVBasicBlock *TheBB, in create() argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h97 void setInsertPoint(VPBasicBlock *TheBB) { in setInsertPoint() argument
98 assert(TheBB && "Attempting to set a null insert point"); in setInsertPoint()
99 BB = TheBB; in setInsertPoint()
105 void setInsertPoint(VPBasicBlock *TheBB, VPBasicBlock::iterator IP) { in setInsertPoint() argument
106 BB = TheBB; in setInsertPoint()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h73 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() argument
74 BB = TheBB; in SetInsertPoint()
88 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() argument
89 BB = TheBB; in SetInsertPoint()
342 explicit IRBuilder(BasicBlock *TheBB, const T &F) in IRBuilder() argument
343 : IRBuilderBase(TheBB->getContext()), Folder(F) { in IRBuilder()
344 SetInsertPoint(TheBB); in IRBuilder()
347 explicit IRBuilder(BasicBlock *TheBB) in IRBuilder() argument
348 : IRBuilderBase(TheBB->getContext()), Folder() { in IRBuilder()
349 SetInsertPoint(TheBB); in IRBuilder()
[all …]
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h127 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() argument
128 BB = TheBB; in SetInsertPoint()
143 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() argument
144 BB = TheBB; in SetInsertPoint()
146 if (IP != TheBB->end()) in SetInsertPoint()
745 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
747 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder(F) {
748 SetInsertPoint(TheBB);
751 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
753 : 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/include/llvm/Analysis/
DDominators.h65 NodeT *TheBB; variable
82 NodeT *getBlock() const { return TheBB; } in getBlock()
89 : TheBB(BB), IDom(iDom), DFSNumIn(-1), DFSNumOut(-1) { } in DomTreeNodeBase()
/external/swiftshader/third_party/llvm-7.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; }