Lines Matching refs:IntNo

2395     unsigned IntNo = Op.getConstantOperandVal(0);  in computeKnownBitsForTargetNode()  local
2396 switch (IntNo) { in computeKnownBitsForTargetNode()
5544 unsigned IntNo = Op.getConstantOperandVal(1); in LowerINTRINSIC_VOID() local
5546 switch (IntNo) { in LowerINTRINSIC_VOID()
5567 return LowerSMELdrStr(Op, DAG, IntNo == Intrinsic::aarch64_sme_ldr); in LowerINTRINSIC_VOID()
5586 unsigned IntNo = Op.getConstantOperandVal(1); in LowerINTRINSIC_W_CHAIN() local
5588 switch (IntNo) { in LowerINTRINSIC_W_CHAIN()
5619 unsigned IntNo = Op.getConstantOperandVal(0); in LowerINTRINSIC_WO_CHAIN() local
5621 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
5989 bool IsShiftRight = IntNo == Intrinsic::aarch64_neon_vsri || in LowerINTRINSIC_WO_CHAIN()
5990 IntNo == Intrinsic::aarch64_sve_sri; in LowerINTRINSIC_WO_CHAIN()
6000 bool IsSignedAdd = (IntNo == Intrinsic::aarch64_neon_srhadd || in LowerINTRINSIC_WO_CHAIN()
6001 IntNo == Intrinsic::aarch64_neon_shadd); in LowerINTRINSIC_WO_CHAIN()
6002 bool IsRoundingAdd = (IntNo == Intrinsic::aarch64_neon_srhadd || in LowerINTRINSIC_WO_CHAIN()
6003 IntNo == Intrinsic::aarch64_neon_urhadd); in LowerINTRINSIC_WO_CHAIN()
6012 unsigned Opcode = IntNo == Intrinsic::aarch64_neon_uaddlp in LowerINTRINSIC_WO_CHAIN()
6021 unsigned Opcode = (IntNo == Intrinsic::aarch64_neon_udot || in LowerINTRINSIC_WO_CHAIN()
6022 IntNo == Intrinsic::aarch64_sve_udot) in LowerINTRINSIC_WO_CHAIN()
23219 unsigned IntNo = N->getConstantOperandVal(1); in performNEONPostLDSTCombine() local
23220 switch (IntNo) { in performNEONPostLDSTCombine()