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