Searched refs:isSpillSlotObjectIndex (Results 1 – 13 of 13) sorted by relevance
74 return !MFI->isSpillSlotObjectIndex(FI); in mayAlias()
76 if (MFI.isSpillSlotObjectIndex(Idx)) in SlotData()
413 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()446 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
502 LoadSize != StoreSize || !MFI->isSpillSlotObjectIndex(FirstSS)) in RemoveDeadStores()
2692 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()2726 if (TII->isLoadFromStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()2730 if (TII->isStoreToStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()2747 if (!MO.isFI() || !MFI.isSpillSlotObjectIndex(MO.getIndex())) in computeStats()
521 MFI->isSpillSlotObjectIndex(FI) && in ProcessMI()586 (TII->isLoadFromStackSlot(*MI, FI) && MFI->isSpillSlotObjectIndex(FI))) in ProcessMI()
2549 if (MFI.isSpillSlotObjectIndex( in getSpillSlotSize()2571 if (MFI.isSpillSlotObjectIndex(FI)) in getSpillSize()2590 if (MFI.isSpillSlotObjectIndex(FI)) in getRestoreSize()
319 if (MFI.isSpillSlotObjectIndex(Idx)) in run()
501 MFI->isSpillSlotObjectIndex(FI)) in mayBeSpillFromInlineAsmBr()
4092 if (MFI.isSpillSlotObjectIndex(I)) in verifyStackProtector()
739 bool isSpillSlotObjectIndex(int ObjectIdx) const { in isSpillSlotObjectIndex() function
485 assert(ST.hasMAIInsts() && FrameInfo.isSpillSlotObjectIndex(FI)); in allocateVGPRSpillToAGPR()
1159 if (FI == -1 || !FrameInfo.isSpillSlotObjectIndex(FI)) in ValidateMVEStore()