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

References

gen/lib/Target/ARM/ARMGenAsmMatcher.inc
10781   { 687 /* mov */, ARM::t2MOVi16, Convert__Reg1_1__Imm256_65535Expr1_2__CondCode2_0, AMFBS_IsThumb_HasV8MBaseline, { MCK_CondCode, MCK_rGPR, MCK_Imm256_65535Expr }, },
10813   { 701 /* movw */, ARM::t2MOVi16, Convert__Reg1_1__Imm0_65535Expr1_2__CondCode2_0, AMFBS_IsThumb_HasV8MBaseline, { MCK_CondCode, MCK_rGPR, MCK_Imm0_65535Expr }, },
gen/lib/Target/ARM/ARMGenDAGISel.inc
 5319 /* 10819*/          OPC_EmitNode1, TARGET_VAL(ARM::t2MOVi16), 0,
 5335 /* 10865*/          OPC_EmitNode1, TARGET_VAL(ARM::t2MOVi16), 0,
34417 /* 75787*/          OPC_EmitNode1, TARGET_VAL(ARM::t2MOVi16), 0,
34898 /* 76905*/          OPC_EmitNode1, TARGET_VAL(ARM::t2MOVi16), 0,
37601 /* 82830*/      OPC_MorphNodeTo1, TARGET_VAL(ARM::t2MOVi16), 0,
40843 /* 89592*/      OPC_EmitNode1, TARGET_VAL(ARM::t2MOVi16), 0,
40891 /* 89738*/      OPC_EmitNode1, TARGET_VAL(ARM::t2MOVi16), 0,
gen/lib/Target/ARM/ARMGenGlobalISel.inc
24709         GIR_BuildMI, /*InsnID*/0, /*Opcode*/ARM::t2MOVi16,
gen/lib/Target/ARM/ARMGenMCCodeEmitter.inc
 6623     case ARM::t2MOVi16: {
lib/Target/ARM/ARMAsmPrinter.cpp
 1395     TmpInst.setOpcode(Opc == ARM::MOVi16_ga_pcrel? ARM::MOVi16 : ARM::t2MOVi16);
lib/Target/ARM/ARMConstantIslandPass.cpp
 1430     assert(MI->getOpcode() == ARM::t2MOVi16 &&
lib/Target/ARM/ARMExpandPseudoInsts.cpp
  871     LO16Opc = ARM::t2MOVi16;
 1272       unsigned NewOpc = AFI->isThumbFunction() ? ARM::t2MOVi16 : ARM::MOVi16;
lib/Target/ARM/ARMFastISel.cpp
  472     unsigned Opc = isThumb2 ? ARM::t2MOVi16 : ARM::MOVi16;
lib/Target/ARM/ARMFrameLowering.cpp
  522       BuildMI(MBB, MBBI, dl, TII.get(ARM::t2MOVi16), ARM::R4)
lib/Target/ARM/ARMISelLowering.cpp
 9586       BuildMI(DispatchBB, dl, TII->get(ARM::t2MOVi16), VReg1)
10134     BuildMI(BB, dl, TII->get(IsThumb ? ARM::t2MOVi16 : ARM::MOVi16), Vtmp)
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
 7754   case ARM::t2MOVi16:
 8399           TmpInst.setOpcode(ARM::t2MOVi16);
lib/Target/ARM/Thumb2InstrInfo.cpp
  255       BuildMI(MBB, MBBI, dl, TII.get(ARM::t2MOVi16), DestReg)
lib/Target/ARM/Thumb2SizeReduction.cpp
  105   { ARM::t2MOVi16,ARM::tMOVi8,  0,             8,   0,   1,   0,  0,0, 1,1,0 },
  324       Use->getOpcode() == ARM::t2MOVi16)
  702   case ARM::t2MOVi16: