Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp532 class SIGfx10CacheControl : public SIGfx7CacheControl { class
543 SIGfx10CacheControl(const GCNSubtarget &ST) : SIGfx7CacheControl(ST) {} in SIGfx10CacheControl() function in __anon051f72bd0111::SIGfx10CacheControl
567 class SIGfx11CacheControl : public SIGfx10CacheControl {
569 SIGfx11CacheControl(const GCNSubtarget &ST) : SIGfx10CacheControl(ST) {} in SIGfx11CacheControl()
886 return std::make_unique<SIGfx10CacheControl>(ST); in create()
1799 bool SIGfx10CacheControl::enableLoadCacheBypass( in enableLoadCacheBypass()
1842 bool SIGfx10CacheControl::enableVolatileAndOrNonTemporal( in enableVolatileAndOrNonTemporal()
1893 bool SIGfx10CacheControl::insertWait(MachineBasicBlock::iterator &MI, in insertWait()
2014 bool SIGfx10CacheControl::insertAcquire(MachineBasicBlock::iterator &MI, in insertAcquire()