Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp513 class SIGfx10CacheControl : public SIGfx7CacheControl { class
524 SIGfx10CacheControl(const GCNSubtarget &ST) : SIGfx7CacheControl(ST) {} in SIGfx10CacheControl() function in __anon363febf70111::SIGfx10CacheControl
548 class SIGfx11CacheControl : public SIGfx10CacheControl {
550 SIGfx11CacheControl(const GCNSubtarget &ST) : SIGfx10CacheControl(ST) {} in SIGfx11CacheControl()
852 return std::make_unique<SIGfx10CacheControl>(ST); in create()
1762 bool SIGfx10CacheControl::enableLoadCacheBypass( in enableLoadCacheBypass()
1805 bool SIGfx10CacheControl::enableVolatileAndOrNonTemporal( in enableVolatileAndOrNonTemporal()
1856 bool SIGfx10CacheControl::insertWait(MachineBasicBlock::iterator &MI, in insertWait()
1976 bool SIGfx10CacheControl::insertAcquire(MachineBasicBlock::iterator &MI, in insertAcquire()