Searched refs:NumFormat (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSearchableTables.td | 37 bits<8> NumFormat = nfmt; 46 let Fields = ["Format", "BitsPerComp", "NumComponents", "NumFormat", "DataFormat"]; 47 let PrimaryKey = ["BitsPerComp", "NumComponents", "NumFormat"];
|
D | SILoadStoreOptimizer.cpp | 710 OldFormatInfo->NumFormat, STI); in getBufferFormatWithCompCount() 715 assert(NewFormatInfo->NumFormat == OldFormatInfo->NumFormat && in getBufferFormatWithCompCount() 747 Info0->NumFormat != Info1->NumFormat) in offsetsCanBeCombined()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSearchableTables.td | 37 bits<8> NumFormat = nfmt; 46 let Fields = ["Format", "BitsPerComp", "NumComponents", "NumFormat", "DataFormat"]; 47 let PrimaryKey = ["BitsPerComp", "NumComponents", "NumFormat"];
|
D | SILoadStoreOptimizer.cpp | 739 OldFormatInfo->NumFormat, STI); in getBufferFormatWithCompCount() 744 assert(NewFormatInfo->NumFormat == OldFormatInfo->NumFormat && in getBufferFormatWithCompCount() 777 Info0->NumFormat != Info1->NumFormat) in offsetsCanBeCombined()
|
D | SIDefines.h | 430 enum NumFormat : int64_t { enum
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.h | 48 unsigned NumFormat; member 313 uint8_t NumFormat,
|
D | AMDGPUBaseInfo.cpp | 1345 uint8_t NumFormat, in getGcnBufferFormatInfo() argument 1349 NumFormat) in getGcnBufferFormatInfo() 1350 : getGfx9BufferFormatInfo(BitsPerComp, NumComponents, NumFormat); in getGcnBufferFormatInfo()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.h | 53 unsigned NumFormat; member 317 uint8_t NumFormat,
|
D | AMDGPUBaseInfo.cpp | 1619 uint8_t NumFormat, in getGcnBufferFormatInfo() argument 1623 NumFormat) in getGcnBufferFormatInfo() 1624 : getGfx9BufferFormatInfo(BitsPerComp, NumComponents, NumFormat); in getGcnBufferFormatInfo()
|
/external/pdfium/xfa/fgas/crt/ |
D | cfgas_stringformatter_unittest.cpp | 489 TEST_F(CFGAS_StringFormatterTest, NumFormat) { in TEST_F() argument
|