HomeSort by relevance Sort by last modified time
    Searched refs:CHECK_RE (Results 1 - 9 of 9) sorted by null

  /external/llvm/utils/
update_llc_test_checks.py 50 CHECK_RE = re.compile(r'^\s*;\s*([^:]+?)(?:-NEXT|-NOT|-DAG|-LABEL)?:')
131 m = CHECK_RE.match(input_line)
213 m = CHECK_RE.match(input_line)
update_test_checks.py 70 CHECK_RE = re.compile(r'^\s*;\s*([^:]+?)(?:-NEXT|-NOT|-DAG|-LABEL)?:')
263 m = CHECK_RE.match(input_line)
351 m = CHECK_RE.match(input_line)
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/
common.py 24 m = CHECK_RE.match(input_line)
50 CHECK_RE = re.compile(r'^\s*[;#]\s*([^:]+?)(?:-NEXT|-NOT|-DAG|-LABEL)?:')
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/
update_cc_test_checks.py 31 CHECK_RE = re.compile(r'^\s*//\s*([^:]+?)(?:-NEXT|-NOT|-DAG|-LABEL)?:')
185 m = CHECK_RE.match(line)
update_analyze_test_checks.py 146 m = common.CHECK_RE.match(input_line)
update_llc_test_checks.py 134 m = common.CHECK_RE.match(input_line)
update_test_checks.py 143 m = common.CHECK_RE.match(input_line)
update_mca_test_checks.py 390 m = common.CHECK_RE.match(input_line)
update_mir_test_checks.py 287 m = common.CHECK_RE.match(input_line)

Completed in 260 milliseconds