Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp160 static bool atomicSizeSupported(const TargetLowering *TLI, Inst *I) { in atomicSizeSupported() function
197 if (!atomicSizeSupported(TLI, LI)) { in runOnFunction()
203 if (!atomicSizeSupported(TLI, SI)) { in runOnFunction()
209 if (!atomicSizeSupported(TLI, RMWI)) { in runOnFunction()
215 if (!atomicSizeSupported(TLI, CASI)) { in runOnFunction()