Searched refs:FI1 (Results 1 – 3 of 3) sorted by relevance
408 unsigned FI1 = MI.getOperand(0).getIndex(); in isStackSlotCopy() local410 if (MFI.getObjectSize(FI1) != Length || in isStackSlotCopy()414 DestFrameIndex = FI1; in isStackSlotCopy()
3923 auto isIdenticalOrStrongerFence = [](FenceInst *FI1, FenceInst *FI2) { in visitFenceInst() argument3924 auto FI1SyncScope = FI1->getSyncScopeID(); in visitFenceInst()3931 return isAtLeastOrStrongerThan(FI1->getOrdering(), FI2->getOrdering()); in visitFenceInst()
4867 static bool shouldClusterFI(const MachineFrameInfo &MFI, int FI1, in shouldClusterFI() argument4872 if (MFI.isFixedObjectIndex(FI1) && MFI.isFixedObjectIndex(FI2)) { in shouldClusterFI()4873 int64_t ObjectOffset1 = MFI.getObjectOffset(FI1); in shouldClusterFI()4890 return FI1 == FI2; in shouldClusterFI()