Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp91 void expandAtomicOpToLLSC(
422 expandAtomicOpToLLSC( in tryExpandAtomicLoad()
581 expandAtomicOpToLLSC(AI, AI->getType(), AI->getPointerOperand(), in tryExpandAtomicRMW()
1050 void AtomicExpand::expandAtomicOpToLLSC( in expandAtomicOpToLLSC() function in AtomicExpand