Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:VECTOR_SHUFFLE

321       setOperationAction(ISD::VECTOR_SHUFFLE, VT, Promote);
322 AddPromotedToType (ISD::VECTOR_SHUFFLE, VT, MVT::v16i8);
364 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v16i8, Custom);
647 /// isSplatShuffleMask - Return true if the specified VECTOR_SHUFFLE operand
694 /// specified isSplatShuffleMask VECTOR_SHUFFLE mask.
3982 /// BuildVSLDOI - Return a VECTOR_SHUFFLE that is a vsldoi of the specified
4240 /// LowerVECTOR_SHUFFLE - Return the code we lower for VECTOR_SHUFFLE. If this
4253 // (such as vsplt*) should be left as VECTOR_SHUFFLE nodes so they can be
4591 case ISD::VECTOR_SHUFFLE: return LowerVECTOR_SHUFFLE(Op, DAG);