Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp396 static SPIRV::Scope::Scope getSPIRVScope(SPIRV::CLMemoryScope ClScope) { in getSPIRVScope() argument
397 switch (ClScope) { in getSPIRVScope()
578 auto ClScope = static_cast<SPIRV::CLMemoryScope>( in buildAtomicCompareExchangeInst() local
580 Scope = getSPIRVScope(ClScope); in buildAtomicCompareExchangeInst()
581 if (ClScope == static_cast<unsigned>(Scope)) in buildAtomicCompareExchangeInst()