Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:VECTOR_SHUFFLE

376       setOperationAction(ISD::VECTOR_SHUFFLE, VT, Promote);
377 AddPromotedToType (ISD::VECTOR_SHUFFLE, VT, MVT::v16i8);
446 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v16i8, Custom);
805 /// isSplatShuffleMask - Return true if the specified VECTOR_SHUFFLE operand
852 /// specified isSplatShuffleMask VECTOR_SHUFFLE mask.
5153 /// BuildVSLDOI - Return a VECTOR_SHUFFLE that is a vsldoi of the specified
5404 /// LowerVECTOR_SHUFFLE - Return the code we lower for VECTOR_SHUFFLE. If this
5417 // (such as vsplt*) should be left as VECTOR_SHUFFLE nodes so they can be
5760 case ISD::VECTOR_SHUFFLE: return LowerVECTOR_SHUFFLE(Op, DAG);