Home
last modified time | relevance | path

Searched refs:expandAtomicCASToLibcall (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp116 void expandAtomicCASToLibcall(AtomicCmpXchgInst *I);
247 expandAtomicCASToLibcall(CASI); in runOnFunction()
1469 void AtomicExpand::expandAtomicCASToLibcall(AtomicCmpXchgInst *I) { in expandAtomicCASToLibcall() function in AtomicExpand
1571 expandAtomicCASToLibcall(Pair); in expandAtomicRMWToLibcall()