Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp427 class SIGfx90ACacheControl : public SIGfx7CacheControl { class
430 SIGfx90ACacheControl(const GCNSubtarget &ST) : SIGfx7CacheControl(ST) {} in SIGfx90ACacheControl() function in __anon051f72bd0111::SIGfx90ACacheControl
468 class SIGfx940CacheControl : public SIGfx90ACacheControl {
880 return std::make_unique<SIGfx90ACacheControl>(ST); in create()
1203 bool SIGfx90ACacheControl::enableLoadCacheBypass( in enableLoadCacheBypass()
1245 bool SIGfx90ACacheControl::enableStoreCacheBypass( in enableStoreCacheBypass()
1280 bool SIGfx90ACacheControl::enableRMWCacheBypass( in enableRMWCacheBypass()
1308 bool SIGfx90ACacheControl::enableVolatileAndOrNonTemporal( in enableVolatileAndOrNonTemporal()
1353 bool SIGfx90ACacheControl::insertWait(MachineBasicBlock::iterator &MI, in insertWait()
1381 bool SIGfx90ACacheControl::insertAcquire(MachineBasicBlock::iterator &MI, in insertAcquire()
[all …]