Searched defs:AtomicStore (Results 1 – 2 of 2) sorted by relevance
1304 AtomicSDNode *AtomicStore = dyn_cast<AtomicSDNode>(ST); in tryStore() local
14969 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED) macro14973 # define AtomicStore(PTR,VAL) (*(PTR) = (VAL)) macro