Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp552 class SIGfx11CacheControl : public SIGfx10CacheControl { class
554 SIGfx11CacheControl(const GCNSubtarget &ST) : SIGfx10CacheControl(ST) {} in SIGfx11CacheControl() function in __anone9343ac70111::SIGfx11CacheControl
566 class SIGfx12CacheControl : public SIGfx11CacheControl {
590 SIGfx12CacheControl(const GCNSubtarget &ST) : SIGfx11CacheControl(ST) {} in SIGfx12CacheControl()
960 return std::make_unique<SIGfx11CacheControl>(ST); in create()
2142 bool SIGfx11CacheControl::enableLoadCacheBypass( in enableLoadCacheBypass()
2183 bool SIGfx11CacheControl::enableVolatileAndOrNonTemporal( in enableVolatileAndOrNonTemporal()