Searched refs:check_prefix (Results 1 – 4 of 4) sorted by relevance
288 check_prefix = filecheckparser.parse_known_args(filecheck)[0].check_prefix291 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 …]
647 self.check_prefix = check_prefix673 return self.ir_prefix, self.check_prefix674 return self.global_ir_prefix, self.check_prefix686 def get_value_name(self, var: str, check_prefix: str):698 var = check_prefix + var711 varname = self.get_value_name(var, self.check_prefix)726 var_prefix = self.check_prefix822 return check_prefix and re.match(r'^' + check_prefix + r'[0-9]+?$', var, re.IGNORECASE)1128 def check_prefix(prefix): function1142 check_prefix(prefix)[all …]
121 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: '
3356 const char *check_prefix; member3377 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() local3951 check_prefix = 0; in index_file()3990 const char *check_prefix; in index_tu() local3995 check_prefix = 0; in index_tu()4020 const char *check_prefix; in index_compile_db() local[all …]