Searched refs:VShiftOpc (Results 1 – 1 of 1) sorted by relevance
6753 unsigned VShiftOpc = in LowerShift() local6755 return DAG.getNode(VShiftOpc, dl, VT, N->getOperand(0), in LowerShift()6764 unsigned VShiftOpc = in LowerShift() local6766 return DAG.getNode(VShiftOpc, dl, VT, N->getOperand(0), NegatedCount); in LowerShift()17597 unsigned VShiftOpc = 0; in PerformIntrinsicCombine() local17603 VShiftOpc = ARMISD::VSHLIMM; in PerformIntrinsicCombine()17607 VShiftOpc = (IntNo == Intrinsic::arm_neon_vshifts ? ARMISD::VSHRsIMM in PerformIntrinsicCombine()17653 VShiftOpc = ARMISD::VRSHRsIMM; in PerformIntrinsicCombine()17656 VShiftOpc = ARMISD::VRSHRuIMM; in PerformIntrinsicCombine()17659 VShiftOpc = ARMISD::VRSHRNIMM; in PerformIntrinsicCombine()[all …]