Home
last modified time | relevance | path

Searched refs:TRIPLE_IR_RE (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/utils/
Dupdate_llc_test_checks.py47 m = common.TRIPLE_IR_RE.match(l)
Dupdate_mir_test_checks.py93 m = common.TRIPLE_IR_RE.match(l)
/external/llvm-project/llvm/utils/UpdateTestChecks/
Dcommon.py166 TRIPLE_IR_RE = re.compile(r'^\s*target\s+triple\s*=\s*"([^"]+)"$') variable