Lines Matching refs:CTPOP
300 setOperationAction(ISD::CTPOP, VT, Expand); in addMVEVectorTypes()
967 setOperationAction(ISD::CTPOP, MVT::v2i32, Custom); in ARMTargetLowering()
968 setOperationAction(ISD::CTPOP, MVT::v4i32, Custom); in ARMTargetLowering()
969 setOperationAction(ISD::CTPOP, MVT::v4i16, Custom); in ARMTargetLowering()
970 setOperationAction(ISD::CTPOP, MVT::v8i16, Custom); in ARMTargetLowering()
971 setOperationAction(ISD::CTPOP, MVT::v1i64, Custom); in ARMTargetLowering()
972 setOperationAction(ISD::CTPOP, MVT::v2i64, Custom); in ARMTargetLowering()
1207 setOperationAction(ISD::CTPOP, MVT::i32, Expand); in ARMTargetLowering()
6536 return DAG.getNode(ISD::CTPOP, dl, VT, Bits); in LowerCTTZ()
6564 return DAG.getNode(ISD::CTPOP, dl, VT, Bits); in LowerCTTZ()
6587 Res = DAG.getNode(ISD::CTPOP, DL, VT8Bit, Res); in LowerCTPOP()
10612 case ISD::CTPOP: return LowerCTPOP(Op.getNode(), DAG, Subtarget); in LowerOperation()