Lines Matching defs:IsD16
5878 const bool IsD16 = IsFormat && (EltTy.getSizeInBits() == 16);
5921 Opc = IsD16 ? AMDGPU::G_AMDGPU_TBUFFER_STORE_FORMAT_D16 :
5924 Opc = IsD16 ? AMDGPU::G_AMDGPU_BUFFER_STORE_FORMAT_D16 :
6052 const bool IsD16 = IsFormat && (EltTy.getSizeInBits() == 16);
6063 Opc = IsD16 ? AMDGPU::G_AMDGPU_TBUFFER_LOAD_FORMAT_D16 :
6066 if (IsD16) {
6113 } else if ((!IsD16 && MemTy.getSizeInBits() < 32) ||
6114 (IsD16 && !Ty.isVector())) {
6120 } else if (Unpacked && IsD16 && Ty.isVector()) {
6440 const bool IsD16 = !IsAtomicPacked16Bit && Ty.getScalarType() == S16;
6460 const unsigned StoreOpcode = IsD16 ? AMDGPU::G_AMDGPU_INTRIN_IMAGE_STORE_D16
6462 const unsigned LoadOpcode = IsD16 ? AMDGPU::G_AMDGPU_INTRIN_IMAGE_LOAD_D16
6600 if (!Ty.isVector() || !IsD16)
6646 if (IsD16 && ST.hasUnpackedD16VMem()) {
6723 if (IsD16 && !Ty.isVector()) {
6736 if (IsD16) {