Lines Matching refs:FrameIndex
955 unsigned FrameIndex) const { in lowerCRSpilling()
993 FrameIndex); in lowerCRSpilling()
1000 unsigned FrameIndex) const { in lowerCRRestore()
1020 Reg), FrameIndex); in lowerCRRestore()
1043 unsigned FrameIndex) const { in lowerCRBitSpilling()
1150 FrameIndex); in lowerCRBitSpilling()
1162 unsigned FrameIndex) const { in lowerCRBitRestore()
1182 Reg), FrameIndex); in lowerCRBitRestore()
1241 unsigned FrameIndex, bool IsLittleEndian, in spillRegPairs() argument
1257 FrameIndex, Offset); in spillRegPairs()
1261 FrameIndex, Offset); in spillRegPairs()
1266 FrameIndex, Offset); in spillRegPairs()
1270 FrameIndex, Offset); in spillRegPairs()
1278 unsigned FrameIndex) const { in lowerOctWordSpilling()
1290 spillRegPairs(MBB, II, DL, TII, SrcReg, FrameIndex, IsLittleEndian, IsKilled, in lowerOctWordSpilling()
1314 unsigned FrameIndex) const { in lowerACCSpilling()
1338 spillRegPairs(MBB, II, DL, TII, Reg, FrameIndex, IsLittleEndian, IsKilled, in lowerACCSpilling()
1343 FrameIndex, IsLittleEndian ? 32 : 0); in lowerACCSpilling()
1346 FrameIndex, IsLittleEndian ? 0 : 32); in lowerACCSpilling()
1357 unsigned FrameIndex) const { in lowerACCRestore()
1379 FrameIndex, IsLittleEndian ? 32 : 0); in lowerACCRestore()
1381 FrameIndex, IsLittleEndian ? 0 : 32); in lowerACCRestore()
1392 unsigned FrameIndex) const { in lowerWACCSpilling()
1414 FrameIndex, IsLittleEndian ? 32 : 0); in lowerWACCSpilling()
1417 FrameIndex, IsLittleEndian ? 0 : 32); in lowerWACCSpilling()
1426 unsigned FrameIndex) const { in lowerWACCRestore()
1443 FrameIndex, IsLittleEndian ? 32 : 0); in lowerWACCRestore()
1445 FrameIndex, IsLittleEndian ? 0 : 32); in lowerWACCRestore()
1458 unsigned FrameIndex) const { in lowerQuadwordSpilling()
1474 FrameIndex, IsLittleEndian ? 8 : 0); in lowerQuadwordSpilling()
1477 FrameIndex, IsLittleEndian ? 0 : 8); in lowerQuadwordSpilling()
1485 unsigned FrameIndex) const { in lowerQuadwordRestore()
1500 addFrameReference(BuildMI(MBB, II, DL, TII.get(PPC::LD), Reg), FrameIndex, in lowerQuadwordRestore()
1502 addFrameReference(BuildMI(MBB, II, DL, TII.get(PPC::LD), Reg + 1), FrameIndex, in lowerQuadwordRestore()
1601 int FrameIndex = MI.getOperand(FIOperandNum).getIndex(); in eliminateFrameIndex() local
1617 if (FPSI && FrameIndex == FPSI && in eliminateFrameIndex()
1624 if (FPSI && FrameIndex == FPSI && in eliminateFrameIndex()
1636 lowerCRSpilling(II, FrameIndex); in eliminateFrameIndex()
1639 lowerCRRestore(II, FrameIndex); in eliminateFrameIndex()
1642 lowerCRBitSpilling(II, FrameIndex); in eliminateFrameIndex()
1645 lowerCRBitRestore(II, FrameIndex); in eliminateFrameIndex()
1648 lowerACCSpilling(II, FrameIndex); in eliminateFrameIndex()
1651 lowerACCRestore(II, FrameIndex); in eliminateFrameIndex()
1654 lowerOctWordSpilling(II, FrameIndex); in eliminateFrameIndex()
1657 lowerWACCSpilling(II, FrameIndex); in eliminateFrameIndex()
1660 lowerWACCRestore(II, FrameIndex); in eliminateFrameIndex()
1663 lowerQuadwordSpilling(II, FrameIndex); in eliminateFrameIndex()
1666 lowerQuadwordRestore(II, FrameIndex); in eliminateFrameIndex()
1672 FrameIndex < 0 ? getBaseRegister(MF) : getFrameRegister(MF), false); in eliminateFrameIndex()
1680 int64_t Offset = MFI.getObjectOffset(FrameIndex); in eliminateFrameIndex()
1690 if (!(hasBasePointer(MF) && FrameIndex < 0)) in eliminateFrameIndex()