Lines Matching refs:PseudoSourceValue
27 PseudoSourceValue::PseudoSourceValue(unsigned Kind, const TargetMachine &TM) in PseudoSourceValue() function in PseudoSourceValue
32 PseudoSourceValue::~PseudoSourceValue() = default;
34 void PseudoSourceValue::printCustom(raw_ostream &O) const { in printCustom()
41 bool PseudoSourceValue::isConstant(const MachineFrameInfo *) const { in isConstant()
49 bool PseudoSourceValue::isAliased(const MachineFrameInfo *) const { in isAliased()
55 bool PseudoSourceValue::mayAlias(const MachineFrameInfo *) const { in mayAlias()
83 : PseudoSourceValue(Kind, TM) {} in CallEntryPseudoSourceValue()
105 : TM(TMInfo), StackPSV(PseudoSourceValue::Stack, TM), in PseudoSourceValueManager()
106 GOTPSV(PseudoSourceValue::GOT, TM), in PseudoSourceValueManager()
107 JumpTablePSV(PseudoSourceValue::JumpTable, TM), in PseudoSourceValueManager()
108 ConstantPoolPSV(PseudoSourceValue::ConstantPool, TM) {} in PseudoSourceValueManager()
110 const PseudoSourceValue *PseudoSourceValueManager::getStack() { in getStack()
114 const PseudoSourceValue *PseudoSourceValueManager::getGOT() { return &GOTPSV; } in getGOT()
116 const PseudoSourceValue *PseudoSourceValueManager::getConstantPool() { in getConstantPool()
120 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable()
124 const PseudoSourceValue *
137 const PseudoSourceValue *
146 const PseudoSourceValue *