Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dupdate_mir_test_checks.py34 VREG_RE = re.compile(r'(%[0-9]+)(?::[a-z0-9_]+)?(?:\([<>a-z0-9 ]+\))?') variable
37 r'= (?P<opcode>[A-Zt][A-Za-z0-9_]+)'.format(VREG_RE.pattern))
241 for vreg in VREG_RE.finditer(m.group('vregs')):