Searched refs:getBufferFormatWithCompCount (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SILoadStoreOptimizer.cpp | 696 static unsigned getBufferFormatWithCompCount(unsigned OldFormat, in getBufferFormatWithCompCount() function 755 if (getBufferFormatWithCompCount(CI.Format, CI.Width + Paired.Width, STI) == 0) in offsetsCanBeCombined() 1304 getBufferFormatWithCompCount(CI.Format, CI.Width + Paired.Width, *STI); in mergeTBufferLoadPair() 1383 getBufferFormatWithCompCount(CI.Format, CI.Width + Paired.Width, *STI); in mergeTBufferStorePair()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | SILoadStoreOptimizer.cpp | 897 static unsigned getBufferFormatWithCompCount(unsigned OldFormat, in getBufferFormatWithCompCount() function 967 if (getBufferFormatWithCompCount(CI.Format, CI.Width + Paired.Width, STI) == 0) in offsetsCanBeCombined() 1490 getBufferFormatWithCompCount(CI.Format, CI.Width + Paired.Width, *STM); in mergeTBufferLoadPair() 1561 getBufferFormatWithCompCount(CI.Format, CI.Width + Paired.Width, *STM); in mergeTBufferStorePair()
|