Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp122 void expandAtomicCASToLibcall(AtomicCmpXchgInst *I);
231 expandAtomicCASToLibcall(CASI); in runOnFunction()
1630 void AtomicExpand::expandAtomicCASToLibcall(AtomicCmpXchgInst *I) { in expandAtomicCASToLibcall() function in AtomicExpand
1736 expandAtomicCASToLibcall(Pair); in expandAtomicRMWToLibcall()