Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp5925 const bool IsD16 = IsFormat && (EltTy.getSizeInBits() == 16); in legalizeBufferStore() local
5968 Opc = IsD16 ? AMDGPU::G_AMDGPU_TBUFFER_STORE_FORMAT_D16 : in legalizeBufferStore()
5971 Opc = IsD16 ? AMDGPU::G_AMDGPU_BUFFER_STORE_FORMAT_D16 : in legalizeBufferStore()
6099 const bool IsD16 = IsFormat && (EltTy.getSizeInBits() == 16); in legalizeBufferLoad() local
6110 Opc = IsD16 ? AMDGPU::G_AMDGPU_TBUFFER_LOAD_FORMAT_D16 : in legalizeBufferLoad()
6113 if (IsD16) { in legalizeBufferLoad()
6160 } else if ((!IsD16 && MemTy.getSizeInBits() < 32) || in legalizeBufferLoad()
6161 (IsD16 && !Ty.isVector())) { in legalizeBufferLoad()
6167 } else if (Unpacked && IsD16 && Ty.isVector()) { in legalizeBufferLoad()
6487 const bool IsD16 = !IsAtomicPacked16Bit && Ty.getScalarType() == S16; in legalizeImageIntrinsic() local
[all …]
H A DSIISelLowering.cpp6324 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16); in lowerIntrinsicLoad() local
6334 if (IsD16) { in lowerIntrinsicLoad()
6339 if (!IsD16 && !LoadVT.isVector() && EltType.getSizeInBits() < 32) in lowerIntrinsicLoad()
8341 bool Unpacked, bool IsD16, int DMaskPop, in constructRetValue() argument
8348 int NumDataDwords = ((IsD16 && !Unpacked) || IsAtomicPacked16Bit) in constructRetValue()
8352 int MaskPopDwords = (!IsD16 || Unpacked) ? DMaskPop : (DMaskPop + 1) / 2; in constructRetValue()
8378 if (IsD16) in constructRetValue()
8475 bool IsD16 = false; in lowerImage() local
8523 IsD16 = true; in lowerImage()
8536 IsD16 = true; in lowerImage()
[all …]
H A DAMDGPUInstructionSelector.cpp2048 bool IsD16 = MI.getOpcode() == AMDGPU::G_AMDGPU_INTRIN_IMAGE_LOAD_D16 || in selectImageIntrinsic() local
2109 if (IsD16 && !STI.hasUnpackedD16VMem()) in selectImageIntrinsic()
2261 MIB.addImm(IsD16 ? -1 : 0); in selectImageIntrinsic()