Searched refs:WidthM1 (Results 1 – 2 of 2) sorted by relevance
1196 unsigned WidthM1 = AS == AMDGPUAS::LOCAL_ADDRESS ? in getSegmentAperture() local1202 WidthM1 << AMDGPU::Hwreg::WIDTH_M1_SHIFT_; in getSegmentAperture()1212 auto ShiftAmt = B.buildConstant(S32, WidthM1 + 1); in getSegmentAperture()
4680 unsigned WidthM1 = AS == AMDGPUAS::LOCAL_ADDRESS ? in getSegmentAperture() local4686 WidthM1 << AMDGPU::Hwreg::WIDTH_M1_SHIFT_; in getSegmentAperture()4691 SDValue ShiftAmount = DAG.getTargetConstant(WidthM1 + 1, DL, MVT::i32); in getSegmentAperture()