Lines Matching refs:CTPOP
649 setOperationAction(ISD::CTPOP, MVT::i32, Legal); in AArch64TargetLowering()
650 setOperationAction(ISD::CTPOP, MVT::i64, Legal); in AArch64TargetLowering()
651 setOperationAction(ISD::CTPOP, MVT::i128, Expand); in AArch64TargetLowering()
672 setOperationAction(ISD::CTPOP, MVT::i32, Custom); in AArch64TargetLowering()
673 setOperationAction(ISD::CTPOP, MVT::i64, Custom); in AArch64TargetLowering()
674 setOperationAction(ISD::CTPOP, MVT::i128, Custom); in AArch64TargetLowering()
1434 setOperationAction(ISD::CTPOP, VT, Custom); in AArch64TargetLowering()
1886 setOperationAction(ISD::CTPOP, VT, Custom); in addTypeForNEON()
2046 setOperationAction(ISD::CTPOP, VT, Default); in addTypeForFixedLengthSVE()
6888 case ISD::CTPOP: in LowerOperation()
10067 SDValue CtPop = DAG.getNode(ISD::CTPOP, DL, MVT::v8i8, Val); in LowerCTPOP_PARITY()
10082 SDValue CtPop = DAG.getNode(ISD::CTPOP, DL, MVT::v16i8, Val); in LowerCTPOP_PARITY()
10102 Val = DAG.getNode(ISD::CTPOP, DL, VT8Bit, Val); in LowerCTPOP_PARITY()
26202 case ISD::CTPOP: in ReplaceNodeResults()