reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/Sparc/SparcGenAsmMatcher.inc
 2080     case SP::G3: OpKind = MCK_IntRegs; break;
gen/lib/Target/Sparc/SparcGenRegisterInfo.inc
 1057   { SP::G3 },
 1131     SP::I0, SP::I1, SP::I2, SP::I3, SP::I4, SP::I5, SP::I6, SP::I7, SP::G0, SP::G1, SP::G2, SP::G3, SP::G4, SP::G5, SP::G6, SP::G7, SP::L0, SP::L1, SP::L2, SP::L3, SP::L4, SP::L5, SP::L6, SP::L7, SP::O0, SP::O1, SP::O2, SP::O3, SP::O4, SP::O5, SP::O6, SP::O7, 
 1151     SP::I0, SP::I1, SP::I2, SP::I3, SP::I4, SP::I5, SP::I6, SP::I7, SP::G0, SP::G1, SP::G2, SP::G3, SP::G4, SP::G5, SP::G6, SP::G7, SP::L0, SP::L1, SP::L2, SP::L3, SP::L4, SP::L5, SP::L6, SP::L7, SP::O0, SP::O1, SP::O2, SP::O3, SP::O4, SP::O5, SP::O6, SP::O7, 
 1255   { 3U, SP::G3 },
 1340   { 3U, SP::G3 },
 1474   { SP::G3, 3U },
 1559   { SP::G3, 3U },
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
  129     Sparc::G0, Sparc::G1, Sparc::G2, Sparc::G3,
lib/Target/Sparc/Disassembler/SparcDisassembler.cpp
   62   SP::G0,  SP::G1,  SP::G2,  SP::G3,
lib/Target/Sparc/SparcAsmPrinter.cpp
  278   const unsigned globalRegs[] = { SP::G2, SP::G3, SP::G6, SP::G7, 0 };
lib/Target/Sparc/SparcISelLowering.cpp
 1028     .Case("g0", SP::G0).Case("g1", SP::G1).Case("g2", SP::G2).Case("g3", SP::G3)
lib/Target/Sparc/SparcRegisterInfo.cpp
   63     Reserved.set(SP::G3);