Searched refs:parseScope (Results 1 – 3 of 3) sorted by relevance
321 bool parseScope(SyncScope::ID &SSID);
1617 ParseStatus parseScope(OperandVector &Operands, int64_t &Scope);6551 ResScope = parseScope(Operands, Scope); in parseCPol()6606 ParseStatus AMDGPUAsmParser::parseScope(OperandVector &Operands, in parseScope() function in AMDGPUAsmParser
2761 return parseScope(SSID) || parseOrdering(Ordering); in parseScopeAndOrdering()2768 bool LLParser::parseScope(SyncScope::ID &SSID) { in parseScope() function in LLParser