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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp159 static bool atomicSizeSupported(const TargetLowering *TLI, Inst *I) { function
196 if (!atomicSizeSupported(TLI, LI)) {
202 if (!atomicSizeSupported(TLI, SI)) {
208 if (!atomicSizeSupported(TLI, RMWI)) {
214 if (!atomicSizeSupported(TLI, CASI)) {

Completed in 134 milliseconds