Lines Matching defs:FloatVT
46929 MVT FloatVT =
46931 Res = DAG.getBitcast(FloatVT, Res);
47200 MVT FloatVT = MVT::getVectorVT(FloatSVT, NumElts);
47201 MVT IntVT = FloatVT.changeVectorElementTypeToInteger();
47206 DAG.getBitcast(FloatVT, LHS),
47207 DAG.getBitcast(FloatVT, RHS));
56279 MVT FloatVT = VT.changeVectorElementType(MVT::f32);
56280 SDValue Res = DAG.getBitcast(FloatVT, ConcatSubOperand(VT, Ops, 0));
56282 DAG.getNode(X86ISD::VPERMILPI, DL, FloatVT, Res, Op0.getOperand(1));