Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6535 ParseStatus ResScope = ParseStatus::NoMatch; in parseCPol() local
6549 if (ResScope.isNoMatch()) { in parseCPol()
6551 ResScope = parseScope(Operands, Scope); in parseCPol()
6552 if (ResScope.isFailure()) in parseCPol()
6553 return ResScope; in parseCPol()
6554 if (ResScope.isSuccess()) { in parseCPol()
6563 if (ResTH.isNoMatch() && ResScope.isNoMatch()) in parseCPol()