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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
   43   if (CustomLowerNode(N, N->getValueType(ResNo), true)) {
   51     dbgs() << "PromoteIntegerResult #" << ResNo << ": ";
   55   case ISD::MERGE_VALUES:Res = PromoteIntRes_MERGE_VALUES(N, ResNo); break;
  140   case ISD::SSUBO:       Res = PromoteIntRes_SADDSUBO(N, ResNo); break;
  142   case ISD::USUBO:       Res = PromoteIntRes_UADDSUBO(N, ResNo); break;
  144   case ISD::UMULO:       Res = PromoteIntRes_XMULO(N, ResNo); break;
  149   case ISD::SUBCARRY:    Res = PromoteIntRes_ADDSUBCARRY(N, ResNo); break;
  182     Res = PromoteIntRes_AtomicCmpSwap(cast<AtomicSDNode>(N), ResNo);
  200     SetPromotedInteger(SDValue(N, ResNo), Res);