Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPseudoSourceValue.cpp109 StackPSV(PseudoSourceValue::Stack, TII), in PseudoSourceValueManager()
115 return &StackPSV; in getStack()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h159 const PseudoSourceValue StackPSV, GOTPSV, JumpTablePSV, ConstantPoolPSV; variable