Lines Matching refs:SELECT
3242 if (isa<FixedVectorType>(ValTy) && ISD == ISD::SELECT) { in getCmpSelInstrCost()
3274 { ISD::SELECT, MVT::v2i1, MVT::v2f32, 2 }, in getCmpSelInstrCost()
3275 { ISD::SELECT, MVT::v2i1, MVT::v2f64, 2 }, in getCmpSelInstrCost()
3276 { ISD::SELECT, MVT::v4i1, MVT::v4f32, 2 }, in getCmpSelInstrCost()
3277 { ISD::SELECT, MVT::v4i1, MVT::v4f16, 2 }, in getCmpSelInstrCost()
3278 { ISD::SELECT, MVT::v8i1, MVT::v8f16, 2 }, in getCmpSelInstrCost()
3279 { ISD::SELECT, MVT::v16i1, MVT::v16i16, 16 }, in getCmpSelInstrCost()
3280 { ISD::SELECT, MVT::v8i1, MVT::v8i32, 8 }, in getCmpSelInstrCost()
3281 { ISD::SELECT, MVT::v16i1, MVT::v16i32, 16 }, in getCmpSelInstrCost()
3282 { ISD::SELECT, MVT::v4i1, MVT::v4i64, 4 * AmortizationCost }, in getCmpSelInstrCost()
3283 { ISD::SELECT, MVT::v8i1, MVT::v8i64, 8 * AmortizationCost }, in getCmpSelInstrCost()
3284 { ISD::SELECT, MVT::v16i1, MVT::v16i64, 16 * AmortizationCost } in getCmpSelInstrCost()