Home
last modified time | relevance | path

Searched refs:SaveS2 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsMachineFunction.h81 void setSaveS2() { SaveS2 = true; } in setSaveS2()
82 bool hasSaveS2() const { return SaveS2; } in hasSaveS2()
124 bool SaveS2 = false; variable
H A DMips16InstrInfo.cpp217 bool SaveS2 = Reserved[Mips::S2]; in makeFrame() local
219 unsigned Opc = ((FrameSize <= 128) && !SaveS2)? Mips::Save16:Mips::SaveX16; in makeFrame()
223 if (SaveS2) in makeFrame()
247 bool SaveS2 = Reserved[Mips::S2]; in restoreFrame() local
249 unsigned Opc = ((FrameSize <= 128) && !SaveS2)? in restoreFrame()
266 if (SaveS2) in restoreFrame()
H A DMips16FrameLowering.cpp166 bool SaveS2 = Reserved[Mips::S2]; in determineCalleeSaves() local
167 if (SaveS2) in determineCalleeSaves()