Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp355 class SIGfx6CacheControl : public SICacheControl { class
372 SIGfx6CacheControl(const GCNSubtarget &ST) : SICacheControl(ST) {} in SIGfx6CacheControl() function in __anon363febf70111::SIGfx6CacheControl
410 class SIGfx7CacheControl : public SIGfx6CacheControl {
413 SIGfx7CacheControl(const GCNSubtarget &ST) : SIGfx6CacheControl(ST) {} in SIGfx7CacheControl()
848 return std::make_unique<SIGfx6CacheControl>(ST); in create()
856 bool SIGfx6CacheControl::enableLoadCacheBypass( in enableLoadCacheBypass()
891 bool SIGfx6CacheControl::enableStoreCacheBypass( in enableStoreCacheBypass()
904 bool SIGfx6CacheControl::enableRMWCacheBypass( in enableRMWCacheBypass()
919 bool SIGfx6CacheControl::enableVolatileAndOrNonTemporal( in enableVolatileAndOrNonTemporal()
964 bool SIGfx6CacheControl::insertWait(MachineBasicBlock::iterator &MI, in insertWait()
[all …]