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

Declarations

gen/lib/Target/AVR/AVRGenRegisterInfo.inc
  876   extern const TargetRegisterClass GPR8RegClass;

References

gen/lib/Target/AVR/AVRGenRegisterInfo.inc
 1041   &AVR::GPR8RegClass,
 1046   &AVR::GPR8RegClass,
 1051   &AVR::GPR8RegClass,
 1359     &AVR::GPR8RegClass,
lib/Target/AVR/AVRExpandPseudoInsts.cpp
  872       (*MBB.getParent(), &AVR::GPR8RegClass);
  881   BitVector Available = RS.getRegsAvailable(&AVR::GPR8RegClass);
lib/Target/AVR/AVRISelLowering.cpp
   38   addRegisterClass(MVT::i8, &AVR::GPR8RegClass);
 1073         RC = &AVR::GPR8RegClass;
 1451     RC = &AVR::GPR8RegClass;
 1460     RC = &AVR::GPR8RegClass;
 1468     RC = &AVR::GPR8RegClass;
 1476     RC = &AVR::GPR8RegClass;
 1485     RC = &AVR::GPR8RegClass;
 1876         return std::make_pair(0U, &AVR::GPR8RegClass);
 1881       return std::make_pair(unsigned(AVR::R0), &AVR::GPR8RegClass);
lib/Target/AVR/AVRInstrInfo.cpp
   67     if (AVR::GPR8RegClass.contains(DestReg, SrcReg)) {
lib/Target/AVR/AVRRegisterInfo.cpp
   91     return &AVR::GPR8RegClass;