Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp93 void expandAtomicRMWToMaskedIntrinsic(AtomicRMWInst *AI);
656 expandAtomicRMWToMaskedIntrinsic(AI); in tryExpandAtomicRMW()
1145 void AtomicExpandImpl::expandAtomicRMWToMaskedIntrinsic(AtomicRMWInst *AI) { in expandAtomicRMWToMaskedIntrinsic() function in AtomicExpandImpl