Lines Matching defs:SIGfx6CacheControl
369 class SIGfx6CacheControl : public SICacheControl {
386 SIGfx6CacheControl(const GCNSubtarget &ST) : SICacheControl(ST) {}
422 class SIGfx7CacheControl : public SIGfx6CacheControl {
425 SIGfx7CacheControl(const GCNSubtarget &ST) : SIGfx6CacheControl(ST) {}
966 return std::make_unique<SIGfx6CacheControl>(ST);
976 bool SIGfx6CacheControl::enableLoadCacheBypass(
1011 bool SIGfx6CacheControl::enableStoreCacheBypass(
1024 bool SIGfx6CacheControl::enableRMWCacheBypass(
1039 bool SIGfx6CacheControl::enableVolatileAndOrNonTemporal(
1084 bool SIGfx6CacheControl::insertWait(MachineBasicBlock::iterator &MI,
1181 bool SIGfx6CacheControl::insertAcquire(MachineBasicBlock::iterator &MI,
1226 bool SIGfx6CacheControl::insertRelease(MachineBasicBlock::iterator &MI,