Searched refs:VShiftOpc (Results 1 – 1 of 1) sorted by relevance
6329 unsigned VShiftOpc = in LowerShift() local6331 return DAG.getNode(VShiftOpc, dl, VT, N->getOperand(0), in LowerShift()6340 unsigned VShiftOpc = in LowerShift() local6342 return DAG.getNode(VShiftOpc, dl, VT, N->getOperand(0), NegatedCount); in LowerShift()15901 unsigned VShiftOpc = 0; in PerformIntrinsicCombine() local15907 VShiftOpc = ARMISD::VSHLIMM; in PerformIntrinsicCombine()15911 VShiftOpc = (IntNo == Intrinsic::arm_neon_vshifts ? ARMISD::VSHRsIMM in PerformIntrinsicCombine()15957 VShiftOpc = ARMISD::VRSHRsIMM; in PerformIntrinsicCombine()15960 VShiftOpc = ARMISD::VRSHRuIMM; in PerformIntrinsicCombine()15963 VShiftOpc = ARMISD::VRSHRNIMM; in PerformIntrinsicCombine()[all …]