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.cpp5812 const bool IsD16 = IsFormat && (EltTy.getSizeInBits() == 16); in legalizeBufferStore() local
5853 Opc = IsD16 ? AMDGPU::G_AMDGPU_TBUFFER_STORE_FORMAT_D16 : in legalizeBufferStore()
5856 Opc = IsD16 ? AMDGPU::G_AMDGPU_BUFFER_STORE_FORMAT_D16 : in legalizeBufferStore()
5969 const bool IsD16 = IsFormat && (EltTy.getSizeInBits() == 16); in legalizeBufferLoad() local
5980 Opc = IsD16 ? AMDGPU::G_AMDGPU_TBUFFER_LOAD_FORMAT_D16 : in legalizeBufferLoad()
5983 if (IsD16) { in legalizeBufferLoad()
6030 } else if ((!IsD16 && MemTy.getSizeInBits() < 32) || in legalizeBufferLoad()
6031 (IsD16 && !Ty.isVector())) { in legalizeBufferLoad()
6037 } else if (Unpacked && IsD16 && Ty.isVector()) { in legalizeBufferLoad()
6357 const bool IsD16 = !IsAtomicPacked16Bit && Ty.getScalarType() == S16; in legalizeImageIntrinsic() local
[all …]
H A DSIISelLowering.cpp5980 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16); in lowerIntrinsicLoad() local
5990 if (IsD16) { in lowerIntrinsicLoad()
5995 if (!IsD16 && !LoadVT.isVector() && EltType.getSizeInBits() < 32) in lowerIntrinsicLoad()
7779 bool Unpacked, bool IsD16, int DMaskPop, in constructRetValue() argument
7785 int NumDataDwords = ((IsD16 && !Unpacked) || IsAtomicPacked16Bit) in constructRetValue()
7789 int MaskPopDwords = (!IsD16 || Unpacked) ? DMaskPop : (DMaskPop + 1) / 2; in constructRetValue()
7815 if (IsD16) in constructRetValue()
7912 bool IsD16 = false; in lowerImage() local
7960 IsD16 = true; in lowerImage()
7973 IsD16 = true; in lowerImage()
[all …]
H A DAMDGPUInstructionSelector.cpp1819 bool IsD16 = MI.getOpcode() == AMDGPU::G_AMDGPU_INTRIN_IMAGE_LOAD_D16 || in selectImageIntrinsic() local
1880 if (IsD16 && !STI.hasUnpackedD16VMem()) in selectImageIntrinsic()
2032 MIB.addImm(IsD16 ? -1 : 0); in selectImageIntrinsic()