Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp592 class SIGfx12CacheControl : public SIGfx11CacheControl { class
616 SIGfx12CacheControl(const GCNSubtarget &ST) : SIGfx11CacheControl(ST) {} in SIGfx12CacheControl() function in __anone9343ac70111::SIGfx12CacheControl
980 return std::make_unique<SIGfx12CacheControl>(ST); in create()
2258 bool SIGfx12CacheControl::setTH(const MachineBasicBlock::iterator MI, in setTH()
2273 bool SIGfx12CacheControl::setScope(const MachineBasicBlock::iterator MI, in setScope()
2288 bool SIGfx12CacheControl::insertWaitsBeforeSystemScopeStore( in insertWaitsBeforeSystemScopeStore()
2304 bool SIGfx12CacheControl::insertWait(MachineBasicBlock::iterator &MI, in insertWait()
2400 bool SIGfx12CacheControl::insertAcquire(MachineBasicBlock::iterator &MI, in insertAcquire()
2456 bool SIGfx12CacheControl::insertRelease(MachineBasicBlock::iterator &MI, in insertRelease()
2522 bool SIGfx12CacheControl::enableVolatileAndOrNonTemporal( in enableVolatileAndOrNonTemporal()
[all …]