Lines Matching defs:SIGfx90ACacheControl
434 class SIGfx90ACacheControl : public SIGfx7CacheControl {
437 SIGfx90ACacheControl(const GCNSubtarget &ST) : SIGfx7CacheControl(ST) {}
473 class SIGfx940CacheControl : public SIGfx90ACacheControl {
496 SIGfx940CacheControl(const GCNSubtarget &ST) : SIGfx90ACacheControl(ST) {};
964 return std::make_unique<SIGfx90ACacheControl>(ST);
1286 bool SIGfx90ACacheControl::enableLoadCacheBypass(
1328 bool SIGfx90ACacheControl::enableStoreCacheBypass(
1363 bool SIGfx90ACacheControl::enableRMWCacheBypass(
1391 bool SIGfx90ACacheControl::enableVolatileAndOrNonTemporal(
1436 bool SIGfx90ACacheControl::insertWait(MachineBasicBlock::iterator &MI,
1464 bool SIGfx90ACacheControl::insertAcquire(MachineBasicBlock::iterator &MI,
1530 bool SIGfx90ACacheControl::insertRelease(MachineBasicBlock::iterator &MI,