Searched refs:BitsPerComp (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h42 unsigned BitsPerComp; member in struct:llvm::AMDGPU::GcnBufferFormatInfo
310 const GcnBufferFormatInfo *getGcnBufferFormatInfo(uint8_t BitsPerComp,
H A DAMDGPUBaseInfo.cpp1482 const GcnBufferFormatInfo *getGcnBufferFormatInfo(uint8_t BitsPerComp,
1487 ? getGfx10PlusBufferFormatInfo(BitsPerComp, NumComponents,
1489 : getGfx9BufferFormatInfo(BitsPerComp, NumComponents, NumFormat);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp729 llvm::AMDGPU::getGcnBufferFormatInfo(OldFormatInfo->BitsPerComp,
737 NewFormatInfo->BitsPerComp == OldFormatInfo->BitsPerComp);
768 if (Info0->BitsPerComp != Info1->BitsPerComp ||
774 if (Info0->BitsPerComp != 32)

Completed in 112 milliseconds