Searched defs:writeAtomic (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DAsmWriter.cpp2029 void writeAtomic(AtomicOrdering Ordering, SynchronizationScope SynchScope);
2096 void AssemblyWriter::writeAtomic(AtomicOrdering Ordering, function in class:AssemblyWriter
3094 writeAtomic(LI->getOrdering(), LI->getSynchScope());
3099 writeAtomic(SI->getOrdering(), SI->getSynchScope());
3106 writeAtomic(RMWI->getOrdering(), RMWI->getSynchScope());
3108 writeAtomic(FI->getOrdering(), FI->getSynchScope());

Completed in 90 milliseconds