Home | History | Annotate | Download | only in X86

Lines Matching refs:v2f32

1044     // sequence to convert from v2i32 to v2f32.
1046 setOperationAction(ISD::UINT_TO_FP, MVT::v2f32, Custom);
1048 setOperationAction(ISD::FP_EXTEND, MVT::v2f32, Custom);
1049 setOperationAction(ISD::FP_ROUND, MVT::v2f32, Custom);
1051 setLoadExtAction(ISD::EXTLOAD, MVT::v2f32, Legal);
11363 assert(SVT == MVT::v2f32 && "Only customize MVT::v2f32 type legalization!");
16330 N->getValueType(0) != MVT::v2f32)