Home | History | Annotate | Download | only in X86

Lines Matching refs:VZEXT_LOAD

6914   // VZEXT_LOAD - consecutive 32/64-bit load/undefs followed by zeros/undefs.
6925 DAG.getMemIntrinsicNode(X86ISD::VZEXT_LOAD, DL, Tys, Ops, VecSVT,
8408 // TODO: Improve this by using shorter loads with broadcast/VZEXT_LOAD.
25994 case X86ISD::VZEXT_LOAD: return "X86ISD::VZEXT_LOAD";
29734 // If we are shuffling a X86ISD::VZEXT_LOAD then we can use the load
29737 if (V1.getOpcode() == X86ISD::VZEXT_LOAD &&