Lines Matching refs:SIGfx6CacheControl
355 class SIGfx6CacheControl : public SICacheControl { class
372 SIGfx6CacheControl(const GCNSubtarget &ST) : SICacheControl(ST) {}; in SIGfx6CacheControl() function in __anon418845fb0111::SIGfx6CacheControl
410 class SIGfx7CacheControl : public SIGfx6CacheControl {
413 SIGfx7CacheControl(const GCNSubtarget &ST) : SIGfx6CacheControl(ST) {}; in SIGfx7CacheControl()
785 return std::make_unique<SIGfx6CacheControl>(ST); in create()
791 bool SIGfx6CacheControl::enableLoadCacheBypass( in enableLoadCacheBypass()
824 bool SIGfx6CacheControl::enableStoreCacheBypass( in enableStoreCacheBypass()
837 bool SIGfx6CacheControl::enableRMWCacheBypass( in enableRMWCacheBypass()
850 bool SIGfx6CacheControl::enableVolatileAndOrNonTemporal( in enableVolatileAndOrNonTemporal()
891 bool SIGfx6CacheControl::insertWait(MachineBasicBlock::iterator &MI, in insertWait()
988 bool SIGfx6CacheControl::insertAcquire(MachineBasicBlock::iterator &MI, in insertAcquire()
1033 bool SIGfx6CacheControl::insertRelease(MachineBasicBlock::iterator &MI, in insertRelease()