Lines Matching refs:CTPOP
2750 case ISD::CTPOP: {
2756 "CTPOP not implemented for this type.");
2811 return DAG.getNode(ISD::CTPOP, dl, VT, Op);
2815 // unless the target has ctlz but not ctpop, in which case we use:
2823 // If ISD::CTLZ is legal and CTPOP isn't, then do that instead.
2824 if (!TLI.isOperationLegalOrCustom(ISD::CTPOP, VT) &&
2829 return DAG.getNode(ISD::CTPOP, dl, VT, Tmp3);
2925 case ISD::CTPOP:
3770 case ISD::CTPOP: