Lines Matching refs:FrameIndex
921 unsigned FrameIndex) const { in lowerCRSpilling()
959 FrameIndex); in lowerCRSpilling()
966 unsigned FrameIndex) const { in lowerCRRestore()
986 Reg), FrameIndex); in lowerCRRestore()
1009 unsigned FrameIndex) const { in lowerCRBitSpilling()
1116 FrameIndex); in lowerCRBitSpilling()
1128 unsigned FrameIndex) const { in lowerCRBitRestore()
1148 Reg), FrameIndex); in lowerCRBitRestore()
1207 unsigned FrameIndex, bool IsLittleEndian, in spillRegPairs() argument
1218 FrameIndex, Offset); in spillRegPairs()
1222 FrameIndex, Offset); in spillRegPairs()
1227 FrameIndex, Offset); in spillRegPairs()
1231 FrameIndex, Offset); in spillRegPairs()
1239 unsigned FrameIndex) const { in lowerOctWordSpilling()
1251 spillRegPairs(MBB, II, DL, TII, SrcReg, FrameIndex, IsLittleEndian, IsKilled, in lowerOctWordSpilling()
1263 unsigned FrameIndex) const { in lowerACCSpilling()
1287 spillRegPairs(MBB, II, DL, TII, Reg, FrameIndex, IsLittleEndian, IsKilled, in lowerACCSpilling()
1292 FrameIndex, IsLittleEndian ? 32 : 0); in lowerACCSpilling()
1295 FrameIndex, IsLittleEndian ? 0 : 32); in lowerACCSpilling()
1306 unsigned FrameIndex) const { in lowerACCRestore()
1328 FrameIndex, IsLittleEndian ? 32 : 0); in lowerACCRestore()
1330 FrameIndex, IsLittleEndian ? 0 : 32); in lowerACCRestore()
1340 unsigned FrameIndex) const { in lowerQuadwordSpilling()
1356 FrameIndex, IsLittleEndian ? 8 : 0); in lowerQuadwordSpilling()
1359 FrameIndex, IsLittleEndian ? 0 : 8); in lowerQuadwordSpilling()
1367 unsigned FrameIndex) const { in lowerQuadwordRestore()
1382 addFrameReference(BuildMI(MBB, II, DL, TII.get(PPC::LD), Reg), FrameIndex, in lowerQuadwordRestore()
1384 addFrameReference(BuildMI(MBB, II, DL, TII.get(PPC::LD), Reg + 1), FrameIndex, in lowerQuadwordRestore()
1483 int FrameIndex = MI.getOperand(FIOperandNum).getIndex(); in eliminateFrameIndex() local
1498 if (FPSI && FrameIndex == FPSI && in eliminateFrameIndex()
1504 if (FPSI && FrameIndex == FPSI && in eliminateFrameIndex()
1515 lowerCRSpilling(II, FrameIndex); in eliminateFrameIndex()
1518 lowerCRRestore(II, FrameIndex); in eliminateFrameIndex()
1521 lowerCRBitSpilling(II, FrameIndex); in eliminateFrameIndex()
1524 lowerCRBitRestore(II, FrameIndex); in eliminateFrameIndex()
1527 lowerACCSpilling(II, FrameIndex); in eliminateFrameIndex()
1530 lowerACCRestore(II, FrameIndex); in eliminateFrameIndex()
1533 lowerOctWordSpilling(II, FrameIndex); in eliminateFrameIndex()
1536 lowerQuadwordSpilling(II, FrameIndex); in eliminateFrameIndex()
1539 lowerQuadwordRestore(II, FrameIndex); in eliminateFrameIndex()
1545 FrameIndex < 0 ? getBaseRegister(MF) : getFrameRegister(MF), false); in eliminateFrameIndex()
1553 int64_t Offset = MFI.getObjectOffset(FrameIndex); in eliminateFrameIndex()
1563 if (!(hasBasePointer(MF) && FrameIndex < 0)) in eliminateFrameIndex()