Home
last modified time | relevance | path

Searched refs:SIGfx90ACacheControl (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIMemoryLegalizer.cpp438 class SIGfx90ACacheControl : public SIGfx7CacheControl { class
441 SIGfx90ACacheControl(const GCNSubtarget &ST) : SIGfx7CacheControl(ST) {} in SIGfx90ACacheControl() function in __anon21efea210111::SIGfx90ACacheControl
479 class SIGfx940CacheControl : public SIGfx90ACacheControl {
502 SIGfx940CacheControl(const GCNSubtarget &ST) : SIGfx90ACacheControl(ST) {}; in SIGfx940CacheControl()
971 return std::make_unique<SIGfx90ACacheControl>(ST); in create()
1294 bool SIGfx90ACacheControl::enableLoadCacheBypass( in enableLoadCacheBypass()
1336 bool SIGfx90ACacheControl::enableStoreCacheBypass( in enableStoreCacheBypass()
1371 bool SIGfx90ACacheControl::enableRMWCacheBypass( in enableRMWCacheBypass()
1399 bool SIGfx90ACacheControl::enableVolatileAndOrNonTemporal( in enableVolatileAndOrNonTemporal()
1444 bool SIGfx90ACacheControl::insertWait(MachineBasicBlock::iterator &MI, in insertWait()
[all …]