Searched refs:ParseScopeAndOrdering (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 241 bool ParseScopeAndOrdering(bool isAtomic, SynchronizationScope &Scope,
|
D | LLParser.cpp | 1715 bool LLParser::ParseScopeAndOrdering(bool isAtomic, SynchronizationScope &Scope, in ParseScopeAndOrdering() function in LLParser 5802 ParseScopeAndOrdering(isAtomic, Scope, Ordering) || in ParseLoad() 5848 ParseScopeAndOrdering(isAtomic, Scope, Ordering) || in ParseStore() 5890 ParseScopeAndOrdering(true /*Always atomic*/, Scope, SuccessOrdering) || in ParseCmpXchg() 5954 ParseScopeAndOrdering(true /*Always atomic*/, Scope, Ordering)) in ParseAtomicRMW() 5982 if (ParseScopeAndOrdering(true /*Always atomic*/, Scope, Ordering)) in ParseFence()
|