Home
last modified time | relevance | path

Searched refs:BitsPerComp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSearchableTables.td35 bits<8> BitsPerComp = bpc;
47 let Fields = ["Format", "BitsPerComp", "NumComponents", "NumFormat", "DataFormat"];
48 let PrimaryKey = ["BitsPerComp", "NumComponents", "NumFormat"];
H A DSILoadStoreOptimizer.cpp1009 llvm::AMDGPU::getGcnBufferFormatInfo(OldFormatInfo->BitsPerComp, in getBufferFormatWithCompCount()
1017 NewFormatInfo->BitsPerComp == OldFormatInfo->BitsPerComp); in getBufferFormatWithCompCount()
1058 if (Info0->BitsPerComp != Info1->BitsPerComp || in offsetsCanBeCombined()
1064 if (Info0->BitsPerComp != 32) in offsetsCanBeCombined()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h93 unsigned BitsPerComp; member
622 const GcnBufferFormatInfo *getGcnBufferFormatInfo(uint8_t BitsPerComp,
H A DAMDGPUBaseInfo.cpp3184 const GcnBufferFormatInfo *getGcnBufferFormatInfo(uint8_t BitsPerComp, in getGcnBufferFormatInfo() argument
3189 BitsPerComp, NumComponents, NumFormat) in getGcnBufferFormatInfo()
3191 ? getGfx10BufferFormatInfo(BitsPerComp, NumComponents, NumFormat) in getGcnBufferFormatInfo()
3192 : getGfx9BufferFormatInfo(BitsPerComp, NumComponents, NumFormat); in getGcnBufferFormatInfo()