Searched refs:isSpillSlotObjectIndex (Results 1 – 8 of 8) sorted by relevance
75 return !MFI->isSpillSlotObjectIndex(FI); in mayAlias()
387 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()420 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
434 MFI->isSpillSlotObjectIndex(FI) && in ProcessMI()505 (TII->isLoadFromStackSlot(*MI, FI) && MFI->isSpillSlotObjectIndex(FI))) in ProcessMI()
3183 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()3202 if (TII->isLoadFromStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()3206 if (TII->isStoreToStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()3223 if (!MO.isFI() || !MFI.isSpillSlotObjectIndex(MO.getIndex())) in computeStats()
2327 if (MFI.isSpillSlotObjectIndex( in getSpillSlotSize()2339 if (MFI.isSpillSlotObjectIndex(FI)) in getSpillSize()2358 if (MFI.isSpillSlotObjectIndex(FI)) in getRestoreSize()
684 bool isSpillSlotObjectIndex(int ObjectIdx) const { in isSpillSlotObjectIndex() function
369 assert(ST.hasMAIInsts() && FrameInfo.isSpillSlotObjectIndex(FI)); in allocateVGPRSpillToAGPR()
1520 if (!MFI.isSpillSlotObjectIndex(i) || MFI.isDeadObjectIndex(i)) in processFunctionBeforeFrameFinalized()