Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp468 class SIGfx940CacheControl : public SIGfx90ACacheControl { class
491 SIGfx940CacheControl(const GCNSubtarget &ST) : SIGfx90ACacheControl(ST) {}; in SIGfx940CacheControl() function in __anon051f72bd0111::SIGfx940CacheControl
878 return std::make_unique<SIGfx940CacheControl>(ST); in create()
1497 bool SIGfx940CacheControl::enableLoadCacheBypass( in enableLoadCacheBypass()
1541 bool SIGfx940CacheControl::enableStoreCacheBypass( in enableStoreCacheBypass()
1581 bool SIGfx940CacheControl::enableRMWCacheBypass( in enableRMWCacheBypass()
1610 bool SIGfx940CacheControl::enableVolatileAndOrNonTemporal( in enableVolatileAndOrNonTemporal()
1650 bool SIGfx940CacheControl::insertAcquire(MachineBasicBlock::iterator &MI, in insertAcquire()
1736 bool SIGfx940CacheControl::insertRelease(MachineBasicBlock::iterator &MI, in insertRelease()