Searched refs:VShiftOpc (Results 1 – 1 of 1) sorted by relevance
6687 unsigned VShiftOpc = in LowerShift() local6689 return DAG.getNode(VShiftOpc, dl, VT, N->getOperand(0), in LowerShift()6698 unsigned VShiftOpc = in LowerShift() local6700 return DAG.getNode(VShiftOpc, dl, VT, N->getOperand(0), NegatedCount); in LowerShift()17524 unsigned VShiftOpc = 0; in PerformIntrinsicCombine() local17530 VShiftOpc = ARMISD::VSHLIMM; in PerformIntrinsicCombine()17534 VShiftOpc = (IntNo == Intrinsic::arm_neon_vshifts ? ARMISD::VSHRsIMM in PerformIntrinsicCombine()17580 VShiftOpc = ARMISD::VRSHRsIMM; in PerformIntrinsicCombine()17583 VShiftOpc = ARMISD::VRSHRuIMM; in PerformIntrinsicCombine()17586 VShiftOpc = ARMISD::VRSHRNIMM; in PerformIntrinsicCombine()[all …]