Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp422 class SIGfx90ACacheControl : public SIGfx7CacheControl { class
425 SIGfx90ACacheControl(const GCNSubtarget &ST) : SIGfx7CacheControl(ST) {} in SIGfx90ACacheControl() function in __anon363febf70111::SIGfx90ACacheControl
463 class SIGfx940CacheControl : public SIGfx90ACacheControl {
846 return std::make_unique<SIGfx90ACacheControl>(ST); in create()
1166 bool SIGfx90ACacheControl::enableLoadCacheBypass( in enableLoadCacheBypass()
1208 bool SIGfx90ACacheControl::enableStoreCacheBypass( in enableStoreCacheBypass()
1243 bool SIGfx90ACacheControl::enableRMWCacheBypass( in enableRMWCacheBypass()
1271 bool SIGfx90ACacheControl::enableVolatileAndOrNonTemporal( in enableVolatileAndOrNonTemporal()
1316 bool SIGfx90ACacheControl::insertWait(MachineBasicBlock::iterator &MI, in insertWait()
1344 bool SIGfx90ACacheControl::insertAcquire(MachineBasicBlock::iterator &MI, in insertAcquire()
[all …]