Lines Matching refs:OpVT
4674 MVT OpVT = ScalarOp.getSimpleValueType(); in lowerVectorIntrinsicScalars() local
4678 if (!OpVT.isScalarInteger() || OpVT == XLenVT) in lowerVectorIntrinsicScalars()
4682 if (OpVT.bitsLT(XLenVT)) { in lowerVectorIntrinsicScalars()
4703 assert(XLenVT == MVT::i32 && OpVT == MVT::i64 && in lowerVectorIntrinsicScalars()
6195 MVT OpVT = V.getSimpleValueType(); in lowerVPOp() local
6196 MVT ContainerVT = getContainerForFixedLengthVector(OpVT); in lowerVPOp()
6197 assert(useRVVForFixedLengthVectorVT(OpVT) && in lowerVPOp()
6883 EVT OpVT = Op0.getValueType(); in ReplaceNodeResults() local
6884 CallOptions.setTypeListBeforeSoften(OpVT, N->getValueType(0), true); in ReplaceNodeResults()
8181 EVT OpVT = N0.getValueType(); in performSETCCCombine() local
8183 if (OpVT != MVT::i64 || !Subtarget.is64Bit()) in performSETCCCombine()
8214 return DAG.getBoolConstant(Cond == ISD::SETNE, dl, VT, OpVT); in performSETCCCombine()
8216 SDValue SExtOp = DAG.getNode(ISD::SIGN_EXTEND_INREG, N, OpVT, in performSETCCCombine()
8219 dl, OpVT), Cond); in performSETCCCombine()