Lines Matching refs:ExtOpc
4015 unsigned ExtOpc = in lowerScalarSplat() local
4017 Scalar = DAG.getNode(ExtOpc, DL, XLenVT, Scalar); in lowerScalarSplat()
4082 unsigned ExtOpc = in lowerScalarInsert() local
4084 Scalar = DAG.getNode(ExtOpc, DL, XLenVT, Scalar); in lowerScalarInsert()
8267 unsigned ExtOpc = in lowerVectorIntrinsicScalars() local
8269 ScalarOp = DAG.getNode(ExtOpc, DL, XLenVT, ScalarOp); in lowerVectorIntrinsicScalars()
11360 unsigned ExtOpc = ISD::ANY_EXTEND) { in customLegalizeToWOp() argument
11363 SDValue NewOp0 = DAG.getNode(ExtOpc, DL, MVT::i64, N->getOperand(0)); in customLegalizeToWOp()
11364 SDValue NewOp1 = DAG.getNode(ExtOpc, DL, MVT::i64, N->getOperand(1)); in customLegalizeToWOp()
11637 unsigned ExtOpc = ISD::ANY_EXTEND; in ReplaceNodeResults() local
11639 ExtOpc = N->getOpcode() == ISD::SDIV ? ISD::SIGN_EXTEND in ReplaceNodeResults()
11642 Results.push_back(customLegalizeToWOp(N, DAG, ExtOpc)); in ReplaceNodeResults()
13085 unsigned ExtOpc = *SExt ? RISCVISD::VSEXT_VL : RISCVISD::VZEXT_VL; in getOrCreateExtendedOp() local
13095 return DAG.getNode(ExtOpc, DL, NarrowVT, Source, Mask, VL); in getOrCreateExtendedOp()