Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h394 SCOPE_DEV = 2 << 3, enumerator
H A DSIMemoryLegalizer.cpp2309 AMDGPU::CPol::CPol ScopeImm = AMDGPU::CPol::SCOPE_DEV; in insertAcquire()
2315 ScopeImm = AMDGPU::CPol::SCOPE_DEV; in insertAcquire()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp221 if (Scope >= AMDGPU::CPol::SCOPE_DEV) in printTH()
277 else if (Scope == CPol::SCOPE_DEV) in printScope()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6380 .Case("SCOPE_DEV", AMDGPU::CPol::SCOPE_DEV) in parseScope()