Searched defs:Exchange (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | ms-intrinsics.c | 226 void *Exchange, void *Comparand) { in test_InterlockedCompareExchangePointer() 241 void *Exchange, void *Comparand) { in test_InterlockedCompareExchangePointer_nf() 399 char test_InterlockedCompareExchange8(char volatile *Destination, char Exchange, char Comperand) { in test_InterlockedCompareExchange8() 408 short test_InterlockedCompareExchange16(short volatile *Destination, short Exchange, short Comperan… in test_InterlockedCompareExchange16() 417 long test_InterlockedCompareExchange(long volatile *Destination, long Exchange, long Comperand) { in test_InterlockedCompareExchange() 426 __int64 test_InterlockedCompareExchange64(__int64 volatile *Destination, __int64 Exchange, __int64 … in test_InterlockedCompareExchange64() 638 long Exchange, long Comparand) { in test_InterlockedCompareExchange_HLEAcquire() 644 long Exchange, long Comparand) { in test_InterlockedCompareExchange_HLERelease() 662 __int64 Exchange, __int64 Comparand) { in test_InterlockedCompareExchange64_HLEAcquire() 668 __int64 Exchange, __int64 Comparand) { in test_InterlockedCompareExchange64_HLERelease() [all …]
|
D | ms-intrinsics-other.c | 134 LONG test_InterlockedCompareExchange(LONG volatile *Destination, LONG Exchange, LONG Comperand) { in test_InterlockedCompareExchange() 265 LONG test_InterlockedCompareExchange_acq(LONG volatile *Destination, LONG Exchange, LONG Comperand)… in test_InterlockedCompareExchange_acq() 274 LONG test_InterlockedCompareExchange_rel(LONG volatile *Destination, LONG Exchange, LONG Comperand)… in test_InterlockedCompareExchange_rel() 283 LONG test_InterlockedCompareExchange_nf(LONG volatile *Destination, LONG Exchange, LONG Comperand) { in test_InterlockedCompareExchange_nf()
|
/external/clang/test/CodeGen/ |
D | ms-intrinsics.c | 30 void *Exchange, void *Comparand) { in test_InterlockedCompareExchangePointer()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | atomic.h | 52 T Exchange(T desired, MemoryOrder order) { in Exchange() function
|
/external/libchrome/base/ |
D | atomicops_unittest.cc | 230 TEST(AtomicOpsTest, Exchange) { in TEST() argument
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 66 bool Exchange = false; member 144 bool Exchange = false) { in AddMulPair() 635 Instruction *InsertAfter) { in InsertParallelMACs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 65 bool Exchange = false; member 143 bool Exchange = false) { in AddMulPair() 630 Instruction *InsertAfter) { in InsertParallelMACs()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_state.h | 285 Exchange(const ::grpc::ByteBuffer& request_buf, protobuf::Message* response, in Exchange() function
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.h | 272 #define InterlockedCompareExchange(Dest, Exchange, Comparand) \ argument
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 300 auto *Exchange = CGF.EmitScalarExpr(E->getArg(1)); in EmitAtomicCmpXchgForMSIntrin() local 357 llvm::Value *Exchange = CGF.Builder.CreateOr(ExchangeHigh, ExchangeLow); in EmitAtomicCmpXchg128ForMSIntrin() local 4132 llvm::Value *Exchange = EmitScalarExpr(E->getArg(1)); in EmitBuiltinExpr() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 1924 llvm::Value *Exchange = EmitScalarExpr(E->getArg(1)); in EmitBuiltinExpr() local
|