Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1343 auto MemSemConstant = buildI32Constant(MemSem /*| ScSem*/, I); in selectAtomicRMW() local
1344 Register MemSemReg = MemSemConstant.first; in selectAtomicRMW()
1345 Result &= MemSemConstant.second; in selectAtomicRMW()
1404 auto MemSemConstant = buildI32Constant(MemSem, I); in selectFence() local
1405 Register MemSemReg = MemSemConstant.first; in selectFence()
1406 bool Result = MemSemConstant.second; in selectFence()
3139 auto MemSemConstant = in selectIntrinsic() local
3141 Register MemSemReg = MemSemConstant.first; in selectIntrinsic()
3142 Result &= MemSemConstant.second; in selectIntrinsic()