Searched refs:has64BitAtomicStore (Results 1 – 1 of 1) sorted by relevance
21272 bool has64BitAtomicStore; in shouldExpandAtomicStoreInIR() local21274 has64BitAtomicStore = false; in shouldExpandAtomicStoreInIR()21276 has64BitAtomicStore = Subtarget->hasV7Ops(); in shouldExpandAtomicStoreInIR()21278 has64BitAtomicStore = Subtarget->hasV6Ops(); in shouldExpandAtomicStoreInIR()21281 return Size == 64 && has64BitAtomicStore ? AtomicExpansionKind::Expand in shouldExpandAtomicStoreInIR()