Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h91 void setManipulatesSP(bool MSP) { ManipulatesSP = MSP; } in setManipulatesSP() function
H A DSystemZISelLowering.cpp4142 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKSAVE()
4153 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKRESTORE()