Lines Matching defs:IsD16
5980 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16);
5990 if (IsD16) {
5995 if (!IsD16 && !LoadVT.isVector() && EltType.getSizeInBits() < 32)
7779 bool Unpacked, bool IsD16, int DMaskPop,
7785 int NumDataDwords = ((IsD16 && !Unpacked) || IsAtomicPacked16Bit)
7789 int MaskPopDwords = (!IsD16 || Unpacked) ? DMaskPop : (DMaskPop + 1) / 2;
7815 if (IsD16)
7912 bool IsD16 = false;
7960 IsD16 = true;
7973 IsD16 = true;
7984 if (IsD16 && !Subtarget->hasUnpackedD16VMem() &&
8207 Ops.push_back(IsD16 ? True : False);
8261 Subtarget->hasUnpackedD16VMem(), IsD16, DMaskLanes,
9550 bool IsD16 = (VData.getValueType().getScalarType() == MVT::f16);
9551 if (IsD16)
9568 unsigned Opc = IsD16 ? AMDGPUISD::TBUFFER_STORE_FORMAT_D16 :
9578 bool IsD16 = (VData.getValueType().getScalarType() == MVT::f16);
9579 if (IsD16)
9596 unsigned Opc = IsD16 ? AMDGPUISD::TBUFFER_STORE_FORMAT_D16 :
9614 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16);
9615 if (IsD16) {
9642 Opc = IsD16 ? AMDGPUISD::BUFFER_STORE_FORMAT_D16 : Opc;
9646 if (!IsD16 && !VDataVT.isVector() && EltType.getSizeInBits() < 32)
9664 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16);
9666 if (IsD16) {
9693 Opc = IsD16 ? AMDGPUISD::BUFFER_STORE_FORMAT_D16 : Opc;
9698 if (!IsD16 && !VDataVT.isVector() && EltType.getSizeInBits() < 32)