Home
last modified time | relevance | path

Searched refs:FI1 (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp342 unsigned FI1 = MI.getOperand(0).getIndex(); in isStackSlotCopy() local
344 if (MFI.getObjectSize(FI1) != Length || in isStackSlotCopy()
348 DestFrameIndex = FI1; in isStackSlotCopy()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3058 static bool shouldClusterFI(const MachineFrameInfo &MFI, int FI1, in shouldClusterFI() argument
3063 if (MFI.isFixedObjectIndex(FI1) && MFI.isFixedObjectIndex(FI2)) { in shouldClusterFI()
3064 int64_t ObjectOffset1 = MFI.getObjectOffset(FI1); in shouldClusterFI()
3081 return FI1 == FI2; in shouldClusterFI()