Lines Matching defs:SIGfx90ACacheControl
438 class SIGfx90ACacheControl : public SIGfx7CacheControl {
441 SIGfx90ACacheControl(const GCNSubtarget &ST) : SIGfx7CacheControl(ST) {}
479 class SIGfx940CacheControl : public SIGfx90ACacheControl {
502 SIGfx940CacheControl(const GCNSubtarget &ST) : SIGfx90ACacheControl(ST) {};
971 return std::make_unique<SIGfx90ACacheControl>(ST);
1294 bool SIGfx90ACacheControl::enableLoadCacheBypass(
1336 bool SIGfx90ACacheControl::enableStoreCacheBypass(
1371 bool SIGfx90ACacheControl::enableRMWCacheBypass(
1399 bool SIGfx90ACacheControl::enableVolatileAndOrNonTemporal(
1444 bool SIGfx90ACacheControl::insertWait(MachineBasicBlock::iterator &MI,
1472 bool SIGfx90ACacheControl::insertAcquire(MachineBasicBlock::iterator &MI,
1538 bool SIGfx90ACacheControl::insertRelease(MachineBasicBlock::iterator &MI,