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

References

gen/lib/Target/AVR/AVRGenAsmMatcher.inc
 1161   { 179 /* clr */, AVR::EORRdRr, Convert__Reg1_0__Tie0_1_1__Reg1_0, AMFBS_None, { MCK_GPR8 }, },
 1178   { 245 /* eor */, AVR::EORRdRr, Convert__Reg1_0__Tie0_1_1__Reg1_1, AMFBS_None, { MCK_GPR8, MCK_GPR8 }, },
gen/lib/Target/AVR/AVRGenAsmWriter.inc
 1281   case AVR::EORRdRr:
gen/lib/Target/AVR/AVRGenDAGISel.inc
  669 /*  1108*/        OPC_MorphNodeTo2, TARGET_VAL(AVR::EORRdRr), 0,
gen/lib/Target/AVR/AVRGenMCCodeEmitter.inc
  696     case AVR::EORRdRr:
lib/Target/AVR/AVRExpandPseudoInsts.cpp
  383   return expandLogic(AVR::EORRdRr, MBB, MBBI);
  951   return expandAtomicArithmeticOp(8, AVR::EORRdRr, MBB, MBBI);
 1435   auto EOR = buildMI(MBB, MBBI, AVR::EORRdRr)
lib/Target/AVR/AVRFrameLowering.cpp
   90     BuildMI(MBB, MBBI, DL, TII.get(AVR::EORRdRr))
lib/Target/AVR/AVRISelLowering.cpp
 1590   BuildMI(*BB, I, MI.getDebugLoc(), TII.get(AVR::EORRdRr), AVR::R1)