Home
last modified time | relevance | path

Searched defs:Comparand (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dms-intrinsics.c225 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 DPPCInstrInfo.cpp4597 int64_t Comparand = MI.getOperand(2).getImm(); simplifyToLI() local
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp361 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