Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp2419 AMDGPU::CPol::CPol ScopeImm = AMDGPU::CPol::SCOPE_DEV; in insertAcquire()
2425 ScopeImm = AMDGPU::CPol::SCOPE_DEV; in insertAcquire()
2479 AMDGPU::CPol::CPol ScopeImm = AMDGPU::CPol::SCOPE_DEV; in insertRelease()
2485 ScopeImm = AMDGPU::CPol::SCOPE_DEV; in insertRelease()
2583 Changed |= setScope(MI, AMDGPU::CPol::SCOPE_DEV); in setAtomicScope()
H A DSIDefines.h416 SCOPE_DEV = 2 << 3, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp226 if (Scope >= AMDGPU::CPol::SCOPE_DEV) in printTH()
282 else if (Scope == CPol::SCOPE_DEV) in printScope()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6621 .Case("SCOPE_DEV", AMDGPU::CPol::SCOPE_DEV) in parseScope()