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

References

gen/lib/Target/PowerPC/PPCGenAsmMatcher.inc
 5281   { 3118 /* crmove */, PPC::CROR, Convert__RegCRBITRC1_0__RegCRBITRC1_1__RegCRBITRC1_1, AMFBS_None, { MCK_RegCRBITRC, MCK_RegCRBITRC }, },
 5285   { 3144 /* cror */, PPC::CROR, Convert__RegCRBITRC1_0__RegCRBITRC1_1__RegCRBITRC1_2, AMFBS_None, { MCK_RegCRBITRC, MCK_RegCRBITRC, MCK_RegCRBITRC }, },
gen/lib/Target/PowerPC/PPCGenAsmWriter.inc
 8713   case PPC::CROR:
gen/lib/Target/PowerPC/PPCGenDAGISel.inc
23214 /* 57052*/        OPC_MorphNodeTo1, TARGET_VAL(PPC::CROR), 0,
28607 /* 68710*/      OPC_MorphNodeTo1, TARGET_VAL(PPC::CROR), 0,
28716 /* 68947*/      OPC_MorphNodeTo1, TARGET_VAL(PPC::CROR), 0,
28732 /* 68993*/      OPC_MorphNodeTo1, TARGET_VAL(PPC::CROR), 0,
28748 /* 69039*/      OPC_MorphNodeTo1, TARGET_VAL(PPC::CROR), 0,
28764 /* 69085*/      OPC_MorphNodeTo1, TARGET_VAL(PPC::CROR), 0,
28780 /* 69131*/      OPC_MorphNodeTo1, TARGET_VAL(PPC::CROR), 0,
28796 /* 69177*/      OPC_MorphNodeTo1, TARGET_VAL(PPC::CROR), 0,
28812 /* 69223*/      OPC_MorphNodeTo1, TARGET_VAL(PPC::CROR), 0,
28828 /* 69269*/      OPC_MorphNodeTo1, TARGET_VAL(PPC::CROR), 0,
28844 /* 69315*/      OPC_MorphNodeTo1, TARGET_VAL(PPC::CROR), 0,
28860 /* 69361*/      OPC_MorphNodeTo1, TARGET_VAL(PPC::CROR), 0,
gen/lib/Target/PowerPC/PPCGenFastISel.inc
 2424   return fastEmitInst_rr(PPC::CROR, &PPC::CRBITRCRegClass, Op0, Op0IsKill, Op1, Op1IsKill);
gen/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc
 3243     case PPC::CROR:
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 4888       CurDAG->SelectNodeTo(N, PPC::CROR, MVT::i1, CAndT, NotCAndF);
 5656       case PPC::CROR:
 5778       case PPC::CROR:
 5879           ResNode = CurDAG->getMachineNode(PPC::CROR, SDLoc(MachineNode),
 5986           ResNode = CurDAG->getMachineNode(PPC::CROR, SDLoc(MachineNode),
lib/Target/PowerPC/PPCInstrInfo.cpp
 1013     Opc = PPC::CROR;
lib/Target/PowerPC/PPCInstrInfo.h
  194         PPC::CROR, PPC::EVOR, -1U };
lib/Target/PowerPC/PPCReduceCRLogicals.cpp
  278     case PPC::CROR:
  314     case PPC::CROR:
  391     return Opc == PPC::CRAND || Opc == PPC::CRNAND || Opc == PPC::CROR ||
  627   if (CRI.MI->getOpcode() != PPC::CROR &&