Lines Matching refs:PseudoSourceValue
26 PseudoSourceValue::PseudoSourceValue(unsigned Kind, const TargetMachine &TM) in PseudoSourceValue() function in PseudoSourceValue
31 PseudoSourceValue::~PseudoSourceValue() = default;
33 void PseudoSourceValue::printCustom(raw_ostream &O) const { in printCustom()
40 bool PseudoSourceValue::isConstant(const MachineFrameInfo *) const { in isConstant()
48 bool PseudoSourceValue::isAliased(const MachineFrameInfo *) const { in isAliased()
54 bool PseudoSourceValue::mayAlias(const MachineFrameInfo *) const { in mayAlias()
82 : PseudoSourceValue(Kind, TM) {} in CallEntryPseudoSourceValue()
104 : TM(TMInfo), StackPSV(PseudoSourceValue::Stack, TM), in PseudoSourceValueManager()
105 GOTPSV(PseudoSourceValue::GOT, TM), in PseudoSourceValueManager()
106 JumpTablePSV(PseudoSourceValue::JumpTable, TM), in PseudoSourceValueManager()
107 ConstantPoolPSV(PseudoSourceValue::ConstantPool, TM) {} in PseudoSourceValueManager()
109 const PseudoSourceValue *PseudoSourceValueManager::getStack() { in getStack()
113 const PseudoSourceValue *PseudoSourceValueManager::getGOT() { return &GOTPSV; } in getGOT()
115 const PseudoSourceValue *PseudoSourceValueManager::getConstantPool() { in getConstantPool()
119 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable()
123 const PseudoSourceValue *
131 const PseudoSourceValue *
140 const PseudoSourceValue *