Searched refs:WidthM1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp1561 unsigned WidthM1 = AS == AMDGPUAS::LOCAL_ADDRESS ?
1567 WidthM1 << AMDGPU::Hwreg::WIDTH_M1_SHIFT_;
1576 auto ShiftAmt = B.buildConstant(S32, WidthM1 + 1);
H A DSIISelLowering.cpp5112 unsigned WidthM1 = AS == AMDGPUAS::LOCAL_ADDRESS ? local
5118 WidthM1 << AMDGPU::Hwreg::WIDTH_M1_SHIFT_;
5123 SDValue ShiftAmount = DAG.getTargetConstant(WidthM1 + 1, DL, MVT::i32);

Completed in 215 milliseconds