Lines Matching defs:IsD16
6110 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16);
6120 if (IsD16) {
6125 if (!IsD16 && !LoadVT.isVector() && EltType.getSizeInBits() < 32)
8011 bool Unpacked, bool IsD16, int DMaskPop,
8018 int NumDataDwords = ((IsD16 && !Unpacked) || IsAtomicPacked16Bit)
8022 int MaskPopDwords = (!IsD16 || Unpacked) ? DMaskPop : (DMaskPop + 1) / 2;
8048 if (IsD16)
8145 bool IsD16 = false;
8193 IsD16 = true;
8206 IsD16 = true;
8217 if (IsD16 && !Subtarget->hasUnpackedD16VMem() &&
8449 Ops.push_back(IsD16 ? True : False);
8503 Subtarget->hasUnpackedD16VMem(), IsD16, DMaskLanes,
9808 bool IsD16 = (VData.getValueType().getScalarType() == MVT::f16);
9809 if (IsD16)
9826 unsigned Opc = IsD16 ? AMDGPUISD::TBUFFER_STORE_FORMAT_D16
9836 bool IsD16 = (VData.getValueType().getScalarType() == MVT::f16);
9837 if (IsD16)
9854 unsigned Opc = IsD16 ? AMDGPUISD::TBUFFER_STORE_FORMAT_D16
9872 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16);
9873 if (IsD16) {
9900 Opc = IsD16 ? AMDGPUISD::BUFFER_STORE_FORMAT_D16 : Opc;
9904 if (!IsD16 && !VDataVT.isVector() && EltType.getSizeInBits() < 32)
9922 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16);
9924 if (IsD16) {
9951 Opc = IsD16 ? AMDGPUISD::BUFFER_STORE_FORMAT_D16 : Opc;
9956 if (!IsD16 && !VDataVT.isVector() && EltType.getSizeInBits() < 32)