Searched refs:isSpillSlotObjectIndex (Results 1 – 10 of 10) sorted by relevance
72 return !MFI->isSpillSlotObjectIndex(FI); in mayAlias()
2362 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()2381 if (TII->isLoadFromStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()2385 if (TII->isStoreToStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()2402 if (!MO.isFI() || !MFI.isSpillSlotObjectIndex(MO.getIndex())) in computeStats()
436 MFI->isSpillSlotObjectIndex(FI) && in ProcessMI()507 (TII->isLoadFromStackSlot(*MI, FI) && MFI->isSpillSlotObjectIndex(FI))) in ProcessMI()
395 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()428 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
2271 if (MFI.isSpillSlotObjectIndex( in getSpillSlotSize()2283 if (MFI.isSpillSlotObjectIndex(FI)) in getSpillSize()2302 if (MFI.isSpillSlotObjectIndex(FI)) in getRestoreSize()
710 bool isSpillSlotObjectIndex(int ObjectIdx) const { in isSpillSlotObjectIndex() function
96 SrcMFI.isSpillSlotObjectIndex(i), SrcMFI.getObjectAllocation(i), in cloneFrameInfo()
377 assert(ST.hasMAIInsts() && FrameInfo.isSpillSlotObjectIndex(FI)); in allocateVGPRSpillToAGPR()
1176 if (FI == -1 || !FrameInfo.isSpillSlotObjectIndex(FI)) in ValidateMVEStore()
1523 if (!MFI.isSpillSlotObjectIndex(i) || MFI.isDeadObjectIndex(i)) in processFunctionBeforeFrameFinalized()