Searched refs:FixedStackPseudoSourceValue (Results 1 – 21 of 21) sorted by relevance
58 bool FixedStackPseudoSourceValue::isConstant( in isConstant()63 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased()69 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias()76 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom()125 std::unique_ptr<FixedStackPseudoSourceValue> &V = FSValues[FI]; in getFixedStack()127 V = std::make_unique<FixedStackPseudoSourceValue>(FI, TM); in getFixedStack()
221 if (const FixedStackPseudoSourceValue *FSV = in ScanForSpillSlotRefs()222 dyn_cast_or_null<FixedStackPseudoSourceValue>( in ScanForSpillSlotRefs()
223 auto *FI = dyn_cast_or_null<FixedStackPseudoSourceValue>( in genSlotDbgMapping()
417 if (const FixedStackPseudoSourceValue *Value = in InstructionStoresToFI()418 dyn_cast<FixedStackPseudoSourceValue>(MemOp->getPseudoValue())) { in InstructionStoresToFI()
368 isa_and_nonnull<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasLoadFromStackSlot()382 isa_and_nonnull<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasStoreToStackSlot()
1049 if (const auto *FSV = dyn_cast_or_null<FixedStackPseudoSourceValue>( in remapInstructions()
1209 int FrameIndex = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in print()
2391 const FixedStackPseudoSourceValue *Value = in visitMachineOperand()2392 dyn_cast<FixedStackPseudoSourceValue>(PSV); in visitMachineOperand()
2362 cast<FixedStackPseudoSourceValue>(A->getPseudoValue()) in getSpillSlotSize()
2555 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()
90 class FixedStackPseudoSourceValue : public PseudoSourceValue {94 explicit FixedStackPseudoSourceValue(int FI, const TargetMachine &TM) in FixedStackPseudoSourceValue() function
30 std::map<int, std::unique_ptr<FixedStackPseudoSourceValue>> FSValues;
220 auto FS0 = cast<FixedStackPseudoSourceValue>(BasePseudoVal0); in getHazardType()221 auto FS1 = cast<FixedStackPseudoSourceValue>(BasePseudoVal1); in getHazardType()
1144 if (const auto *FS = dyn_cast<FixedStackPseudoSourceValue>(PseudoValue)) { in ValidateMVEStore()
1365 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()1622 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
734 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
483 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()
866 if (auto FSPV = dyn_cast_or_null<FixedStackPseudoSourceValue>(PSV)) { in inferAlignFromPtrInfo()
1299 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in extractSpillBaseRegAndOffset()
1341 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in extractSpillBaseRegAndOffset()
714 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()749 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()