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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h164 void setShouldRestoreSPFromFP(bool s) { RestoreSPFromFP = s; } function in class:llvm::ARMFunctionInfo
H A DThumb1FrameLowering.cpp327 AFI->setShouldRestoreSPFromFP(true);
434 AFI->setShouldRestoreSPFromFP(true);
450 AFI->setShouldRestoreSPFromFP(true);
H A DARMFrameLowering.cpp579 AFI->setShouldRestoreSPFromFP(true);
738 AFI->setShouldRestoreSPFromFP(true);
762 AFI->setShouldRestoreSPFromFP(true);
1210 AFI->setShouldRestoreSPFromFP(true);

Completed in 113 milliseconds