Lines Matching defs:OpVT
7440 MVT OpVT = Op.getOperand(0).getSimpleValueType();
7441 if (OpVT.isScalarInteger()) {
7465 DL, VT, LHS, DAG.getSignedConstant(Imm + 1, DL, OpVT), CCVal);
9456 MVT OpVT = ScalarOp.getSimpleValueType();
9460 if (!OpVT.isScalarInteger() || OpVT == XLenVT)
9464 if (OpVT.bitsLT(XLenVT)) {
9485 assert(XLenVT == MVT::i32 && OpVT == MVT::i64 &&
9649 MVT OpVT = Op0.getSimpleValueType();
9650 MVT ContainerVT = OpVT;
9651 if (OpVT.isFixedLengthVector()) {
9652 ContainerVT = getContainerForFixedLengthVector(DAG, OpVT, Subtarget);
9657 auto [Mask, VL] = getDefaultVLOps(OpVT, ContainerVT, DL, DAG, Subtarget);
9665 VL = DAG.getElementCount(DL, XLenVT, OpVT.getVectorElementCount());
9689 MVT OpVT = ScalarOp.getSimpleValueType();
9694 if (!OpVT.isScalarInteger() || OpVT == XLenVT)
9698 if (OpVT.bitsLT(XLenVT)) {
11934 MVT OpVT = V.getSimpleValueType();
11935 MVT ContainerVT = getContainerForFixedLengthVector(OpVT);
11936 assert(useRVVForFixedLengthVectorVT(OpVT) &&
12962 EVT OpVT = Op0.getValueType();
12963 CallOptions.setTypeListBeforeSoften(OpVT, N->getValueType(0), true);
12997 EVT OpVT = Op0.getValueType();
12998 CallOptions.setTypeListBeforeSoften(OpVT, MVT::i64, true);
14906 EVT OpVT = N0.getValueType();
14908 if (OpVT != MVT::i64 || !Subtarget.is64Bit())
14939 return DAG.getBoolConstant(Cond == ISD::SETNE, dl, VT, OpVT);
14941 SDValue SExtOp = DAG.getNode(ISD::SIGN_EXTEND_INREG, N, OpVT,
14944 dl, OpVT), Cond);