Lines Matching refs:IntNo

1588   unsigned IntNo = Op.getConstantOperandVal(HasChain ? 1 : 0);  in getVLOperand()  local
1590 RISCVVIntrinsicsTable::getRISCVVIntrinsicInfo(IntNo); in getVLOperand()
4661 unsigned IntNo = Op.getConstantOperandVal(HasChain ? 1 : 0); in lowerVectorIntrinsicScalars() local
4665 RISCVVIntrinsicsTable::getRISCVVIntrinsicInfo(IntNo); in lowerVectorIntrinsicScalars()
4713 switch (IntNo) { in lowerVectorIntrinsicScalars()
4792 if (IntNo == Intrinsic::riscv_vslide1up || in lowerVectorIntrinsicScalars()
4793 IntNo == Intrinsic::riscv_vslide1up_mask) { in lowerVectorIntrinsicScalars()
4839 unsigned IntNo = Op.getConstantOperandVal(0); in LowerINTRINSIC_WO_CHAIN() local
4843 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
4854 IntNo == Intrinsic::riscv_brev8 ? RISCVISD::GREV : RISCVISD::GORC; in LowerINTRINSIC_WO_CHAIN()
4861 IntNo == Intrinsic::riscv_grev ? RISCVISD::GREV : RISCVISD::GORC; in LowerINTRINSIC_WO_CHAIN()
4869 IntNo == Intrinsic::riscv_zip ? RISCVISD::SHFL : RISCVISD::UNSHFL; in LowerINTRINSIC_WO_CHAIN()
4878 IntNo == Intrinsic::riscv_shfl ? RISCVISD::SHFL : RISCVISD::UNSHFL; in LowerINTRINSIC_WO_CHAIN()
4883 unsigned Opc = IntNo == Intrinsic::riscv_bcompress ? RISCVISD::BCOMPRESS in LowerINTRINSIC_WO_CHAIN()
4960 unsigned IntNo = Op.getConstantOperandVal(1); in LowerINTRINSIC_W_CHAIN() local
4961 switch (IntNo) { in LowerINTRINSIC_W_CHAIN()
5059 unsigned IntNo = Op.getConstantOperandVal(1); in LowerINTRINSIC_VOID() local
5060 switch (IntNo) { in LowerINTRINSIC_VOID()
6749 static RISCVISD::NodeType getRISCVWOpcodeByIntr(unsigned IntNo) { in getRISCVWOpcodeByIntr() argument
6750 switch (IntNo) { in getRISCVWOpcodeByIntr()
6768 unsigned IntNo) { in customLegalizeToWOpByIntr() argument
6770 RISCVISD::NodeType WOpcode = getRISCVWOpcodeByIntr(IntNo); in customLegalizeToWOpByIntr()
7268 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in ReplaceNodeResults() local
7269 switch (IntNo) { in ReplaceNodeResults()
7282 IntNo == Intrinsic::riscv_grev ? RISCVISD::GREVW : RISCVISD::GORCW; in ReplaceNodeResults()
7289 Opc = IntNo == Intrinsic::riscv_grev ? RISCVISD::GREV : RISCVISD::GORC; in ReplaceNodeResults()
7302 Results.push_back(customLegalizeToWOpByIntr(N, DAG, IntNo)); in ReplaceNodeResults()
7323 IntNo == Intrinsic::riscv_shfl ? RISCVISD::SHFLW : RISCVISD::UNSHFLW; in ReplaceNodeResults()
7332 IntNo == Intrinsic::riscv_shfl ? RISCVISD::SHFL : RISCVISD::UNSHFL; in ReplaceNodeResults()
9332 unsigned IntNo = N->getConstantOperandVal(0); in PerformDAGCombine() local
9333 switch (IntNo) { in PerformDAGCombine()
9342 if (IntNo == Intrinsic::riscv_vcpop_mask || in PerformDAGCombine()
9343 IntNo == Intrinsic::riscv_vfirst_mask) in PerformDAGCombine()
9350 if (IntNo == Intrinsic::riscv_vfirst || in PerformDAGCombine()
9351 IntNo == Intrinsic::riscv_vfirst_mask) in PerformDAGCombine()
9630 unsigned IntNo = in computeKnownBitsForTargetNode() local
9632 switch (IntNo) { in computeKnownBitsForTargetNode()