Home | History | Annotate | Download | only in R600

Lines Matching refs:CONCAT_VECTORS

206   setOperationAction(ISD::CONCAT_VECTORS, MVT::v4i32, Custom);
207 setOperationAction(ISD::CONCAT_VECTORS, MVT::v4f32, Custom);
208 setOperationAction(ISD::CONCAT_VECTORS, MVT::v8i32, Custom);
209 setOperationAction(ISD::CONCAT_VECTORS, MVT::v8f32, Custom);
530 case ISD::CONCAT_VECTORS: return LowerCONCAT_VECTORS(Op, DAG);