Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/
Dupdate_llc_test_checks.py63 m = common.TRIPLE_ARG_RE.search(llc_cmd)
Dupdate_cc_test_checks.py221 m = common.TRIPLE_ARG_RE.search(commands[0])
Dupdate_mir_test_checks.py121 m = common.TRIPLE_ARG_RE.search(llc_cmd)
/external/llvm-project/llvm/utils/UpdateTestChecks/
Dcommon.py167 TRIPLE_ARG_RE = re.compile(r'-mtriple[= ]([^ ]+)') variable