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

References

gen/lib/Target/AVR/AVRGenAsmMatcher.inc
  867     case AVR::R0: OpKind = MCK_GPR8lo; break;
gen/lib/Target/AVR/AVRGenInstrInfo.inc
  387 static const MCPhysReg ImplicitList5[] = { AVR::R15, AVR::R14, AVR::R13, AVR::R12, AVR::R11, AVR::R10, AVR::R9, AVR::R8, AVR::R7, AVR::R6, AVR::R5, AVR::R4, AVR::R3, AVR::R2, AVR::R1, AVR::R0, 0 };
  389 static const MCPhysReg ImplicitList7[] = { AVR::R0, 0 };
  390 static const MCPhysReg ImplicitList8[] = { AVR::R1, AVR::R0, AVR::SREG, 0 };
  391 static const MCPhysReg ImplicitList9[] = { AVR::R31R30, AVR::R1, AVR::R0, 0 };
  392 static const MCPhysReg ImplicitList10[] = { AVR::R1, AVR::R0, 0 };
gen/lib/Target/AVR/AVRGenRegisterInfo.inc
  299   { AVR::R0 },
  336     AVR::R24, AVR::R25, AVR::R18, AVR::R19, AVR::R20, AVR::R21, AVR::R22, AVR::R23, AVR::R30, AVR::R31, AVR::R26, AVR::R27, AVR::R28, AVR::R29, AVR::R17, AVR::R16, AVR::R15, AVR::R14, AVR::R13, AVR::R12, AVR::R11, AVR::R10, AVR::R9, AVR::R8, AVR::R7, AVR::R6, AVR::R5, AVR::R4, AVR::R3, AVR::R2, AVR::R0, AVR::R1, 
  346     AVR::R15, AVR::R14, AVR::R13, AVR::R12, AVR::R11, AVR::R10, AVR::R9, AVR::R8, AVR::R7, AVR::R6, AVR::R5, AVR::R4, AVR::R3, AVR::R2, AVR::R0, AVR::R1, 
  636   { AVR::R0, 0U },
  692   { AVR::R0, 0U },
 1745 static const MCPhysReg CSR_Interrupts_SaveList[] = { AVR::R31, AVR::R30, AVR::R29, AVR::R28, AVR::R27, AVR::R26, AVR::R25, AVR::R24, AVR::R23, AVR::R22, AVR::R21, AVR::R20, AVR::R19, AVR::R18, AVR::R17, AVR::R16, AVR::R15, AVR::R14, AVR::R13, AVR::R12, AVR::R11, AVR::R10, AVR::R9, AVR::R8, AVR::R7, AVR::R6, AVR::R5, AVR::R4, AVR::R3, AVR::R2, AVR::R1, AVR::R0, 0 };
lib/Target/AVR/AVRExpandPseudoInsts.cpp
   54   const unsigned SCRATCH_REGISTER = AVR::R0;
 1484     .addReg(AVR::R0, RegState::Define)
 1497     .addReg(AVR::R0, RegState::Kill)
lib/Target/AVR/AVRFrameLowering.cpp
   84     BuildMI(MBB, MBBI, DL, TII.get(AVR::INRdA), AVR::R0)
   88         .addReg(AVR::R0, RegState::Kill)
   91         .addReg(AVR::R0, RegState::Define)
   92         .addReg(AVR::R0, RegState::Kill)
   93         .addReg(AVR::R0, RegState::Kill)
  170     BuildMI(MBB, MBBI, DL, TII.get(AVR::POPRd), AVR::R0);
  173         .addReg(AVR::R0, RegState::Kill);
lib/Target/AVR/AVRISelDAGToDAG.cpp
  489         CurDAG->getCopyFromReg(InChain, DL, AVR::R0, Type, InGlue);
lib/Target/AVR/AVRISelLowering.cpp
 1572     return (SrcReg == AVR::R0 || SrcReg == AVR::R1);
 1881       return std::make_pair(unsigned(AVR::R0), &AVR::GPR8RegClass);
 2015       .Case("r0", AVR::R0).Case("r1", AVR::R1).Case("r2", AVR::R2)
lib/Target/AVR/AVRRegisterInfo.cpp
   57   Reserved.set(AVR::R0);
  222     BuildMI(MBB, II, dl, TII.get(AVR::INRdA), AVR::R0).addImm(0x3f);
  232         .addReg(AVR::R0, RegState::Kill);