Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp514 class SIGfx10CacheControl : public SIGfx7CacheControl { class
525 SIGfx10CacheControl(const GCNSubtarget &ST) : SIGfx7CacheControl(ST) {} in SIGfx10CacheControl() function in __anon623980fe0111::SIGfx10CacheControl
549 class SIGfx11CacheControl : public SIGfx10CacheControl {
551 SIGfx11CacheControl(const GCNSubtarget &ST) : SIGfx10CacheControl(ST) {} in SIGfx11CacheControl()
841 return std::make_unique<SIGfx10CacheControl>(ST); in create()
1751 bool SIGfx10CacheControl::enableLoadCacheBypass( in enableLoadCacheBypass()
1794 bool SIGfx10CacheControl::enableVolatileAndOrNonTemporal( in enableVolatileAndOrNonTemporal()
1845 bool SIGfx10CacheControl::insertWait(MachineBasicBlock::iterator &MI, in insertWait()
1965 bool SIGfx10CacheControl::insertAcquire(MachineBasicBlock::iterator &MI, in insertAcquire()