Lines Matching defs:PSV
518 bool parseMemoryPseudoSourceValue(const PseudoSourceValue *&PSV);
3195 bool MIParser::parseMemoryPseudoSourceValue(const PseudoSourceValue *&PSV) {
3198 PSV = MF.getPSVManager().getStack();
3201 PSV = MF.getPSVManager().getGOT();
3204 PSV = MF.getPSVManager().getJumpTable();
3207 PSV = MF.getPSVManager().getConstantPool();
3213 PSV = MF.getPSVManager().getFixedStack(FI);
3221 PSV = MF.getPSVManager().getFixedStack(FI);
3233 PSV = MF.getPSVManager().getGlobalValueCallEntry(GV);
3237 PSV = MF.getPSVManager().getExternalSymbolCallEntry(
3250 Token.stringValue(), MF, PFS, PSV,
3271 const PseudoSourceValue *PSV = nullptr;
3272 if (parseMemoryPseudoSourceValue(PSV))
3277 Dest = MachinePointerInfo(PSV, Offset);