Lines Matching refs:PSV
509 bool parseMemoryPseudoSourceValue(const PseudoSourceValue *&PSV);
3183 bool MIParser::parseMemoryPseudoSourceValue(const PseudoSourceValue *&PSV) { in parseMemoryPseudoSourceValue() argument
3186 PSV = MF.getPSVManager().getStack(); in parseMemoryPseudoSourceValue()
3189 PSV = MF.getPSVManager().getGOT(); in parseMemoryPseudoSourceValue()
3192 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
3195 PSV = MF.getPSVManager().getConstantPool(); in parseMemoryPseudoSourceValue()
3201 PSV = MF.getPSVManager().getFixedStack(FI); in parseMemoryPseudoSourceValue()
3209 PSV = MF.getPSVManager().getFixedStack(FI); in parseMemoryPseudoSourceValue()
3221 PSV = MF.getPSVManager().getGlobalValueCallEntry(GV); in parseMemoryPseudoSourceValue()
3225 PSV = MF.getPSVManager().getExternalSymbolCallEntry( in parseMemoryPseudoSourceValue()
3238 Token.stringValue(), MF, PFS, PSV, in parseMemoryPseudoSourceValue()
3259 const PseudoSourceValue *PSV = nullptr; in parseMachinePointerInfo() local
3260 if (parseMemoryPseudoSourceValue(PSV)) in parseMachinePointerInfo()
3265 Dest = MachinePointerInfo(PSV, Offset); in parseMachinePointerInfo()