Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21272 bool has64BitAtomicStore; in shouldExpandAtomicStoreInIR() local
21274 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()