Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/test/
H A Dupdate_check.py288 check_prefix = filecheckparser.parse_known_args(filecheck)[0].check_prefix
291 if check_prefix in checkprefixes:
293 checkprefixes.append(check_prefix)
329 if parts[0] == check_prefix:
363 checklines.append('; ' + check_prefix + '-LABEL: ' + line)
365 checklines.append('; ' + check_prefix + ': ' + line)
367 checklines.append('; ' + check_prefix + ': ' + line)
370 checklines.append('; ' + check_prefix + '-LABEL: ' + line)
372 checklines.append('; ' + check_prefix + ': ' + line)
377 checklines.append('; ' + check_prefix + ': ' + line)
[all …]
/llvm-project-15.0.7/llvm/utils/UpdateTestChecks/
H A Dcommon.py647 self.check_prefix = check_prefix
673 return self.ir_prefix, self.check_prefix
674 return self.global_ir_prefix, self.check_prefix
686 def get_value_name(self, var: str, check_prefix: str):
698 var = check_prefix + var
711 varname = self.get_value_name(var, self.check_prefix)
726 var_prefix = self.check_prefix
822 return check_prefix and re.match(r'^' + check_prefix + r'[0-9]+?$', var, re.IGNORECASE)
1128 def check_prefix(prefix): function
1142 check_prefix(prefix)
[all …]
/llvm-project-15.0.7/mlir/utils/
H A Dgenerate-test-checks.py121 if line.find(args.check_prefix) != -1:
243 output_line = '// ' + args.check_prefix + ': '
256 output_line = '// ' + args.check_prefix + '-LABEL: ' + ssa_split[0] + '\n'
260 output_line += '// ' + args.check_prefix + '-SAME: '
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3356 const char *check_prefix; member
3377 if (data->check_prefix) { in printCheck()
3379 printf("// %s-NEXT: ", data->check_prefix); in printCheck()
3884 index_data.check_prefix = check_prefix; in index_compile_args()
3922 index_data.check_prefix = check_prefix; in index_ast_file()
3945 const char *check_prefix; in index_file() local
3951 check_prefix = 0; in index_file()
3990 const char *check_prefix; in index_tu() local
3995 check_prefix = 0; in index_tu()
4020 const char *check_prefix; in index_compile_db() local
[all …]