Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp164 static bool atomicSizeSupported(const TargetLowering *TLI, Inst *I) { in atomicSizeSupported() function
199 if (!atomicSizeSupported(TLI, LI)) { in runOnFunction()
205 if (!atomicSizeSupported(TLI, SI)) { in runOnFunction()
211 if (!atomicSizeSupported(TLI, RMWI)) { in runOnFunction()
217 if (!atomicSizeSupported(TLI, CASI)) { in runOnFunction()