Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1333 auto ScopeConstant = buildI32Constant(Scope, I); in selectAtomicRMW() local
1334 Register ScopeReg = ScopeConstant.first; in selectAtomicRMW()
1335 Result &= ScopeConstant.second; in selectAtomicRMW()
1410 auto ScopeConstant = buildI32Constant(Scope, I); in selectFence() local
1411 Register ScopeReg = ScopeConstant.first; in selectFence()
1412 Result &= ScopeConstant.second; in selectFence()
1498 auto ScopeConstant = buildI32Constant(Scope, I); in selectAtomicCmpXchg() local
1499 ScopeReg = ScopeConstant.first; in selectAtomicCmpXchg()
1500 Result &= ScopeConstant.second; in selectAtomicCmpXchg()
3143 auto ScopeConstant = buildI32Constant(SPIRV::Scope::Workgroup, I); in selectIntrinsic() local
[all …]