Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDAtomicExpandPass.cpp91 AtomicRMWInst *widenPartwordAtomicRMW(AtomicRMWInst *AI);
321 RMWI = widenPartwordAtomicRMW(RMWI); in runOnFunction()
776 AtomicRMWInst *AtomicExpand::widenPartwordAtomicRMW(AtomicRMWInst *AI) { in widenPartwordAtomicRMW() function in AtomicExpand