Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:BUILD_VECTOR

348       setOperationAction(ISD::BUILD_VECTOR, VT, Expand);
386 setOperationAction(ISD::BUILD_VECTOR, MVT::v16i8, Custom);
387 setOperationAction(ISD::BUILD_VECTOR, MVT::v8i16, Custom);
388 setOperationAction(ISD::BUILD_VECTOR, MVT::v4i32, Custom);
389 setOperationAction(ISD::BUILD_VECTOR, MVT::v4f32, Custom);
677 /// isAllNegativeZeroVector - Returns true if all elements of build_vector
701 /// get_VSPLTI_elt - If this is a build_vector of constants which can be formed
709 // build_vector, then we have a case where we are checking for a splat where
3956 SDValue Res = DAG.getNode(ISD::BUILD_VECTOR, dl, CanonicalVT,
4027 Z = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32, Z, Z, Z, Z);
4358 SDValue VPermMask = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v16i8,
4590 case ISD::BUILD_VECTOR: return LowerBUILD_VECTOR(Op, DAG);