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.cpp243 static bool atomicSizeSupported(const TargetLowering *TLI, Inst *I) { in atomicSizeSupported() function
263 if (!atomicSizeSupported(TLI, LI)) { in processAtomicInstr()
277 if (!atomicSizeSupported(TLI, SI)) { in processAtomicInstr()
288 if (!atomicSizeSupported(TLI, RMWI)) { in processAtomicInstr()
299 if (!atomicSizeSupported(TLI, CASI)) { in processAtomicInstr()