Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp175 static bool atomicSizeSupported(const TargetLowering *TLI, Inst *I) { in atomicSizeSupported() function
212 if (!atomicSizeSupported(TLI, LI)) { in runOnFunction()
218 if (!atomicSizeSupported(TLI, SI)) { in runOnFunction()
224 if (!atomicSizeSupported(TLI, RMWI)) { in runOnFunction()
230 if (!atomicSizeSupported(TLI, CASI)) { in runOnFunction()