Searched refs:parseScope (Results 1 – 3 of 3) sorted by relevance
324 bool parseScope(SyncScope::ID &SSID);
1681 ParseStatus parseScope(OperandVector &Operands, int64_t &Scope);6934 ResScope = parseScope(Operands, Scope); in parseCPol()6989 ParseStatus AMDGPUAsmParser::parseScope(OperandVector &Operands, in parseScope() function in AMDGPUAsmParser
2791 return parseScope(SSID) || parseOrdering(Ordering); in parseScopeAndOrdering()2798 bool LLParser::parseScope(SyncScope::ID &SSID) { in parseScope() function in LLParser