Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp214 bool SaveS2 = Reserved[Mips::S2]; in makeFrame() local
216 unsigned Opc = ((FrameSize <= 128) && !SaveS2)? Mips::Save16:Mips::SaveX16; in makeFrame()
220 if (SaveS2) in makeFrame()
244 bool SaveS2 = Reserved[Mips::S2]; in restoreFrame() local
246 unsigned Opc = ((FrameSize <= 128) && !SaveS2)? in restoreFrame()
263 if (SaveS2) in restoreFrame()
H A DMips16FrameLowering.cpp147 bool SaveS2 = Reserved[Mips::S2]; in determineCalleeSaves() local
148 if (SaveS2) in determineCalleeSaves()