Searched refs:SIGfx6CacheControl (Results 1 – 1 of 1) sorted by relevance
355 class SIGfx6CacheControl : public SICacheControl { class372 SIGfx6CacheControl(const GCNSubtarget &ST) : SICacheControl(ST) {}; in SIGfx6CacheControl() function in __anon45e28bb20111::SIGfx6CacheControl410 class SIGfx7CacheControl : public SIGfx6CacheControl {413 SIGfx7CacheControl(const GCNSubtarget &ST) : SIGfx6CacheControl(ST) {}; in SIGfx7CacheControl()779 return std::make_unique<SIGfx6CacheControl>(ST); in create()785 bool SIGfx6CacheControl::enableLoadCacheBypass( in enableLoadCacheBypass()818 bool SIGfx6CacheControl::enableStoreCacheBypass( in enableStoreCacheBypass()831 bool SIGfx6CacheControl::enableRMWCacheBypass( in enableRMWCacheBypass()844 bool SIGfx6CacheControl::enableVolatileAndOrNonTemporal( in enableVolatileAndOrNonTemporal()885 bool SIGfx6CacheControl::insertWait(MachineBasicBlock::iterator &MI, in insertWait()[all …]