Lines Matching refs:FrameIndex

852                                       unsigned FrameIndex) const {  in lowerCRSpilling()
890 FrameIndex); in lowerCRSpilling()
897 unsigned FrameIndex) const { in lowerCRRestore()
917 Reg), FrameIndex); in lowerCRRestore()
940 unsigned FrameIndex) const { in lowerCRBitSpilling()
1047 FrameIndex); in lowerCRBitSpilling()
1059 unsigned FrameIndex) const { in lowerCRBitRestore()
1079 Reg), FrameIndex); in lowerCRBitRestore()
1141 unsigned FrameIndex) const { in lowerACCSpilling()
1166 FrameIndex, IsLittleEndian ? 32 : 0); in lowerACCSpilling()
1169 FrameIndex, IsLittleEndian ? 0 : 32); in lowerACCSpilling()
1179 unsigned FrameIndex) const { in lowerACCRestore()
1201 FrameIndex, IsLittleEndian ? 32 : 0); in lowerACCRestore()
1203 FrameIndex, IsLittleEndian ? 0 : 32); in lowerACCRestore()
1213 unsigned FrameIndex) const { in lowerQuadwordSpilling()
1229 FrameIndex, IsLittleEndian ? 8 : 0); in lowerQuadwordSpilling()
1232 FrameIndex, IsLittleEndian ? 0 : 8); in lowerQuadwordSpilling()
1240 unsigned FrameIndex) const { in lowerQuadwordRestore()
1255 addFrameReference(BuildMI(MBB, II, DL, TII.get(PPC::LD), Reg), FrameIndex, in lowerQuadwordRestore()
1257 addFrameReference(BuildMI(MBB, II, DL, TII.get(PPC::LD), Reg + 1), FrameIndex, in lowerQuadwordRestore()
1356 int FrameIndex = MI.getOperand(FIOperandNum).getIndex(); in eliminateFrameIndex() local
1371 if (FPSI && FrameIndex == FPSI && in eliminateFrameIndex()
1377 if (FPSI && FrameIndex == FPSI && in eliminateFrameIndex()
1388 lowerCRSpilling(II, FrameIndex); in eliminateFrameIndex()
1391 lowerCRRestore(II, FrameIndex); in eliminateFrameIndex()
1394 lowerCRBitSpilling(II, FrameIndex); in eliminateFrameIndex()
1397 lowerCRBitRestore(II, FrameIndex); in eliminateFrameIndex()
1400 lowerACCSpilling(II, FrameIndex); in eliminateFrameIndex()
1403 lowerACCRestore(II, FrameIndex); in eliminateFrameIndex()
1406 lowerQuadwordSpilling(II, FrameIndex); in eliminateFrameIndex()
1409 lowerQuadwordRestore(II, FrameIndex); in eliminateFrameIndex()
1415 FrameIndex < 0 ? getBaseRegister(MF) : getFrameRegister(MF), false); in eliminateFrameIndex()
1423 int Offset = MFI.getObjectOffset(FrameIndex); in eliminateFrameIndex()
1433 if (!(hasBasePointer(MF) && FrameIndex < 0)) in eliminateFrameIndex()