Searched refs:FixedStackPseudoSourceValue (Results 1 – 22 of 22) sorted by relevance
59 bool FixedStackPseudoSourceValue::isConstant( in isConstant()64 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased()70 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias()77 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom()131 std::unique_ptr<FixedStackPseudoSourceValue> &V = FSValues[Idx]; in getFixedStack()133 V = std::make_unique<FixedStackPseudoSourceValue>(FI, TM); in getFixedStack()
228 if (const FixedStackPseudoSourceValue *FSV = in ScanForSpillSlotRefs()229 dyn_cast_or_null<FixedStackPseudoSourceValue>( in ScanForSpillSlotRefs()
265 auto *FI = dyn_cast_or_null<FixedStackPseudoSourceValue>( in genSlotDbgMapping()
417 if (const FixedStackPseudoSourceValue *Value = in InstructionStoresToFI()418 dyn_cast<FixedStackPseudoSourceValue>(MemOp->getPseudoValue())) { in InstructionStoresToFI()
1053 if (const auto *FSV = dyn_cast_or_null<FixedStackPseudoSourceValue>( in remapInstructions()
368 isa_and_nonnull<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasLoadFromStackSlot()382 isa_and_nonnull<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasStoreToStackSlot()
1212 int FrameIndex = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in print()
2677 const FixedStackPseudoSourceValue *Value = in visitMachineOperand()2678 dyn_cast<FixedStackPseudoSourceValue>(PSV); in visitMachineOperand()
2553 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()
2432 cast<FixedStackPseudoSourceValue>(A->getPseudoValue()) in getSpillSlotSize()
90 class FixedStackPseudoSourceValue : public PseudoSourceValue {94 explicit FixedStackPseudoSourceValue(int FI, const TargetMachine &TM) in FixedStackPseudoSourceValue() function
30 SmallVector<std::unique_ptr<FixedStackPseudoSourceValue>> FSValues;
220 auto FS0 = cast<FixedStackPseudoSourceValue>(BasePseudoVal0); in getHazardType()221 auto FS1 = cast<FixedStackPseudoSourceValue>(BasePseudoVal1); in getHazardType()
1132 if (const auto *FS = dyn_cast<FixedStackPseudoSourceValue>(PseudoValue)) { in ValidateMVEStore()
1366 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()1623 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
735 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
484 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()
889 if (auto FSPV = dyn_cast_or_null<FixedStackPseudoSourceValue>(PSV)) { in inferAlignFromPtrInfo()
1299 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in extractSpillBaseRegAndOffset()
1371 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in extractSpillBaseRegAndOffset()
3546 dyn_cast_or_null<FixedStackPseudoSourceValue>(MMO->getPseudoValue()); in getMMOFrameID()
715 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()750 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()