Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp60 bool expandAtomicOpToLLSC(
240 return expandAtomicOpToLLSC( in tryExpandAtomicLoad()
384 return expandAtomicOpToLLSC(AI, AI->getPointerOperand(), AI->getOrdering(), in tryExpandAtomicRMW()
397 bool AtomicExpand::expandAtomicOpToLLSC( in expandAtomicOpToLLSC() function in AtomicExpand