Home | History | Annotate | Download | only in X86

Lines Matching refs:VZEXT_LOAD

5647 /// rather than undef via VZEXT_LOAD, but we do not detect that case today.
5685 // consecutive loads for the low half, generate a vzext_load node.
5720 DAG.getMemIntrinsicNode(X86ISD::VZEXT_LOAD, DL, Tys, Ops, MVT::i64,
16554 case X86ISD::VZEXT_LOAD: return "X86ISD::VZEXT_LOAD";
18367 // If V1 is coming from a vector load then just fold to a VZEXT_LOAD.
18373 DAG.getMemIntrinsicNode(X86ISD::VZEXT_LOAD, dl, Tys, Ops,
21492 if (Op.getOpcode() == X86ISD::VZEXT_LOAD &&