Lines Matching defs:SIGfx7CacheControl
422 class SIGfx7CacheControl : public SIGfx6CacheControl {
425 SIGfx7CacheControl(const GCNSubtarget &ST) : SIGfx6CacheControl(ST) {}
434 class SIGfx90ACacheControl : public SIGfx7CacheControl {
437 SIGfx90ACacheControl(const GCNSubtarget &ST) : SIGfx7CacheControl(ST) {}
537 class SIGfx10CacheControl : public SIGfx7CacheControl {
548 SIGfx10CacheControl(const GCNSubtarget &ST) : SIGfx7CacheControl(ST) {}
968 return std::make_unique<SIGfx7CacheControl>(ST);
1235 bool SIGfx7CacheControl::insertAcquire(MachineBasicBlock::iterator &MI,
1460 return SIGfx7CacheControl::insertWait(MI, Scope, AddrSpace, Op,
1525 Changed |= SIGfx7CacheControl::insertAcquire(MI, Scope, AddrSpace, Pos);
1574 SIGfx7CacheControl::insertRelease(MI, Scope, AddrSpace,