Lines Matching defs:OpVT
6945 MVT OpVT = Op.getOperand(0).getSimpleValueType();
6946 if (OpVT.isScalarInteger()) {
6970 DL, VT, LHS, DAG.getConstant(Imm + 1, DL, OpVT), CCVal);
8791 MVT OpVT = ScalarOp.getSimpleValueType();
8795 if (!OpVT.isScalarInteger() || OpVT == XLenVT)
8799 if (OpVT.bitsLT(XLenVT)) {
8820 assert(XLenVT == MVT::i32 && OpVT == MVT::i64 &&
8991 MVT OpVT = Op0.getSimpleValueType();
8992 MVT ContainerVT = OpVT;
8993 if (OpVT.isFixedLengthVector()) {
8994 ContainerVT = getContainerForFixedLengthVector(DAG, OpVT, Subtarget);
8999 auto [Mask, VL] = getDefaultVLOps(OpVT, ContainerVT, DL, DAG, Subtarget);
9007 VL = DAG.getElementCount(DL, XLenVT, OpVT.getVectorElementCount());
9031 MVT OpVT = ScalarOp.getSimpleValueType();
9036 if (!OpVT.isScalarInteger() || OpVT == XLenVT)
9040 if (OpVT.bitsLT(XLenVT)) {
11277 MVT OpVT = V.getSimpleValueType();
11278 MVT ContainerVT = getContainerForFixedLengthVector(OpVT);
11279 assert(useRVVForFixedLengthVectorVT(OpVT) &&
12251 EVT OpVT = Op0.getValueType();
12252 CallOptions.setTypeListBeforeSoften(OpVT, N->getValueType(0), true);
12286 EVT OpVT = Op0.getValueType();
12287 CallOptions.setTypeListBeforeSoften(OpVT, MVT::i64, true);
14179 EVT OpVT = N0.getValueType();
14181 if (OpVT != MVT::i64 || !Subtarget.is64Bit())
14212 return DAG.getBoolConstant(Cond == ISD::SETNE, dl, VT, OpVT);
14214 SDValue SExtOp = DAG.getNode(ISD::SIGN_EXTEND_INREG, N, OpVT,
14217 dl, OpVT), Cond);