Lines Matching refs:PSV
169 bool parseMemoryPseudoSourceValue(const PseudoSourceValue *&PSV);
1679 bool MIParser::parseMemoryPseudoSourceValue(const PseudoSourceValue *&PSV) { in parseMemoryPseudoSourceValue() argument
1682 PSV = MF.getPSVManager().getStack(); in parseMemoryPseudoSourceValue()
1685 PSV = MF.getPSVManager().getGOT(); in parseMemoryPseudoSourceValue()
1688 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
1691 PSV = MF.getPSVManager().getConstantPool(); in parseMemoryPseudoSourceValue()
1697 PSV = MF.getPSVManager().getFixedStack(FI); in parseMemoryPseudoSourceValue()
1705 PSV = MF.getPSVManager().getFixedStack(FI); in parseMemoryPseudoSourceValue()
1717 PSV = MF.getPSVManager().getGlobalValueCallEntry(GV); in parseMemoryPseudoSourceValue()
1721 PSV = MF.getPSVManager().getExternalSymbolCallEntry( in parseMemoryPseudoSourceValue()
1742 const PseudoSourceValue *PSV = nullptr; in parseMachinePointerInfo() local
1743 if (parseMemoryPseudoSourceValue(PSV)) in parseMachinePointerInfo()
1748 Dest = MachinePointerInfo(PSV, Offset); in parseMachinePointerInfo()