Home | History | Annotate | Download | only in X86

Lines Matching defs:ResultVT

3998   EVT ResultVT = EVT::getVectorVT(*DAG.getContext(), ElVT,
4003 return DAG.getUNDEF(ResultVT);
4015 return DAG.getNode(ISD::BUILD_VECTOR, dl, ResultVT,
4020 return DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, ResultVT, Vec, VecIdx);
4053 EVT ResultVT = Result.getValueType();
4064 return DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResultVT, Result, Vec, VecIdx);
4084 EVT ResultVT = Result.getValueType();
4086 SDValue Undef = DAG.getUNDEF(ResultVT);
4087 SDValue Vec256 = DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResultVT, Undef,
4091 MVT ScalarType = ResultVT.getScalarType().getSimpleVT();
4098 return DAG.getNode(X86ISD::BLENDI, dl, ResultVT, Result, Vec256, Mask);
4116 return DAG.getNode(ISD::BITCAST, dl, ResultVT, Vec256);