Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/
Dupdate_mir_test_checks.py35 VREG_RE = re.compile(r'(%[0-9]+)(?::[a-z0-9_]+)?(?:\([<>a-z0-9 ]+\))?') variable
41 r'{1}(?P<opcode>[A-Zt][A-Za-z0-9_]+)'.format(VREG_RE.pattern, MI_FLAGS_STR))
230 for vreg in VREG_RE.finditer(m.group('vregs')):