Home | History | Annotate | Download | only in X86

Lines Matching defs:getZeroVector

4294 /// getZeroVector - Returns a vector of specified type with all zero elements.
4296 static SDValue getZeroVector(EVT VT, bool HasXMMInt, SelectionDAG &DAG,
4504 ? getZeroVector(VT, HasXMMInt, DAG, V2.getDebugLoc()) : DAG.getUNDEF(VT);
4819 V = getZeroVector(MVT::v8i16, true, DAG, dl);
4867 V = getZeroVector(MVT::v8i16, true, DAG, dl);
5061 return getZeroVector(Op.getValueType(), Subtarget->hasXMMInt(), DAG, dl);
5270 V[i] = getZeroVector(VT, Subtarget->hasXMMInt(), DAG, dl);
6496 return getZeroVector(VT, Subtarget->hasXMMInt(), DAG, dl);
12460 SDValue Zeros = getZeroVector(VT, true /* HasXMMInt */, DAG, dl);