HomeSort by relevance Sort by last modified time
    Searched refs:SaveS2 (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Mips/
MipsMachineFunction.h 34 CallsEhReturn(false), IsISR(false), SaveS2(false),
79 void setSaveS2() { SaveS2 = true; }
80 bool hasSaveS2() const { return SaveS2; }
122 // saveS2
123 bool SaveS2;
Mips16FrameLowering.cpp 166 bool SaveS2 = Reserved[Mips::S2];
167 if (SaveS2)
Mips16InstrInfo.cpp 201 bool SaveS2 = Reserved[Mips::S2];
203 unsigned Opc = ((FrameSize <= 128) && !SaveS2)? Mips::Save16:Mips::SaveX16;
207 if (SaveS2)
231 bool SaveS2 = Reserved[Mips::S2];
233 unsigned Opc = ((FrameSize <= 128) && !SaveS2)?
250 if (SaveS2)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsMachineFunction.h 72 void setSaveS2() { SaveS2 = true; }
73 bool hasSaveS2() const { return SaveS2; }
116 // saveS2
117 bool SaveS2 = false;
Mips16FrameLowering.cpp 171 bool SaveS2 = Reserved[Mips::S2];
172 if (SaveS2)
Mips16InstrInfo.cpp 222 bool SaveS2 = Reserved[Mips::S2];
224 unsigned Opc = ((FrameSize <= 128) && !SaveS2)? Mips::Save16:Mips::SaveX16;
228 if (SaveS2)
252 bool SaveS2 = Reserved[Mips::S2];
254 unsigned Opc = ((FrameSize <= 128) && !SaveS2)?
271 if (SaveS2)

Completed in 367 milliseconds