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

References

gen/lib/Target/AVR/AVRGenAsmMatcher.inc
  915     case AVR::R1R0: OpKind = MCK_Reg16; break;
gen/lib/Target/AVR/AVRGenRegisterInfo.inc
  386     AVR::R25R24, AVR::R19R18, AVR::R21R20, AVR::R23R22, AVR::R31R30, AVR::R27R26, AVR::R29R28, AVR::R17R16, AVR::R15R14, AVR::R13R12, AVR::R11R10, AVR::R9R8, AVR::R7R6, AVR::R5R4, AVR::R3R2, AVR::R1R0, 
  396     AVR::R25R24, AVR::R19R18, AVR::R21R20, AVR::R23R22, AVR::R27R26, AVR::R17R16, AVR::R15R14, AVR::R13R12, AVR::R11R10, AVR::R9R8, AVR::R7R6, AVR::R5R4, AVR::R3R2, AVR::R1R0, 
  416     AVR::R15R14, AVR::R13R12, AVR::R11R10, AVR::R9R8, AVR::R7R6, AVR::R5R4, AVR::R3R2, AVR::R1R0, 
  554   { 0U, AVR::R1R0 },
  593   { 0U, AVR::R1R0 },
  668   { AVR::R1R0, 0U },
  724   { AVR::R1R0, 0U },
lib/Target/AVR/AVRFrameLowering.cpp
   81         .addReg(AVR::R1R0, RegState::Kill)
  174     BuildMI(MBB, MBBI, DL, TII.get(AVR::POPWRd), AVR::R1R0);
lib/Target/AVR/AVRISelLowering.cpp
 2030       .Case("r0", AVR::R1R0).Case("r2", AVR::R3R2)
lib/Target/AVR/AVRRegisterInfo.cpp
   59   Reserved.set(AVR::R1R0);