Searched refs:setShouldRestoreSPFromFP (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h160 void setShouldRestoreSPFromFP(bool s) { RestoreSPFromFP = s; } function in class:llvm::ARMFunctionInfo
H A DThumb1FrameLowering.cpp325 AFI->setShouldRestoreSPFromFP(true);
432 AFI->setShouldRestoreSPFromFP(true);
448 AFI->setShouldRestoreSPFromFP(true);
H A DARMFrameLowering.cpp585 AFI->setShouldRestoreSPFromFP(true);
743 AFI->setShouldRestoreSPFromFP(true);
767 AFI->setShouldRestoreSPFromFP(true);
1204 AFI->setShouldRestoreSPFromFP(true);

Completed in 71 milliseconds