Lines Matching refs:IntNo
3490 unsigned IntNo = Op.getConstantOperandVal(HasChain ? 1 : 0); in lowerVectorIntrinsicSplats() local
3494 RISCVVIntrinsicsTable::getRISCVVIntrinsicInfo(IntNo); in lowerVectorIntrinsicSplats()
3556 unsigned IntNo = Op.getConstantOperandVal(0); in LowerINTRINSIC_WO_CHAIN() local
3560 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
3574 IntNo == Intrinsic::riscv_grev ? RISCVISD::GREV : RISCVISD::GORC; in LowerINTRINSIC_WO_CHAIN()
3580 IntNo == Intrinsic::riscv_shfl ? RISCVISD::SHFL : RISCVISD::UNSHFL; in LowerINTRINSIC_WO_CHAIN()
3585 unsigned Opc = IntNo == Intrinsic::riscv_bcompress ? RISCVISD::BCOMPRESS in LowerINTRINSIC_WO_CHAIN()
3682 if (IntNo == Intrinsic::riscv_vslide1up || in LowerINTRINSIC_WO_CHAIN()
3683 IntNo == Intrinsic::riscv_vslide1up_mask) { in LowerINTRINSIC_WO_CHAIN()
5241 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in ReplaceNodeResults() local
5242 switch (IntNo) { in ReplaceNodeResults()
5267 IntNo == Intrinsic::riscv_grev ? RISCVISD::GREVW : RISCVISD::GORCW; in ReplaceNodeResults()
5281 IntNo == Intrinsic::riscv_shfl ? RISCVISD::SHFLW : RISCVISD::UNSHFLW; in ReplaceNodeResults()
5286 IntNo == Intrinsic::riscv_shfl ? RISCVISD::SHFL : RISCVISD::UNSHFL; in ReplaceNodeResults()
5300 unsigned Opc = IntNo == Intrinsic::riscv_bcompress in ReplaceNodeResults()
6595 unsigned IntNo = Op.getConstantOperandVal(1); in computeKnownBitsForTargetNode() local
6596 switch (IntNo) { in computeKnownBitsForTargetNode()