Searched refs:FixedStackPseudoSourceValue (Results 1 – 8 of 8) sorted by relevance
56 bool FixedStackPseudoSourceValue::isConstant( in isConstant()61 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased()67 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias()74 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom()120 std::unique_ptr<FixedStackPseudoSourceValue> &V = FSValues[FI]; in getFixedStack()122 V = llvm::make_unique<FixedStackPseudoSourceValue>(FI); in getFixedStack()
165 if (const FixedStackPseudoSourceValue *FSV = in ScanForSpillSlotRefs()166 dyn_cast_or_null<FixedStackPseudoSourceValue>( in ScanForSpillSlotRefs()
310 if (const FixedStackPseudoSourceValue *Value = in hasLoadFromStackSlot()311 dyn_cast_or_null<FixedStackPseudoSourceValue>( in hasLoadFromStackSlot()330 if (const FixedStackPseudoSourceValue *Value = in hasStoreToStackSlot()331 dyn_cast_or_null<FixedStackPseudoSourceValue>( in hasStoreToStackSlot()
337 if (const FixedStackPseudoSourceValue *Value = in InstructionStoresToFI()338 dyn_cast<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) { in InstructionStoresToFI()
1001 const FixedStackPseudoSourceValue *Value = in visitMachineOperand()1002 dyn_cast<FixedStackPseudoSourceValue>(PSV); in visitMachineOperand()
882 cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex()); in print()
82 class FixedStackPseudoSourceValue : public PseudoSourceValue {86 explicit FixedStackPseudoSourceValue(int FI) in FixedStackPseudoSourceValue() function145 std::map<int, std::unique_ptr<FixedStackPseudoSourceValue>> FSValues;
431 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()