Searched refs:has64BitAtomicStore (Results 1 – 1 of 1) sorted by relevance
21342 bool has64BitAtomicStore; in shouldExpandAtomicStoreInIR() local21344 has64BitAtomicStore = false; in shouldExpandAtomicStoreInIR()21346 has64BitAtomicStore = Subtarget->hasV7Ops(); in shouldExpandAtomicStoreInIR()21348 has64BitAtomicStore = Subtarget->hasV6Ops(); in shouldExpandAtomicStoreInIR()21351 return Size == 64 && has64BitAtomicStore ? AtomicExpansionKind::Expand in shouldExpandAtomicStoreInIR()