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

References

gen/lib/Target/ARM/ARMGenAsmMatcher.inc
10408   { 177 /* cmp */, ARM::tCMPr, Convert__Reg1_1__Reg1_2__CondCode2_0, AMFBS_IsThumb, { MCK_CondCode, MCK_tGPR, MCK_tGPR }, },
gen/lib/Target/ARM/ARMGenDAGISel.inc
26306 /* 56809*/        OPC_MorphNodeTo1, TARGET_VAL(ARM::tCMPr), 0|OPFL_GlueOutput,
35197 /* 77628*/      OPC_MorphNodeTo1, TARGET_VAL(ARM::tCMPr), 0|OPFL_GlueOutput,
gen/lib/Target/ARM/ARMGenFastISel.inc
 2743     return fastEmitInst_rr(ARM::tCMPr, &ARM::tGPRRegClass, Op0, Op0IsKill, Op1, Op1IsKill);
 2805     return fastEmitInst_rr(ARM::tCMPr, &ARM::tGPRRegClass, Op0, Op0IsKill, Op1, Op1IsKill);
gen/lib/Target/ARM/ARMGenMCCodeEmitter.inc
 7141     case ARM::tCMPr:
lib/Target/ARM/ARMBaseInstrInfo.cpp
 2692   case ARM::tCMPr:
 2781   if (CmpI->getOpcode() == ARM::tCMPr && OI->getOpcode() == ARM::tSUBrr &&
 2816   if (CmpI->getOpcode() == ARM::tCMPr &&
lib/Target/ARM/ARMFeatures.h
   56   case ARM::tCMPr:
lib/Target/ARM/ARMFrameLowering.cpp
 2449   Opcode = Thumb ? ARM::tCMPr : ARM::CMPrr;
lib/Target/ARM/ARMISelLowering.cpp
 9656       BuildMI(DispatchBB, dl, TII->get(ARM::tCMPr))
lib/Target/ARM/Thumb2SizeReduction.cpp
  715       { ARM::t2CMPrr,ARM::tCMPr, 0, 0, 0, 1, 1,2, 0, 0,1,0 };