Searched refs:FixedStackPseudoSourceValue (Results 1 – 19 of 19) sorted by relevance
60 bool FixedStackPseudoSourceValue::isConstant( in isConstant()65 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const { in isAliased()71 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias()78 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom()130 std::unique_ptr<FixedStackPseudoSourceValue> &V = FSValues[FI]; in getFixedStack()132 V = std::make_unique<FixedStackPseudoSourceValue>(FI, TII); in getFixedStack()
180 if (const FixedStackPseudoSourceValue *FSV = in ScanForSpillSlotRefs()181 dyn_cast_or_null<FixedStackPseudoSourceValue>( in ScanForSpillSlotRefs()
410 if (const FixedStackPseudoSourceValue *Value = in InstructionStoresToFI()411 dyn_cast<FixedStackPseudoSourceValue>(MemOp->getPseudoValue())) { in InstructionStoresToFI()
369 dyn_cast_or_null<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasLoadFromStackSlot()383 dyn_cast_or_null<FixedStackPseudoSourceValue>((*o)->getPseudoValue())) in hasStoreToStackSlot()
1081 if (const auto *FSV = dyn_cast_or_null<FixedStackPseudoSourceValue>( in remapInstructions()
1132 int FrameIndex = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in print()
2059 const FixedStackPseudoSourceValue *Value = in visitMachineOperand()2060 dyn_cast<FixedStackPseudoSourceValue>(PSV); in visitMachineOperand()
2328 cast<FixedStackPseudoSourceValue>(A->getPseudoValue()) in getSpillSlotSize()
3183 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()
94 class FixedStackPseudoSourceValue : public PseudoSourceValue {98 explicit FixedStackPseudoSourceValue(int FI, const TargetInstrInfo &TII) in FixedStackPseudoSourceValue() function159 std::map<int, std::unique_ptr<FixedStackPseudoSourceValue>> FSValues;
218 auto FS0 = cast<FixedStackPseudoSourceValue>(BasePseudoVal0); in getHazardType()219 auto FS1 = cast<FixedStackPseudoSourceValue>(BasePseudoVal1); in getHazardType()
1347 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()1590 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
738 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
486 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()
611 if (auto FSPV = dyn_cast_or_null<FixedStackPseudoSourceValue>(PSV)) { in inferAlignFromPtrInfo()
1221 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in extractSpillBaseRegAndOffset()
1580 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in extractSpillBaseRegAndOffset()
1549 if (auto *FS = dyn_cast_or_null<FixedStackPseudoSourceValue>(PV)) { in processFunctionBeforeFrameFinalized()
906 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()941 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()