Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp85 void expandAtomicOpToLLSC(
402 expandAtomicOpToLLSC( in tryExpandAtomicLoad()
558 expandAtomicOpToLLSC(AI, AI->getType(), AI->getPointerOperand(), in tryExpandAtomicRMW()
910 void AtomicExpand::expandAtomicOpToLLSC( in expandAtomicOpToLLSC() function in AtomicExpand