OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHECK_PREFIX_RE
(Results
1 - 9
of
9
) sorted by null
/external/llvm/utils/
update_llc_test_checks.py
49
CHECK_PREFIX_RE
= re.compile('--check-prefix=(\S+)')
180
for m in
CHECK_PREFIX_RE
.finditer(filecheck_cmd)]
update_test_checks.py
69
CHECK_PREFIX_RE
= re.compile('--check-prefix=(\S+)')
318
for m in
CHECK_PREFIX_RE
.finditer(filecheck_cmd)]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
update_analyze_test_checks.py
107
check_prefixes = [item for m in common.
CHECK_PREFIX_RE
.finditer(filecheck_cmd)
update_llc_test_checks.py
94
check_prefixes = [item for m in common.
CHECK_PREFIX_RE
.finditer(filecheck_cmd)
update_test_checks.py
107
check_prefixes = [item for m in common.
CHECK_PREFIX_RE
.finditer(filecheck_cmd)
update_cc_test_checks.py
174
check_prefixes = [item for m in common.
CHECK_PREFIX_RE
.finditer(filecheck_cmd)
update_mca_test_checks.py
133
for m in common.
CHECK_PREFIX_RE
.finditer(filecheck_cmd)
update_mir_test_checks.py
145
for m in common.
CHECK_PREFIX_RE
.finditer(filecheck_cmd)
/external/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/
common.py
49
CHECK_PREFIX_RE
= re.compile('--?check-prefix(?:es)?[= ](\S+)')
Completed in 2822 milliseconds