Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp463 class SIGfx940CacheControl : public SIGfx90ACacheControl { class
486 SIGfx940CacheControl(const GCNSubtarget &ST) : SIGfx90ACacheControl(ST) {}; in SIGfx940CacheControl() function in __anon363febf70111::SIGfx940CacheControl
844 return std::make_unique<SIGfx940CacheControl>(ST); in create()
1460 bool SIGfx940CacheControl::enableLoadCacheBypass( in enableLoadCacheBypass()
1504 bool SIGfx940CacheControl::enableStoreCacheBypass( in enableStoreCacheBypass()
1544 bool SIGfx940CacheControl::enableRMWCacheBypass( in enableRMWCacheBypass()
1573 bool SIGfx940CacheControl::enableVolatileAndOrNonTemporal( in enableVolatileAndOrNonTemporal()
1613 bool SIGfx940CacheControl::insertAcquire(MachineBasicBlock::iterator &MI, in insertAcquire()
1699 bool SIGfx940CacheControl::insertRelease(MachineBasicBlock::iterator &MI, in insertRelease()