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

References

lib/Target/ARM/ARMBaseInstrInfo.cpp
 3132         case ARMCC::PL: // N
lib/Target/ARM/ARMFastISel.cpp
 1220       return ARMCC::PL;
lib/Target/ARM/ARMISelDAGToDAG.cpp
 3377           CC = (unsigned)ARMCC::PL;
 3454           CC = ARMCC::PL;
lib/Target/ARM/ARMISelLowering.cpp
 1832   case ISD::SETUGE: CondCode = ARMCC::PL; break;
 4298         CondCode = ARMCC::PL;
 5012     if (cast<ConstantSDNode>(ARMcc)->getZExtValue() == ARMCC::PL)
lib/Target/ARM/ARMInstructionSelector.cpp
  430     Preds.first = ARMCC::PL;
lib/Target/ARM/Utils/ARMBaseInfo.h
   55   case MI: return PL;
   56   case PL: return MI;
  100   case ARMCC::PL:  return "pl";
  123     .Case("pl", ARMCC::PL)