Home
last modified time | relevance | path

Searched refs:WidthM1 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp1196 unsigned WidthM1 = AS == AMDGPUAS::LOCAL_ADDRESS ? in getSegmentAperture() local
1202 WidthM1 << AMDGPU::Hwreg::WIDTH_M1_SHIFT_; in getSegmentAperture()
1212 auto ShiftAmt = B.buildConstant(S32, WidthM1 + 1); in getSegmentAperture()
DSIISelLowering.cpp4680 unsigned WidthM1 = AS == AMDGPUAS::LOCAL_ADDRESS ? in getSegmentAperture() local
4686 WidthM1 << AMDGPU::Hwreg::WIDTH_M1_SHIFT_; in getSegmentAperture()
4691 SDValue ShiftAmount = DAG.getTargetConstant(WidthM1 + 1, DL, MVT::i32); in getSegmentAperture()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp1723 unsigned WidthM1 = AS == AMDGPUAS::LOCAL_ADDRESS ? in getSegmentAperture() local
1729 WidthM1 << AMDGPU::Hwreg::WIDTH_M1_SHIFT_; in getSegmentAperture()
1738 auto ShiftAmt = B.buildConstant(S32, WidthM1 + 1); in getSegmentAperture()
DSIISelLowering.cpp5262 unsigned WidthM1 = AS == AMDGPUAS::LOCAL_ADDRESS ? in getSegmentAperture() local
5268 WidthM1 << AMDGPU::Hwreg::WIDTH_M1_SHIFT_; in getSegmentAperture()
5273 SDValue ShiftAmount = DAG.getTargetConstant(WidthM1 + 1, DL, MVT::i32); in getSegmentAperture()