Searched refs:AllocaPoint (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | DemoteRegToStack.cpp | 33 Instruction *AllocaPoint) { in DemoteRegToStack() argument 41 if (AllocaPoint) { in DemoteRegToStack() 43 I.getName()+".reg2mem", AllocaPoint); in DemoteRegToStack() 111 AllocaInst* llvm::DemotePHIToStack(PHINode *P, Instruction *AllocaPoint) { in DemotePHIToStack() argument 119 if (AllocaPoint) { in DemotePHIToStack() 121 P->getName()+".reg2mem", AllocaPoint); in DemotePHIToStack()
|
/external/llvm/lib/Transforms/Utils/ |
D | DemoteRegToStack.cpp | 25 Instruction *AllocaPoint) { in DemoteRegToStack() argument 33 if (AllocaPoint) { in DemoteRegToStack() 35 I.getName()+".reg2mem", AllocaPoint); in DemoteRegToStack() 107 AllocaInst *llvm::DemotePHIToStack(PHINode *P, Instruction *AllocaPoint) { in DemotePHIToStack() argument 115 if (AllocaPoint) { in DemotePHIToStack() 117 P->getName()+".reg2mem", AllocaPoint); in DemotePHIToStack()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | DemoteRegToStack.cpp | 25 Instruction *AllocaPoint) { in DemoteRegToStack() argument 36 if (AllocaPoint) { in DemoteRegToStack() 38 I.getName()+".reg2mem", AllocaPoint); in DemoteRegToStack() 109 AllocaInst *llvm::DemotePHIToStack(PHINode *P, Instruction *AllocaPoint) { in DemotePHIToStack() argument 119 if (AllocaPoint) { in DemotePHIToStack() 121 P->getName()+".reg2mem", AllocaPoint); in DemotePHIToStack()
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | Local.h | 144 Instruction *AllocaPoint = 0); 149 AllocaInst *DemotePHIToStack(PHINode *P, Instruction *AllocaPoint = 0);
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 157 Instruction *AllocaPoint = nullptr); 162 AllocaInst *DemotePHIToStack(PHINode *P, Instruction *AllocaPoint = nullptr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 237 Instruction *AllocaPoint = nullptr); 242 AllocaInst *DemotePHIToStack(PHINode *P, Instruction *AllocaPoint = nullptr);
|