Searched refs:BPSI (Results 1 – 1 of 1) sorted by relevance
1189 int BPSI = FI->getBasePointerSaveIndex(); in processFunctionBeforeCalleeSavedScan() local1190 if (!BPSI && RegInfo->hasBasePointer(MF)) { in processFunctionBeforeCalleeSavedScan()1193 BPSI = MFI->CreateFixedObject(isPPC64? 8 : 4, BPOffset, true); in processFunctionBeforeCalleeSavedScan()1195 FI->setBasePointerSaveIndex(BPSI); in processFunctionBeforeCalleeSavedScan()