Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dupdate_llc_test_checks.py76 m = common.TRIPLE_ARG_RE.search(llc_cmd)
Dupdate_cc_test_checks.py157 m = common.TRIPLE_ARG_RE.search(commands[0])
Dupdate_mir_test_checks.py132 m = common.TRIPLE_ARG_RE.search(llc_cmd)
/external/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/
Dcommon.py64 TRIPLE_ARG_RE = re.compile(r'-mtriple[= ]([^ ]+)') variable