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 DSIDefines.h398 SCOPE_DEV = 2 << 3, enumerator
H A DSIMemoryLegalizer.cpp2413 AMDGPU::CPol::CPol ScopeImm = AMDGPU::CPol::SCOPE_DEV; in insertAcquire()
2419 ScopeImm = AMDGPU::CPol::SCOPE_DEV; in insertAcquire()
2564 Changed |= setScope(MI, AMDGPU::CPol::SCOPE_DEV); in setAtomicScope()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp196 if (Scope >= AMDGPU::CPol::SCOPE_DEV) in printTH()
249 else if (Scope == CPol::SCOPE_DEV) in printScope()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6992 CPol::SCOPE_DEV, CPol::SCOPE_SYS}; in parseScope()