Home
last modified time | relevance | path

Searched refs:BPSI (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1082 int BPSI = FI->getBasePointerSaveIndex(); in processFunctionBeforeCalleeSavedScan() local
1083 if (!BPSI && RegInfo->hasBasePointer(MF)) { in processFunctionBeforeCalleeSavedScan()
1086 BPSI = MFI->CreateFixedObject(isPPC64? 8 : 4, BPOffset, true); in processFunctionBeforeCalleeSavedScan()
1088 FI->setBasePointerSaveIndex(BPSI); in processFunctionBeforeCalleeSavedScan()