Home
last modified time | relevance | path

Searched refs:FixedStackPseudoSourceValueVal (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DPseudoSourceValue.h56 V->getValueID() == FixedStackPseudoSourceValueVal; in classof()
88 PseudoSourceValue(FixedStackPseudoSourceValueVal), FI(fi) {} in FixedStackPseudoSourceValue()
97 return V->getValueID() == FixedStackPseudoSourceValueVal; in classof()
/external/swiftshader/third_party/LLVM/include/llvm/
DValue.h218 FixedStackPseudoSourceValueVal, // This is an instance of enumerator
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1034 V->getValueID() == Value::FixedStackPseudoSourceValueVal) { in WriteAsOperandInternal()