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

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

Completed in 64 milliseconds