Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZMachineFunctionInfo.h65 void setManipulatesSP(bool MSP) { ManipulatesSP = MSP; } in setManipulatesSP() function
DSystemZISelLowering.cpp3214 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKSAVE()
3222 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKRESTORE()