Home | History | Annotate | Download | only in CellSPU

Lines Matching refs:SCALAR_TO_VECTOR

444     setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Custom);
455 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Custom);
896 SDValue vectorizeOp = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, vecVT,
2187 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, ValOp),
2827 case ISD::SCALAR_TO_VECTOR: