Searched defs:Comparand (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/test/CodeGen/ |
H A D | ms-intrinsics.c | 225 test_InterlockedCompareExchangePointer(void * volatile * Destination,void * Exchange,void * Comparand) test_InterlockedCompareExchangePointer() argument 239 test_InterlockedCompareExchangePointer_nf(void * volatile * Destination,void * Exchange,void * Comparand) test_InterlockedCompareExchangePointer_nf() argument 633 test_InterlockedCompareExchange_HLEAcquire(long volatile * Destination,long Exchange,long Comparand) test_InterlockedCompareExchange_HLEAcquire() argument 639 test_InterlockedCompareExchange_HLERelease(long volatile * Destination,long Exchange,long Comparand) test_InterlockedCompareExchange_HLERelease() argument 657 test_InterlockedCompareExchange64_HLEAcquire(__int64 volatile * Destination,__int64 Exchange,__int64 Comparand) test_InterlockedCompareExchange64_HLEAcquire() argument 663 test_InterlockedCompareExchange64_HLERelease(__int64 volatile * Destination,__int64 Exchange,__int64 Comparand) test_InterlockedCompareExchange64_HLERelease() argument [all...] |
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 4597 int64_t Comparand = MI.getOperand(2).getImm(); simplifyToLI() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 361 auto *Comparand = CGF.EmitScalarExpr(E->getArg(2)); EmitAtomicCmpXchgForMSIntrin() local 424 llvm::Value *Comparand = CGF.Builder.CreateLoad(ComparandAddr); EmitAtomicCmpXchg128ForMSIntrin() local 5220 llvm::Value *Comparand = EmitBuiltinExpr() local
|