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.cpp6918 ParseStatus ResScope = ParseStatus::NoMatch; in parseCPol() local
6932 if (ResScope.isNoMatch()) { in parseCPol()
6934 ResScope = parseScope(Operands, Scope); in parseCPol()
6935 if (ResScope.isFailure()) in parseCPol()
6936 return ResScope; in parseCPol()
6937 if (ResScope.isSuccess()) { in parseCPol()
6946 if (ResTH.isNoMatch() && ResScope.isNoMatch()) in parseCPol()