Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsMachineFunction.h34 CallsEhReturn(false), IsISR(false), SaveS2(false), in MipsFunctionInfo()
79 void setSaveS2() { SaveS2 = true; } in setSaveS2()
80 bool hasSaveS2() const { return SaveS2; } in hasSaveS2()
123 bool SaveS2; variable
DMips16InstrInfo.cpp201 bool SaveS2 = Reserved[Mips::S2]; in makeFrame() local
203 unsigned Opc = ((FrameSize <= 128) && !SaveS2)? Mips::Save16:Mips::SaveX16; in makeFrame()
207 if (SaveS2) in makeFrame()
231 bool SaveS2 = Reserved[Mips::S2]; in restoreFrame() local
233 unsigned Opc = ((FrameSize <= 128) && !SaveS2)? in restoreFrame()
250 if (SaveS2) in restoreFrame()
DMips16FrameLowering.cpp166 bool SaveS2 = Reserved[Mips::S2]; in determineCalleeSaves() local
167 if (SaveS2) in determineCalleeSaves()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsMachineFunction.h76 void setSaveS2() { SaveS2 = true; } in setSaveS2()
77 bool hasSaveS2() const { return SaveS2; } in hasSaveS2()
121 bool SaveS2 = false; variable
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()
DMips16FrameLowering.cpp170 bool SaveS2 = Reserved[Mips::S2]; in determineCalleeSaves() local
171 if (SaveS2) in determineCalleeSaves()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsMachineFunction.h76 void setSaveS2() { SaveS2 = true; } in setSaveS2()
77 bool hasSaveS2() const { return SaveS2; } in hasSaveS2()
119 bool SaveS2 = false; variable
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()
DMips16FrameLowering.cpp167 bool SaveS2 = Reserved[Mips::S2]; in determineCalleeSaves() local
168 if (SaveS2) in determineCalleeSaves()