Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsMachineFunction.h37 VarArgsFrameIndex(0), CallsEhReturn(false), IsISR(false), SaveS2(false), in MipsFunctionInfo()
85 void setSaveS2() { SaveS2 = true; } in setSaveS2()
86 bool hasSaveS2() const { return SaveS2; } in hasSaveS2()
134 bool SaveS2; variable
DMips16InstrInfo.cpp203 bool SaveS2 = Reserved[Mips::S2]; in makeFrame() local
205 unsigned Opc = ((FrameSize <= 128) && !SaveS2)? Mips::Save16:Mips::SaveX16; in makeFrame()
209 if (SaveS2) in makeFrame()
233 bool SaveS2 = Reserved[Mips::S2]; in restoreFrame() local
235 unsigned Opc = ((FrameSize <= 128) && !SaveS2)? in restoreFrame()
252 if (SaveS2) in restoreFrame()
DMips16FrameLowering.cpp167 bool SaveS2 = Reserved[Mips::S2]; in determineCalleeSaves() local
168 if (SaveS2) in determineCalleeSaves()