Lines Matching refs:ExtOpc
1809 unsigned ExtOpc = in lowerScalarSplat() local
1811 Scalar = DAG.getNode(ExtOpc, DL, XLenVT, Scalar); in lowerScalarSplat()
3516 unsigned ExtOpc = in lowerVectorIntrinsicSplats() local
3518 ScalarOp = DAG.getNode(ExtOpc, DL, XLenVT, ScalarOp); in lowerVectorIntrinsicSplats()
4848 unsigned ExtOpc = ISD::ANY_EXTEND) { in customLegalizeToWOp() argument
4851 SDValue NewOp0 = DAG.getNode(ExtOpc, DL, MVT::i64, N->getOperand(0)); in customLegalizeToWOp()
4852 SDValue NewOp1 = DAG.getNode(ExtOpc, DL, MVT::i64, N->getOperand(1)); in customLegalizeToWOp()
5027 unsigned ExtOpc = ISD::ANY_EXTEND; in ReplaceNodeResults() local
5029 ExtOpc = N->getOpcode() == ISD::SDIV ? ISD::SIGN_EXTEND in ReplaceNodeResults()
5032 Results.push_back(customLegalizeToWOp(N, DAG, ExtOpc)); in ReplaceNodeResults()
6350 unsigned ExtOpc = IsSignExt ? RISCVISD::VSEXT_VL : RISCVISD::VZEXT_VL; in PerformDAGCombine() local
6352 Op0 = DAG.getNode(ExtOpc, DL, NarrowVT, Op0, Mask, VL); in PerformDAGCombine()
6354 Op1 = DAG.getNode(ExtOpc, DL, NarrowVT, Op1, Mask, VL); in PerformDAGCombine()