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()
227 if (const FixedStackPseudoSourceValue *FSV = in ScanForSpillSlotRefs() 228 dyn_cast_or_null<FixedStackPseudoSourceValue>( in ScanForSpillSlotRefs()
263 auto *FI = dyn_cast_or_null<FixedStackPseudoSourceValue>(
450 if (const FixedStackPseudoSourceValue *Value = in applyBitsNotInRegMaskToRegUnitsMask() 451 dyn_cast<FixedStackPseudoSourceValue>(MemOp->getPseudoValue())) { in applyBitsNotInRegMaskToRegUnitsMask()
1059 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()
1227 int FrameIndex = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in print()
2805 const FixedStackPseudoSourceValue *Value = in checkLiveness() 2806 dyn_cast<FixedStackPseudoSourceValue>(PSV); in checkLiveness()
2570 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()
2511 cast<FixedStackPseudoSourceValue>(A->getPseudoValue())
90 class FixedStackPseudoSourceValue : public PseudoSourceValue {94 explicit FixedStackPseudoSourceValue(int FI, const TargetMachine &TM) in FixedStackPseudoSourceValue() function
30 SmallVector<std::unique_ptr<FixedStackPseudoSourceValue>> FSValues;
218 auto FS0 = cast<FixedStackPseudoSourceValue>(BasePseudoVal0); in getHazardType() 219 auto FS1 = cast<FixedStackPseudoSourceValue>(BasePseudoVal1); in getHazardType()
1129 if (const auto *FS = dyn_cast<FixedStackPseudoSourceValue>(PseudoValue)) { in ValidateMVEStore()
1376 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in loadRegFromStackSlot() 1639 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in expandMEMCPY()
735 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE()
483 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()
208 cast<FixedStackPseudoSourceValue>(PSV)->getFrameIndex()); in cloneMemOperands()
896 if (auto FSPV = dyn_cast_or_null<FixedStackPseudoSourceValue>(PSV)) {
1313 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in cleanupEntryValueTransfers()
1391 int FI = cast<FixedStackPseudoSourceValue>(PVal)->getFrameIndex(); in transferDebugValue()
714 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isLoadFromStackSlotPostFE() 749 cast<FixedStackPseudoSourceValue>(Accesses.front()->getPseudoValue()) in isStoreToStackSlotPostFE()