Searched refs:isSpillSlotObjectIndex (Results 1 – 11 of 11) sorted by relevance
74 return !MFI->isSpillSlotObjectIndex(FI); in mayAlias()
75 if (MFI.isSpillSlotObjectIndex(Idx)) in SlotData()
490 LoadSize != StoreSize || !MFI->isSpillSlotObjectIndex(FirstSS)) in RemoveDeadStores()
2553 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()2587 if (TII->isLoadFromStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()2591 if (TII->isStoreToStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()2608 if (!MO.isFI() || !MFI.isSpillSlotObjectIndex(MO.getIndex())) in computeStats()
417 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()450 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
494 MFI->isSpillSlotObjectIndex(FI) && in ProcessMI()569 (TII->isLoadFromStackSlot(*MI, FI) && MFI->isSpillSlotObjectIndex(FI))) in ProcessMI()
2431 if (MFI.isSpillSlotObjectIndex( in getSpillSlotSize()2448 if (MFI.isSpillSlotObjectIndex(FI)) in getSpillSize()2467 if (MFI.isSpillSlotObjectIndex(FI)) in getRestoreSize()
315 if (MFI.isSpillSlotObjectIndex(Idx)) in runOnMachineFunction()
737 bool isSpillSlotObjectIndex(int ObjectIdx) const { in isSpillSlotObjectIndex() function
453 assert(ST.hasMAIInsts() && FrameInfo.isSpillSlotObjectIndex(FI)); in allocateVGPRSpillToAGPR()
1165 if (FI == -1 || !FrameInfo.isSpillSlotObjectIndex(FI)) in ValidateMVEStore()