Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp411 class SIGfx7CacheControl : public SIGfx6CacheControl { class
414 SIGfx7CacheControl(const GCNSubtarget &ST) : SIGfx6CacheControl(ST) {} in SIGfx7CacheControl() function in __anon623980fe0111::SIGfx7CacheControl
423 class SIGfx90ACacheControl : public SIGfx7CacheControl {
426 SIGfx90ACacheControl(const GCNSubtarget &ST) : SIGfx7CacheControl(ST) {} in SIGfx90ACacheControl()
514 class SIGfx10CacheControl : public SIGfx7CacheControl {
525 SIGfx10CacheControl(const GCNSubtarget &ST) : SIGfx7CacheControl(ST) {} in SIGfx10CacheControl()
839 return std::make_unique<SIGfx7CacheControl>(ST); in create()
1104 bool SIGfx7CacheControl::insertAcquire(MachineBasicBlock::iterator &MI, in insertAcquire()
1329 return SIGfx7CacheControl::insertWait(MI, Scope, AddrSpace, Op, in insertWait()
1394 Changed |= SIGfx7CacheControl::insertAcquire(MI, Scope, AddrSpace, Pos); in insertAcquire()
[all …]