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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp333 // Check for MVC 0(Length,FI1),0(FI2)
342 unsigned FI1 = MI.getOperand(0).getIndex(); local
344 if (MFI.getObjectSize(FI1) != Length ||
348 DestFrameIndex = FI1;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2337 static bool shouldClusterFI(const MachineFrameInfo &MFI, int FI1, argument
2342 if (MFI.isFixedObjectIndex(FI1) && MFI.isFixedObjectIndex(FI2)) {
2343 int64_t ObjectOffset1 = MFI.getObjectOffset(FI1);
2360 return FI1 == FI2;

Completed in 192 milliseconds