Home
last modified time | relevance | path

Searched defs:CmpXChg (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceMemoryOperations.cpp29 } else if (AtomicCmpXchgInst *CmpXChg = dyn_cast<AtomicCmpXchgInst>(&I)) { in removeVolatileInFunction() local
59 } else if (AtomicCmpXchgInst *CmpXChg = dyn_cast<AtomicCmpXchgInst>(&I)) { in reduceAtomicSyncScopesInFunction() local
92 } else if (AtomicCmpXchgInst *CmpXChg = dyn_cast<AtomicCmpXchgInst>(&I)) { in reduceAtomicOrderingInFunction() local
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h258 CmpXChg, // Expand the instruction into cmpxchg; used by at least X86. enumerator