Home
last modified time | relevance | path

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

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