Home | History | Annotate | Download | only in X86

Lines Matching refs:VACOPY

551     setOperationAction(ISD::VACOPY          , MVT::Other, Custom);
554 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
9327 case ISD::VACOPY: return LowerVACOPY(Op, DAG);