Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6294 ParseStatus ResScope = ParseStatus::NoMatch; in parseCPol() local
6308 if (ResScope.isNoMatch()) { in parseCPol()
6310 ResScope = parseScope(Operands, Scope); in parseCPol()
6311 if (ResScope.isFailure()) in parseCPol()
6312 return ResScope; in parseCPol()
6313 if (ResScope.isSuccess()) { in parseCPol()
6322 if (ResTH.isNoMatch() && ResScope.isNoMatch()) in parseCPol()