Home | History | Annotate | Download | only in AsmParser

Lines Matching full:fence

4250 ///   ::= 'fence' 'singlethread'? AtomicOrdering
4258 return TokError("fence cannot be unordered");
4260 return TokError("fence cannot be monotonic");