Lines Matching refs:IntNo
3953 unsigned IntNo = in LowerINTRINSIC_VOID() local
3957 switch (IntNo) { in LowerINTRINSIC_VOID()
3996 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local
3998 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
4075 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmulls) in LowerINTRINSIC_WO_CHAIN()
4082 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vminnm) in LowerINTRINSIC_WO_CHAIN()
4091 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vminu) in LowerINTRINSIC_WO_CHAIN()
4100 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmins) in LowerINTRINSIC_WO_CHAIN()
4105 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmins) in LowerINTRINSIC_WO_CHAIN()
10237 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in ReplaceLongIntrinsic() local
10239 if (IntNo == Intrinsic::arm_smlald) in ReplaceLongIntrinsic()
10241 else if (IntNo == Intrinsic::arm_smlaldx) in ReplaceLongIntrinsic()
10243 else if (IntNo == Intrinsic::arm_smlsld) in ReplaceLongIntrinsic()
10245 else if (IntNo == Intrinsic::arm_smlsldx) in ReplaceLongIntrinsic()
15013 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in CombineBaseUpdate() local
15014 switch (IntNo) { in CombineBaseUpdate()
15230 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in PerformMVEVLDCombine() local
15231 if (IntNo == Intrinsic::arm_mve_vst2q && in PerformMVEVLDCombine()
15234 if (IntNo == Intrinsic::arm_mve_vst4q && in PerformMVEVLDCombine()
15263 switch (IntNo) { in PerformMVEVLDCombine()
15357 unsigned IntNo = cast<ConstantSDNode>(VLD->getOperand(1))->getZExtValue(); in CombineVLDDUP() local
15358 if (IntNo == Intrinsic::arm_neon_vld2lane) { in CombineVLDDUP()
15361 } else if (IntNo == Intrinsic::arm_neon_vld3lane) { in CombineVLDDUP()
15364 } else if (IntNo == Intrinsic::arm_neon_vld4lane) { in CombineVLDDUP()
16310 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in PerformIntrinsicCombine() local
16311 switch (IntNo) { in PerformIntrinsicCombine()
16339 switch (IntNo) { in PerformIntrinsicCombine()
16347 VShiftOpc = (IntNo == Intrinsic::arm_neon_vshifts ? ARMISD::VSHRsIMM in PerformIntrinsicCombine()
16387 switch (IntNo) { in PerformIntrinsicCombine()
16510 unsigned Opc = IntNo == Intrinsic::arm_mve_addlv ? in PerformIntrinsicCombine()