Home
last modified time | relevance | path

Searched refs:parseScope (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h312 bool parseScope(SyncScope::ID &SSID);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1606 ParseStatus parseScope(OperandVector &Operands, int64_t &Scope);
6310 ResScope = parseScope(Operands, Scope); in parseCPol()
6365 ParseStatus AMDGPUAsmParser::parseScope(OperandVector &Operands, in parseScope() function in AMDGPUAsmParser
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2649 return parseScope(SSID) || parseOrdering(Ordering); in parseScopeAndOrdering()
2656 bool LLParser::parseScope(SyncScope::ID &SSID) { in parseScope() function in LLParser