Lines Matching refs:SIGfx6CacheControl
360 class SIGfx6CacheControl : public SICacheControl { class
377 SIGfx6CacheControl(const GCNSubtarget &ST) : SICacheControl(ST) {} in SIGfx6CacheControl() function in __anon051f72bd0111::SIGfx6CacheControl
415 class SIGfx7CacheControl : public SIGfx6CacheControl {
418 SIGfx7CacheControl(const GCNSubtarget &ST) : SIGfx6CacheControl(ST) {} in SIGfx7CacheControl()
882 return std::make_unique<SIGfx6CacheControl>(ST); in create()
892 bool SIGfx6CacheControl::enableLoadCacheBypass( in enableLoadCacheBypass()
927 bool SIGfx6CacheControl::enableStoreCacheBypass( in enableStoreCacheBypass()
940 bool SIGfx6CacheControl::enableRMWCacheBypass( in enableRMWCacheBypass()
955 bool SIGfx6CacheControl::enableVolatileAndOrNonTemporal( in enableVolatileAndOrNonTemporal()
1000 bool SIGfx6CacheControl::insertWait(MachineBasicBlock::iterator &MI, in insertWait()
1098 bool SIGfx6CacheControl::insertAcquire(MachineBasicBlock::iterator &MI, in insertAcquire()
1143 bool SIGfx6CacheControl::insertRelease(MachineBasicBlock::iterator &MI, in insertRelease()