Home
last modified time | relevance | path

Searched refs:StackPSV (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp98 : StackPSV(PseudoSourceValue::Stack), GOTPSV(PseudoSourceValue::GOT), in PseudoSourceValueManager()
103 return &StackPSV; in getStack()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPseudoSourceValue.cpp110 StackPSV(PseudoSourceValue::Stack, TII), in PseudoSourceValueManager()
116 return &StackPSV; in getStack()
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h148 const PseudoSourceValue StackPSV, GOTPSV, JumpTablePSV, ConstantPoolPSV; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h159 const PseudoSourceValue StackPSV, GOTPSV, JumpTablePSV, ConstantPoolPSV; variable