Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp479 class SIGfx940CacheControl : public SIGfx90ACacheControl { class
502 SIGfx940CacheControl(const GCNSubtarget &ST) : SIGfx90ACacheControl(ST) {}; in SIGfx940CacheControl() function in __anon7b9884bc0111::SIGfx940CacheControl
969 return std::make_unique<SIGfx940CacheControl>(ST); in create()
1588 bool SIGfx940CacheControl::enableLoadCacheBypass( in enableLoadCacheBypass()
1632 bool SIGfx940CacheControl::enableStoreCacheBypass( in enableStoreCacheBypass()
1672 bool SIGfx940CacheControl::enableRMWCacheBypass( in enableRMWCacheBypass()
1701 bool SIGfx940CacheControl::enableVolatileAndOrNonTemporal( in enableVolatileAndOrNonTemporal()
1741 bool SIGfx940CacheControl::insertAcquire(MachineBasicBlock::iterator &MI, in insertAcquire()
1827 bool SIGfx940CacheControl::insertRelease(MachineBasicBlock::iterator &MI, in insertRelease()