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