|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
gen/lib/Target/AVR/AVRGenAsmMatcher.inc 1124 { 4 /* add */, AVR::ADDRdRr, Convert__Reg1_0__Tie0_1_1__Reg1_1, AMFBS_None, { MCK_GPR8, MCK_GPR8 }, },
1199 { 320 /* lsl */, AVR::ADDRdRr, Convert__Reg1_0__Tie0_1_1__Reg1_0, AMFBS_None, { MCK_GPR8 }, },
gen/lib/Target/AVR/AVRGenAsmWriter.inc 1069 case AVR::ADDRdRr:
gen/lib/Target/AVR/AVRGenDAGISel.inc 638 /* 1040*/ OPC_MorphNodeTo2, TARGET_VAL(AVR::ADDRdRr), 0,
1024 /* 1754*/ OPC_MorphNodeTo2, TARGET_VAL(AVR::ADDRdRr), 0|OPFL_GlueOutput,
1326 /* 2292*/ OPC_MorphNodeTo2, TARGET_VAL(AVR::ADDRdRr), 0,
gen/lib/Target/AVR/AVRGenMCCodeEmitter.inc 694 case AVR::ADDRdRr:
lib/Target/AVR/AVRExpandPseudoInsts.cpp 258 return expandArith(AVR::ADDRdRr, AVR::ADCRdRr, MBB, MBBI);
911 return expandAtomicArithmeticOp(8, AVR::ADDRdRr, MBB, MBBI);
1253 OpLo = AVR::ADDRdRr; // ADD Rd, Rd <==> LSL Rd
1391 buildMI(MBB, MBBI, AVR::ADDRdRr) // LSL Rd <==> ADD Rd, Rr
lib/Target/AVR/AVRISelLowering.cpp 1450 Opc = AVR::ADDRdRr; // LSL is an alias of ADD Rd, Rd