Lines Matching refs:OpVT
6496 MVT OpVT = Op.getOperand(0).getSimpleValueType(); in LowerOperation() local
6497 if (OpVT.isScalarInteger()) { in LowerOperation()
6521 DL, VT, LHS, DAG.getConstant(Imm + 1, DL, OpVT), CCVal); in LowerOperation()
8254 MVT OpVT = ScalarOp.getSimpleValueType(); in lowerVectorIntrinsicScalars() local
8258 if (!OpVT.isScalarInteger() || OpVT == XLenVT) in lowerVectorIntrinsicScalars()
8262 if (OpVT.bitsLT(XLenVT)) { in lowerVectorIntrinsicScalars()
8283 assert(XLenVT == MVT::i32 && OpVT == MVT::i64 && in lowerVectorIntrinsicScalars()
10496 MVT OpVT = V.getSimpleValueType(); in lowerVPOp() local
10497 MVT ContainerVT = getContainerForFixedLengthVector(OpVT); in lowerVPOp()
10498 assert(useRVVForFixedLengthVectorVT(OpVT) && in lowerVPOp()
11446 EVT OpVT = Op0.getValueType(); in ReplaceNodeResults() local
11447 CallOptions.setTypeListBeforeSoften(OpVT, N->getValueType(0), true); in ReplaceNodeResults()
11481 EVT OpVT = Op0.getValueType(); in ReplaceNodeResults() local
11482 CallOptions.setTypeListBeforeSoften(OpVT, MVT::i64, true); in ReplaceNodeResults()
12945 EVT OpVT = N0.getValueType(); in performSETCCCombine() local
12947 if (OpVT != MVT::i64 || !Subtarget.is64Bit()) in performSETCCCombine()
12978 return DAG.getBoolConstant(Cond == ISD::SETNE, dl, VT, OpVT); in performSETCCCombine()
12980 SDValue SExtOp = DAG.getNode(ISD::SIGN_EXTEND_INREG, N, OpVT, in performSETCCCombine()
12983 dl, OpVT), Cond); in performSETCCCombine()