Lines Matching defs:IsD16
5812 const bool IsD16 = IsFormat && (EltTy.getSizeInBits() == 16);
5853 Opc = IsD16 ? AMDGPU::G_AMDGPU_TBUFFER_STORE_FORMAT_D16 :
5856 Opc = IsD16 ? AMDGPU::G_AMDGPU_BUFFER_STORE_FORMAT_D16 :
5969 const bool IsD16 = IsFormat && (EltTy.getSizeInBits() == 16);
5980 Opc = IsD16 ? AMDGPU::G_AMDGPU_TBUFFER_LOAD_FORMAT_D16 :
5983 if (IsD16) {
6030 } else if ((!IsD16 && MemTy.getSizeInBits() < 32) ||
6031 (IsD16 && !Ty.isVector())) {
6037 } else if (Unpacked && IsD16 && Ty.isVector()) {
6357 const bool IsD16 = !IsAtomicPacked16Bit && Ty.getScalarType() == S16;
6377 const unsigned StoreOpcode = IsD16 ? AMDGPU::G_AMDGPU_INTRIN_IMAGE_STORE_D16
6379 const unsigned LoadOpcode = IsD16 ? AMDGPU::G_AMDGPU_INTRIN_IMAGE_LOAD_D16
6517 if (!Ty.isVector() || !IsD16)
6563 if (IsD16 && ST.hasUnpackedD16VMem()) {
6640 if (IsD16 && !Ty.isVector()) {
6653 if (IsD16) {