Searched refs:EOpInterlockedAdd (Results 1 – 3 of 3) sorted by relevance
1147 symbolTable.relateToOperator("InterlockedAdd", EOpInterlockedAdd); in identifyBuiltIns()1253 symbolTable.relateToOperator(BUILTIN_PREFIX "InterlockedAdd", EOpInterlockedAdd); in identifyBuiltIns()
3074 case EOpInterlockedAdd: return isImage ? EOpImageAtomicAdd : EOpAtomicAdd; in mapAtomicOp()3495 case EOpInterlockedAdd: in decomposeStructBufferMethods()4820 case EOpInterlockedAdd: // optional last argument (if present) is assigned from return value in decomposeIntrinsic()7328 case EOpInterlockedAdd: in findFunction()
921 EOpInterlockedAdd, // atomic ops, but uses [optional] out arg instead of return enumerator