Searched refs:FI1 (Results 1 – 3 of 3) sorted by relevance
360 unsigned FI1 = MI.getOperand(0).getIndex(); in isStackSlotCopy() local362 if (MFI.getObjectSize(FI1) != Length || in isStackSlotCopy()366 DestFrameIndex = FI1; in isStackSlotCopy()
3638 auto isIdenticalOrStrongerFence = [](FenceInst *FI1, FenceInst *FI2) { in visitFenceInst() argument3639 auto FI1SyncScope = FI1->getSyncScopeID(); in visitFenceInst()3646 return isAtLeastOrStrongerThan(FI1->getOrdering(), FI2->getOrdering()); in visitFenceInst()
4282 static bool shouldClusterFI(const MachineFrameInfo &MFI, int FI1, in shouldClusterFI() argument4287 if (MFI.isFixedObjectIndex(FI1) && MFI.isFixedObjectIndex(FI2)) { in shouldClusterFI()4288 int64_t ObjectOffset1 = MFI.getObjectOffset(FI1); in shouldClusterFI()4305 return FI1 == FI2; in shouldClusterFI()