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

References

gen/lib/Target/SystemZ/SystemZGenAsmMatcher.inc
 3734   { 5343 /* llill */, SystemZ::LLILL, Convert__GR641_0__U16Imm1_1, AMFBS_None, { MCK_GR64, MCK_U16Imm }, },
gen/lib/Target/SystemZ/SystemZGenDAGISel.inc
21266 /* 39972*/        OPC_MorphNodeTo1, TARGET_VAL(SystemZ::LLILL), 0,
gen/lib/Target/SystemZ/SystemZGenMCCodeEmitter.inc
 3701     case SystemZ::LLILL:
lib/Target/SystemZ/SystemZISelLowering.cpp
 7209     BuildMI(*MBB, MI, DL, TII->get(SystemZ::LLILL), Zero64)
lib/Target/SystemZ/SystemZInstrInfo.cpp
 1740     Opcode = SystemZ::LLILL;
lib/Target/SystemZ/SystemZShortenInst.cpp
  209       Changed |= shortenIIF(MI, SystemZ::LLILL, SystemZ::LLILH);