Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp199 static bool atomicSizeSupported(const TargetLowering *TLI, Inst *I) { in atomicSizeSupported() function
231 if (!atomicSizeSupported(TLI, LI)) { in run()
237 if (!atomicSizeSupported(TLI, SI)) { in run()
243 if (!atomicSizeSupported(TLI, RMWI)) { in run()
249 if (!atomicSizeSupported(TLI, CASI)) { in run()