Searched refs:StackPSV (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | PseudoSourceValue.cpp | 98 : StackPSV(PseudoSourceValue::Stack), GOTPSV(PseudoSourceValue::GOT), in PseudoSourceValueManager() 103 return &StackPSV; in getStack()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | PseudoSourceValue.cpp | 110 StackPSV(PseudoSourceValue::Stack, TII), in PseudoSourceValueManager() 116 return &StackPSV; in getStack()
|
/external/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 148 const PseudoSourceValue StackPSV, GOTPSV, JumpTablePSV, ConstantPoolPSV; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 159 const PseudoSourceValue StackPSV, GOTPSV, JumpTablePSV, ConstantPoolPSV; variable
|