Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/
H A Dupdate_analyze_test_checks.py143 m = common.CHECK_RE.match(input_line)
H A Dupdate_llc_test_checks.py186 m = common.CHECK_RE.match(input_line)
H A Dupdate_test_checks.py170 m = common.CHECK_RE.match(input_line)
H A Dupdate_cc_test_checks.py371 m = common.CHECK_RE.match(line)
H A Dupdate_mca_test_checks.py446 m = common.CHECK_RE.match(input_line)
H A Dupdate_mir_test_checks.py292 m = common.CHECK_RE.match(input_line)
/llvm-project-15.0.7/llvm/utils/UpdateTestChecks/
H A Dcommon.py261 m = CHECK_RE.match(input_line)
322 CHECK_RE = re.compile(r'^\s*(?://|[;#])\s*([^:]+?)(?:-NEXT|-NOT|-DAG|-LABEL|-SAME|-EMPTY)?:') variable
1231 m = CHECK_RE.match(line)