Home
last modified time | relevance | path

Searched refs:ParseScopeAndOrdering (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.h241 bool ParseScopeAndOrdering(bool isAtomic, SynchronizationScope &Scope,
DLLParser.cpp1715 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()