Lines Matching defs:FloatVT
48153 MVT FloatVT =
48155 Res = DAG.getBitcast(FloatVT, Res);
48424 MVT FloatVT = MVT::getVectorVT(FloatSVT, NumElts);
48425 MVT IntVT = FloatVT.changeVectorElementTypeToInteger();
48430 DAG.getBitcast(FloatVT, LHS),
48431 DAG.getBitcast(FloatVT, RHS));
57628 MVT FloatVT = VT.changeVectorElementType(MVT::f32);
57629 SDValue Res = DAG.getBitcast(FloatVT, ConcatSubOperand(VT, Ops, 0));
57631 DAG.getNode(X86ISD::VPERMILPI, DL, FloatVT, Res, Op0.getOperand(1));