Searched defs:SaveS2 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp180 bool SaveS2 = Reserved[Mips::S2]; local
181 if (SaveS2)
H A DMipsMachineFunction.h57 VarArgsFrameIndex(0), CallsEhReturn(false), SaveS2(false) {}
96 void setSaveS2() { SaveS2 = true; }
97 bool hasSaveS2() const { return SaveS2; }
137 bool SaveS2; member in class:llvm::MipsFunctionInfo
H A DMips16InstrInfo.cpp204 bool SaveS2 = Reserved[Mips::S2]; local
206 unsigned Opc = ((FrameSize <= 128) && !SaveS2)? Mips::Save16:Mips::SaveX16;
210 if (SaveS2)
234 bool SaveS2 = Reserved[Mips::S2]; local
236 unsigned Opc = ((FrameSize <= 128) && !SaveS2)?
253 if (SaveS2)

Completed in 77 milliseconds