Home | History | Annotate | Download | only in MIRParser

Lines Matching refs:PSV

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