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