| /external/webrtc/webrtc/base/ |
| D | criticalsection_unittest.cc | 188 static int AtomicOp(int* i) { return AtomicOps::Increment(i); } in AtomicOp() function 192 static int AtomicOp(int* i) { return AtomicOps::Decrement(i); } in AtomicOp() function 196 static int AtomicOp(int* i) { return AtomicOps::CompareAndSwap(i, 0, 1); } in AtomicOp() function
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
| D | MipsISelLowering.cpp | 1413 unsigned AtomicOp; in emitAtomicBinary() local 1581 unsigned AtomicOp = 0; in emitAtomicBinaryPartword() local 1719 unsigned AtomicOp = MI.getOpcode() == Mips::ATOMIC_CMP_SWAP_I32 in emitAtomicCmpSwap() local 1792 unsigned AtomicOp = MI.getOpcode() == Mips::ATOMIC_CMP_SWAP_I8 in emitAtomicCmpSwapPartword() local
|
| /external/v8/src/wasm/ |
| D | function-body-decoder.cc | 485 void AtomicOp(FullDecoder* decoder, WasmOpcode opcode, Vector<Value> args, in AtomicOp() function in v8::internal::wasm::__anonb954c62d0111::WasmGraphBuildingInterface
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.cpp | 3488 SDValue AtomicOp = DAG.getMemIntrinsicNode(Opcode, DL, VTList, Ops, in lowerATOMIC_LOAD_OP() local 3556 SDValue AtomicOp = DAG.getMemIntrinsicNode(SystemZISD::ATOMIC_CMP_SWAP, in lowerATOMIC_CMP_SWAP() local 3591 SDValue AtomicOp = DAG.getMemIntrinsicNode(SystemZISD::ATOMIC_CMP_SWAPW, DL, in lowerATOMIC_CMP_SWAP() local
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.cpp | 3264 SDValue AtomicOp = DAG.getMemIntrinsicNode(Opcode, DL, VTList, Ops, in lowerATOMIC_LOAD_OP() local 3355 SDValue AtomicOp = DAG.getMemIntrinsicNode(SystemZISD::ATOMIC_CMP_SWAPW, DL, in lowerATOMIC_CMP_SWAP() local
|
| /external/v8/src/wasm/baseline/ |
| D | liftoff-compiler.cc | 1800 void AtomicOp(FullDecoder* decoder, WasmOpcode opcode, Vector<Value> args, in AtomicOp() function in v8::internal::wasm::__anon207ad58d0111::LiftoffCompiler
|
| /external/v8/src/compiler/ |
| D | wasm-compiler.cc | 3898 Node* WasmGraphBuilder::AtomicOp(wasm::WasmOpcode opcode, Node* const* inputs, in AtomicOp() function in v8::internal::compiler::WasmGraphBuilder
|
| /external/clang/include/clang/AST/ |
| D | Expr.h | 4806 enum AtomicOp { enum
|