Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:RASI

6143   int RASI = FI->getReturnAddrSaveIndex();
6146 if (!RASI) {
6150 RASI = MF.getFrameInfo()->CreateFixedObject(isPPC64? 8 : 4, LROffset, false);
6152 FI->setReturnAddrSaveIndex(RASI);
6154 return DAG.getFrameIndex(RASI, PtrVT);