Searched refs:ParseScopeAndOrdering (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 227 bool ParseScopeAndOrdering(bool isAtomic, SynchronizationScope &Scope,
|
D | LLParser.cpp | 1591 bool LLParser::ParseScopeAndOrdering(bool isAtomic, SynchronizationScope &Scope, in ParseScopeAndOrdering() function in LLParser 5305 ParseScopeAndOrdering(isAtomic, Scope, Ordering) || in ParseLoad() 5351 ParseScopeAndOrdering(isAtomic, Scope, Ordering) || in ParseStore() 5393 ParseScopeAndOrdering(true /*Always atomic*/, Scope, SuccessOrdering) || in ParseCmpXchg() 5457 ParseScopeAndOrdering(true /*Always atomic*/, Scope, Ordering)) in ParseAtomicRMW() 5485 if (ParseScopeAndOrdering(true /*Always atomic*/, Scope, Ordering)) in ParseFence()
|