Searched refs:FixedStackPseudoSourceValue (Results 1 – 21 of 21) sorted by relevance
57 bool FixedStackPseudoSourceValue::isConstant( in isConstant()62 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased()68 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias()75 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom()124 std::unique_ptr<FixedStackPseudoSourceValue> &V = FSValues[FI]; in getFixedStack()126 V = std::make_unique<FixedStackPseudoSourceValue>(FI, TM); in getFixedStack()
178 if (const FixedStackPseudoSourceValue *FSV = in ScanForSpillSlotRefs()179 dyn_cast_or_null<FixedStackPseudoSourceValue>( in ScanForSpillSlotRefs()
222 auto *FI = dyn_cast_or_null<FixedStackPseudoSourceValue>( in genSlotDbgMapping()
412 if (const FixedStackPseudoSourceValue *Value = in InstructionStoresToFI()413 dyn_cast<FixedStackPseudoSourceValue>(MemOp->getPseudoValue())) { in InstructionStoresToFI()
366 isa_and_nonnull<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasLoadFromStackSlot()380 isa_and_nonnull<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasStoreToStackSlot()
1081 if (const auto *FSV = dyn_cast_or_null<FixedStackPseudoSourceValue>( in remapInstructions()
1201 int FrameIndex = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in print()
2278 const FixedStackPseudoSourceValue *Value = in visitMachineOperand()2279 dyn_cast<FixedStackPseudoSourceValue>(PSV); in visitMachineOperand()
2326 cast<FixedStackPseudoSourceValue>(A->getPseudoValue()) in getSpillSlotSize()
2451 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()
94 class FixedStackPseudoSourceValue : public PseudoSourceValue {98 explicit FixedStackPseudoSourceValue(int FI, const TargetMachine &TM) in FixedStackPseudoSourceValue() function158 std::map<int, std::unique_ptr<FixedStackPseudoSourceValue>> FSValues;
220 auto FS0 = cast<FixedStackPseudoSourceValue>(BasePseudoVal0); in getHazardType()221 auto FS1 = cast<FixedStackPseudoSourceValue>(BasePseudoVal1); in getHazardType()
1150 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()
484 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()
184 cast<FixedStackPseudoSourceValue>(PSV)->getFrameIndex()); in cloneMemOperands()
715 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()
685 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()720 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()