Lines Matching refs:SIGfx6CacheControl
371 class SIGfx6CacheControl : public SICacheControl { class
388 SIGfx6CacheControl(const GCNSubtarget &ST) : SICacheControl(ST) {} in SIGfx6CacheControl() function in __anone9343ac70111::SIGfx6CacheControl
426 class SIGfx7CacheControl : public SIGfx6CacheControl {
429 SIGfx7CacheControl(const GCNSubtarget &ST) : SIGfx6CacheControl(ST) {} in SIGfx7CacheControl()
973 return std::make_unique<SIGfx6CacheControl>(ST); in create()
983 bool SIGfx6CacheControl::enableLoadCacheBypass( in enableLoadCacheBypass()
1018 bool SIGfx6CacheControl::enableStoreCacheBypass( in enableStoreCacheBypass()
1031 bool SIGfx6CacheControl::enableRMWCacheBypass( in enableRMWCacheBypass()
1046 bool SIGfx6CacheControl::enableVolatileAndOrNonTemporal( in enableVolatileAndOrNonTemporal()
1091 bool SIGfx6CacheControl::insertWait(MachineBasicBlock::iterator &MI, in insertWait()
1189 bool SIGfx6CacheControl::insertAcquire(MachineBasicBlock::iterator &MI, in insertAcquire()
1234 bool SIGfx6CacheControl::insertRelease(MachineBasicBlock::iterator &MI, in insertRelease()