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.cpp21342 bool has64BitAtomicStore; in shouldExpandAtomicStoreInIR() local
21344 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()