Lines Matching refs:SIGfx7CacheControl
410 class SIGfx7CacheControl : public SIGfx6CacheControl { class
413 SIGfx7CacheControl(const GCNSubtarget &ST) : SIGfx6CacheControl(ST) {}; in SIGfx7CacheControl() function in __anon418845fb0111::SIGfx7CacheControl
422 class SIGfx90ACacheControl : public SIGfx7CacheControl {
425 SIGfx90ACacheControl(const GCNSubtarget &ST) : SIGfx7CacheControl(ST) {}; in SIGfx90ACacheControl()
463 class SIGfx10CacheControl : public SIGfx7CacheControl {
474 SIGfx10CacheControl(const GCNSubtarget &ST) : SIGfx7CacheControl(ST) {}; in SIGfx10CacheControl()
787 return std::make_unique<SIGfx7CacheControl>(ST); in create()
1042 bool SIGfx7CacheControl::insertAcquire(MachineBasicBlock::iterator &MI, in insertAcquire()
1261 return SIGfx7CacheControl::insertWait(MI, Scope, AddrSpace, Op, in insertWait()
1326 Changed |= SIGfx7CacheControl::insertAcquire(MI, Scope, AddrSpace, Pos); in insertAcquire()
1373 SIGfx7CacheControl::insertRelease(MI, Scope, AddrSpace, in insertRelease()