Searched refs:VShiftOpc (Results 1 – 1 of 1) sorted by relevance
6115 unsigned VShiftOpc = in LowerShift() local6117 return DAG.getNode(VShiftOpc, dl, VT, N->getOperand(0), in LowerShift()6126 unsigned VShiftOpc = in LowerShift() local6128 return DAG.getNode(VShiftOpc, dl, VT, N->getOperand(0), NegatedCount); in LowerShift()13811 unsigned VShiftOpc = 0; in PerformIntrinsicCombine() local13817 VShiftOpc = ARMISD::VSHLIMM; in PerformIntrinsicCombine()13821 VShiftOpc = (IntNo == Intrinsic::arm_neon_vshifts ? ARMISD::VSHRsIMM in PerformIntrinsicCombine()13867 VShiftOpc = ARMISD::VRSHRsIMM; in PerformIntrinsicCombine()13870 VShiftOpc = ARMISD::VRSHRuIMM; in PerformIntrinsicCombine()13873 VShiftOpc = ARMISD::VRSHRNIMM; in PerformIntrinsicCombine()[all …]