Lines Matching refs:CTPOP
289 setOperationAction(ISD::CTPOP, VT, Expand); in addMVEVectorTypes()
960 setOperationAction(ISD::CTPOP, MVT::v2i32, Custom); in ARMTargetLowering()
961 setOperationAction(ISD::CTPOP, MVT::v4i32, Custom); in ARMTargetLowering()
962 setOperationAction(ISD::CTPOP, MVT::v4i16, Custom); in ARMTargetLowering()
963 setOperationAction(ISD::CTPOP, MVT::v8i16, Custom); in ARMTargetLowering()
964 setOperationAction(ISD::CTPOP, MVT::v1i64, Custom); in ARMTargetLowering()
965 setOperationAction(ISD::CTPOP, MVT::v2i64, Custom); in ARMTargetLowering()
1200 setOperationAction(ISD::CTPOP, MVT::i32, Expand); in ARMTargetLowering()
6519 return DAG.getNode(ISD::CTPOP, dl, VT, Bits); in LowerCTTZ()
6547 return DAG.getNode(ISD::CTPOP, dl, VT, Bits); in LowerCTTZ()
6570 Res = DAG.getNode(ISD::CTPOP, DL, VT8Bit, Res); in LowerCTPOP()
10595 case ISD::CTPOP: return LowerCTPOP(Op.getNode(), DAG, Subtarget); in LowerOperation()