Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp121 void expandAtomicCASToLibcall(AtomicCmpXchgInst *I);
218 expandAtomicCASToLibcall(CASI); in runOnFunction()
1588 void AtomicExpand::expandAtomicCASToLibcall(AtomicCmpXchgInst *I) { in expandAtomicCASToLibcall() function in AtomicExpand
1692 expandAtomicCASToLibcall(Pair); in expandAtomicRMWToLibcall()