Searched refs:isSpillSlotObjectIndex (Results 1 – 10 of 10) sorted by relevance
73 return !MFI->isSpillSlotObjectIndex(FI); in mayAlias()
70 if (MFI.isSpillSlotObjectIndex(Idx)) in SlotData()
2555 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()2589 if (TII->isLoadFromStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()2593 if (TII->isStoreToStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()2610 if (!MO.isFI() || !MFI.isSpillSlotObjectIndex(MO.getIndex())) in computeStats()
414 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()447 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
441 MFI->isSpillSlotObjectIndex(FI) && in ProcessMI()511 (TII->isLoadFromStackSlot(*MI, FI) && MFI->isSpillSlotObjectIndex(FI))) in ProcessMI()
2361 if (MFI.isSpillSlotObjectIndex( in getSpillSlotSize()2373 if (MFI.isSpillSlotObjectIndex(FI)) in getSpillSize()2392 if (MFI.isSpillSlotObjectIndex(FI)) in getRestoreSize()
316 if (MFI.isSpillSlotObjectIndex(Idx)) in runOnMachineFunction()
725 bool isSpillSlotObjectIndex(int ObjectIdx) const { in isSpillSlotObjectIndex() function
447 assert(ST.hasMAIInsts() && FrameInfo.isSpillSlotObjectIndex(FI)); in allocateVGPRSpillToAGPR()
1177 if (FI == -1 || !FrameInfo.isSpillSlotObjectIndex(FI)) in ValidateMVEStore()