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

References

gen/lib/Target/SystemZ/SystemZGenAsmMatcher.inc
 4188   { 8048 /* rll */, SystemZ::RLL, Convert__GR321_0__GR321_1__BDAddr32Disp202_2, AMFBS_None, { MCK_GR32, MCK_GR32, MCK_BDAddr32Disp20 }, },
gen/lib/Target/SystemZ/SystemZGenDAGISel.inc
18437 /* 34351*/            OPC_MorphNodeTo1, TARGET_VAL(SystemZ::RLL), 0,
18461 /* 34405*/            OPC_MorphNodeTo1, TARGET_VAL(SystemZ::RLL), 0,
18499 /* 34491*/        OPC_MorphNodeTo1, TARGET_VAL(SystemZ::RLL), 0,
gen/lib/Target/SystemZ/SystemZGenMCCodeEmitter.inc
 5015     case SystemZ::RLL:
lib/Target/SystemZ/SystemZISelLowering.cpp
 6872     BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal)
 6902     BuildMI(MBB, DL, TII->get(SystemZ::RLL), NewVal)
 6989     BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal)
 7020     BuildMI(MBB, DL, TII->get(SystemZ::RLL), NewVal)
 7116   BuildMI(MBB, DL, TII->get(SystemZ::RLL), Dest)
 7140   BuildMI(MBB, DL, TII->get(SystemZ::RLL), StoreVal)