Home | History | Annotate | Download | only in X86

Lines Matching refs:CVT

7085           MVT CVT = MVT::getIntegerVT(SplatBitSize);
7093 CVT, dl, DAG.getEntryNode(), CP,
7097 MVT::getVectorVT(CVT, Repeat), Ld);
7104 MVT CVT = MVT::getFloatingPointVT(SplatBitSize);
7117 CVT, dl, DAG.getEntryNode(), CP,
7121 MVT::getVectorVT(CVT, Repeat), Ld);
7125 MVT CVT = VT.getScalarType();
7132 MVT::getVectorVT(CVT, NumElm), dl, DAG.getEntryNode(), VCP,
7168 EVT CVT = Ld.getValueType();
7169 assert(!CVT.isVector() && "Must not broadcast a vector type");
7190 CVT, dl, DAG.getEntryNode(), CP,
34090 EVT CVT = N1.getValueType();
34109 DAG.getConstant(-SarConst, DL, CVT));
34112 DAG.getConstant(SarConst, DL, CVT));