Lines Matching refs:IntNo
1950 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in computeKnownBitsForTargetNode() local
1951 switch (IntNo) { in computeKnownBitsForTargetNode()
4464 unsigned IntNo = Op.getConstantOperandVal(1); in LowerINTRINSIC_W_CHAIN() local
4466 switch (IntNo) { in LowerINTRINSIC_W_CHAIN()
4506 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local
4508 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
4790 bool IsShiftRight = IntNo == Intrinsic::aarch64_neon_vsri; in LowerINTRINSIC_WO_CHAIN()
4800 bool IsSignedAdd = (IntNo == Intrinsic::aarch64_neon_srhadd || in LowerINTRINSIC_WO_CHAIN()
4801 IntNo == Intrinsic::aarch64_neon_shadd); in LowerINTRINSIC_WO_CHAIN()
4802 bool IsRoundingAdd = (IntNo == Intrinsic::aarch64_neon_srhadd || in LowerINTRINSIC_WO_CHAIN()
4803 IntNo == Intrinsic::aarch64_neon_urhadd); in LowerINTRINSIC_WO_CHAIN()
4812 unsigned Opcode = IntNo == Intrinsic::aarch64_neon_uabd ? ISD::ABDU in LowerINTRINSIC_WO_CHAIN()
4819 unsigned Opcode = IntNo == Intrinsic::aarch64_neon_uaddlp in LowerINTRINSIC_WO_CHAIN()
4828 unsigned Opcode = (IntNo == Intrinsic::aarch64_neon_udot || in LowerINTRINSIC_WO_CHAIN()
4829 IntNo == Intrinsic::aarch64_sve_udot) in LowerINTRINSIC_WO_CHAIN()
17828 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in performNEONPostLDSTCombine() local
17829 switch (IntNo) { in performNEONPostLDSTCombine()