Home
last modified time | relevance | path

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

/external/llvm/utils/
Dupdate_llc_test_checks.py42 RUN_LINE_RE = re.compile('^\s*;\s*RUN:\s*(.*)$') variable
159 for m in [RUN_LINE_RE.match(l) for l in input_lines] if m]
Dupdate_test_checks.py58 RUN_LINE_RE = re.compile('^\s*;\s*RUN:\s*(.*)$') variable
296 for m in [RUN_LINE_RE.match(l) for l in input_lines] if m]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dupdate_cc_test_checks.py32 RUN_LINE_RE = re.compile('^//\s*RUN:\s*(.*)$') variable
137 for m in [RUN_LINE_RE.match(l) for l in input_lines] if m]
Dupdate_test_checks.py79 for m in [common.RUN_LINE_RE.match(l) for l in input_lines] if m]
Dupdate_llc_test_checks.py57 for m in [common.RUN_LINE_RE.match(l) for l in input_lines] if m]
Dupdate_analyze_test_checks.py79 for m in [common.RUN_LINE_RE.match(l) for l in input_lines] if m]
Dupdate_mca_test_checks.py91 for m in [common.RUN_LINE_RE.match(l) for l in input_lines]
Dupdate_mir_test_checks.py101 for m in [common.RUN_LINE_RE.match(l) for l in lines] if m]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/
Dcommon.py48 RUN_LINE_RE = re.compile('^\s*[;#]\s*RUN:\s*(.*)$') variable