Home
last modified time | relevance | path

Searched refs:NumFormat (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSearchableTables.td37 bits<8> NumFormat = nfmt;
47 let Fields = ["Format", "BitsPerComp", "NumComponents", "NumFormat", "DataFormat"];
48 let PrimaryKey = ["BitsPerComp", "NumComponents", "NumFormat"];
H A DSILoadStoreOptimizer.cpp1011 OldFormatInfo->NumFormat, STI); in getBufferFormatWithCompCount()
1016 assert(NewFormatInfo->NumFormat == OldFormatInfo->NumFormat && in getBufferFormatWithCompCount()
1059 Info0->NumFormat != Info1->NumFormat) in offsetsCanBeCombined()
H A DSIDefines.h593 enum NumFormat : int64_t { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h95 unsigned NumFormat; member
624 uint8_t NumFormat,
H A DAMDGPUBaseInfo.cpp3186 uint8_t NumFormat, in getGcnBufferFormatInfo() argument
3189 BitsPerComp, NumComponents, NumFormat) in getGcnBufferFormatInfo()
3191 ? getGfx10BufferFormatInfo(BitsPerComp, NumComponents, NumFormat) in getGcnBufferFormatInfo()
3192 : getGfx9BufferFormatInfo(BitsPerComp, NumComponents, NumFormat); in getGcnBufferFormatInfo()