Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/SystemZ/
HDSystemZMachineFunctionInfo.h63 void setManipulatesSP(bool MSP) { ManipulatesSP = MSP; } in setManipulatesSP() function
HDSystemZISelLowering.cpp2075 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKSAVE()
2083 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKRESTORE()