OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filecheck_cmd
(Results
1 - 8
of
8
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
update_llc_test_checks.py
80
filecheck_cmd
= ''
82
filecheck_cmd
= commands[1]
87
if not
filecheck_cmd
.startswith('FileCheck '):
94
check_prefixes = [item for m in common.CHECK_PREFIX_RE.finditer(
filecheck_cmd
)
update_analyze_test_checks.py
94
(tool_cmd,
filecheck_cmd
) = tuple([cmd.strip() for cmd in l.split('|', 1)])
100
if not
filecheck_cmd
.startswith('FileCheck '):
107
check_prefixes = [item for m in common.CHECK_PREFIX_RE.finditer(
filecheck_cmd
)
update_test_checks.py
94
(tool_cmd,
filecheck_cmd
) = tuple([cmd.strip() for cmd in l.split('|', 1)])
100
if not
filecheck_cmd
.startswith('FileCheck '):
107
check_prefixes = [item for m in common.CHECK_PREFIX_RE.finditer(
filecheck_cmd
)
update_cc_test_checks.py
170
filecheck_cmd
= commands[-1]
171
if not
filecheck_cmd
.startswith('FileCheck '):
174
check_prefixes = [item for m in common.CHECK_PREFIX_RE.finditer(
filecheck_cmd
)
update_mca_test_checks.py
113
(tool_cmd,
filecheck_cmd
) = tuple([cmd.strip()
125
if not
filecheck_cmd
.startswith('FileCheck '):
133
for m in common.CHECK_PREFIX_RE.finditer(
filecheck_cmd
)
update_mir_test_checks.py
121
filecheck_cmd
= commands[1] if len(commands) > 1 else ''
126
if not
filecheck_cmd
.startswith('FileCheck '):
145
for m in common.CHECK_PREFIX_RE.finditer(
filecheck_cmd
)
/external/llvm/utils/
update_llc_test_checks.py
167
(llc_cmd,
filecheck_cmd
) = tuple([cmd.strip() for cmd in l.split('|', 1)])
172
if not
filecheck_cmd
.startswith('FileCheck '):
180
for m in CHECK_PREFIX_RE.finditer(
filecheck_cmd
)]
update_test_checks.py
304
(tool_cmd,
filecheck_cmd
) = tuple([cmd.strip() for cmd in l.split('|', 1)])
310
if not
filecheck_cmd
.startswith('FileCheck '):
318
for m in CHECK_PREFIX_RE.finditer(
filecheck_cmd
)]
Completed in 189 milliseconds