Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:SCALAR_TO_VECTOR

353       setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Expand);
383 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Custom);
384 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4i32, Custom);
4593 case ISD::SCALAR_TO_VECTOR: return LowerSCALAR_TO_VECTOR(Op, DAG);