Home
last modified time | relevance | path

Searched refs:DstEltSize (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp3190 const unsigned DstEltSize = DstTy.getScalarSizeInBits(); in narrowScalarShift() local
3191 if (DstEltSize % 2 != 0) in narrowScalarShift()
3197 const unsigned NewBitSize = DstEltSize / 2; in narrowScalarShift()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp4176 const unsigned DstEltSize = DstTy.getScalarSizeInBits(); in narrowScalarShift() local
4177 if (DstEltSize % 2 != 0) in narrowScalarShift()
4183 const unsigned NewBitSize = DstEltSize / 2; in narrowScalarShift()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp1395 const unsigned DstEltSize = EltTy.getSizeInBits(); in AMDGPULegalizerInfo() local
1398 const unsigned TargetEltSize = DstEltSize % 64 == 0 ? 64 : 32; in AMDGPULegalizerInfo()