Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSearchableTables.td37 bits<8> NumFormat = nfmt;
46 let Fields = ["Format", "BitsPerComp", "NumComponents", "NumFormat", "DataFormat"];
47 let PrimaryKey = ["BitsPerComp", "NumComponents", "NumFormat"];
DSILoadStoreOptimizer.cpp710 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/
DAMDGPUSearchableTables.td37 bits<8> NumFormat = nfmt;
46 let Fields = ["Format", "BitsPerComp", "NumComponents", "NumFormat", "DataFormat"];
47 let PrimaryKey = ["BitsPerComp", "NumComponents", "NumFormat"];
DSILoadStoreOptimizer.cpp739 OldFormatInfo->NumFormat, STI); in getBufferFormatWithCompCount()
744 assert(NewFormatInfo->NumFormat == OldFormatInfo->NumFormat && in getBufferFormatWithCompCount()
777 Info0->NumFormat != Info1->NumFormat) in offsetsCanBeCombined()
DSIDefines.h430 enum NumFormat : int64_t { enum
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h48 unsigned NumFormat; member
313 uint8_t NumFormat,
DAMDGPUBaseInfo.cpp1345 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/
DAMDGPUBaseInfo.h53 unsigned NumFormat; member
317 uint8_t NumFormat,
DAMDGPUBaseInfo.cpp1619 uint8_t NumFormat, in getGcnBufferFormatInfo() argument
1623 NumFormat) in getGcnBufferFormatInfo()
1624 : getGfx9BufferFormatInfo(BitsPerComp, NumComponents, NumFormat); in getGcnBufferFormatInfo()
/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter_unittest.cpp489 TEST_F(CFGAS_StringFormatterTest, NumFormat) { in TEST_F() argument