/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_bank_conflicts.cpp | 29 * a way that minimizes the number of GRF bank conflicts incurred by ternary 32 * Unfortunately there is close to no information about bank conflicts in the 65 * all platforms that care about bank conflicts, so this path should almost 480 * possibly incur bank conflicts. 611 * cycle-count cost of bank conflicts incurred throughout the whole program 615 * cost of all bank conflicts involving any given atom r can be readily 632 weight_vector_type *conflicts = new weight_vector_type[p.num_atoms()]; in shader_conflict_weight_matrix() local 634 conflicts[r] = weight_vector_type(2 * p.num_atoms()); in shader_conflict_weight_matrix() 664 /* Neglect same-atom conflicts (since they're either trivial or in shader_conflict_weight_matrix() 665 * impossible to avoid without splitting the atom), and conflicts in shader_conflict_weight_matrix() 703 have_any_conflicts(const partitioning &p, const weight_vector_type *conflicts) have_any_conflicts() argument 735 delta_conflicts(const weight_vector_type &bank_mask_p, const weight_vector_type &bank_mask_n, const weight_vector_type &conflicts) delta_conflicts() argument 843 optimize_reg_permutation(const partitioning &p, const bool *constrained, const weight_vector_type *conflicts, permutation map) optimize_reg_permutation() argument 920 const weight_vector_type *conflicts = opt_bank_conflicts() local [all...] |
/third_party/rust/crates/clap/src/parser/ |
H A D | validator.rs | 30 let conflicts = Conflicts::with_args(self.cmd, matcher); 83 ok!(self.validate_conflicts(matcher, &conflicts)); 85 ok!(self.validate_required(matcher, &conflicts)); 94 conflicts: &Conflicts, in validate_conflicts() 106 let conflicts = conflicts.gather_conflicts(self.cmd, arg_id); in validate_conflicts() 107 ok!(self.build_conflict_err(arg_id, &conflicts, matcher)); in validate_conflicts() 164 let conflicts = conflict_ids in build_conflict_err() 186 conflicts, in build_conflict_err() 245 fn validate_required(&mut self, matcher: &ArgMatcher, conflicts 484 let mut conflicts = Vec::new(); gather_conflicts() variables [all...] |
/third_party/mesa3d/src/util/ |
H A D | register_allocate.c | 101 regs->regs[i].conflicts = rzalloc_array(regs->regs, BITSET_WORD, in ra_alloc_reg_set() 103 BITSET_SET(regs->regs[i].conflicts, i); in ra_alloc_reg_set() 138 BITSET_SET(reg1->conflicts, r2); in ra_add_conflict_list() 144 if (!BITSET_TEST(regs->regs[r1].conflicts, r2)) { in ra_add_reg_conflict() 152 * anything that base_reg conflicts with. 171 * Set up conflicts between base_reg and it's two half registers reg0 and 172 * reg1, but take care to not add conflicts between reg0 and reg1. 195 * every register that conflicts with r will now conflict with every other 208 BITSET_FOREACH_SET(c, reg->conflicts, regs->count) { in ra_make_reg_conflicts_transitive() 212 other->conflicts[ in ra_make_reg_conflicts_transitive() 336 unsigned int conflicts = 0; ra_set_finalize() local 361 int conflicts = 0; ra_set_finalize() local [all...] |
H A D | register_allocate_internal.h | 42 BITSET_WORD *conflicts; member
|
H A D | register_allocate.h | 73 void ra_set_finalize(struct ra_regs *regs, unsigned int **conflicts);
|
/third_party/rust/crates/clap/src/builder/ |
H A D | arg_group.rs | 91 pub(crate) conflicts: Vec<Id>, 436 /// // because we used an arg from the group, and the group conflicts with "-d", it's an error 445 self.conflicts.push(id); in conflicts_with() 447 self.conflicts.clear(); in conflicts_with() 480 /// // because we used an arg from the group, and the group conflicts with either "-v" or "-d" 542 assert_eq!(g.conflicts, confs); in groups() 566 assert_eq!(g2.conflicts, confs); in test_from()
|
/third_party/rust/crates/clap/clap_complete_fig/src/ |
H A D | fig.rs | 212 let conflicts = arg_conflicts(cmd, option); in gen_options() 214 if !conflicts.is_empty() { in gen_options() 223 for conflict in conflicts { in gen_options() 311 let conflicts = arg_conflicts(cmd, &flag); in gen_options() 313 if !conflicts.is_empty() { in gen_options() 322 for conflict in conflicts { in gen_options()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | regalloc.c | 31 BITSET_WORD *conflicts; member 156 if (BITSET_TEST(a->conflicts, j)) in add_interference() 159 BITSET_SET(a->conflicts, j); in add_interference() 160 BITSET_SET(b->conflicts, i); in add_interference() 611 ctx.registers[i].conflicts = rzalloc_array(ctx.mem_ctx, BITSET_WORD, in gpir_regalloc_prog()
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | main.rs | 14 mod conflicts; modules
|
/third_party/cups-filters/cupsfilters/ |
H A D | ppdgenerator.h | 69 cups_array_t* conflicts,
|
H A D | ppdgenerator.c | 1576 cups_array_t *conflicts, /* I - Array of constraints */ in ppdCreateFromIPP2() 4247 if (conflicts != NULL) { in ppdCreateFromIPP2() 4249 for (constraint = (char *)cupsArrayFirst(conflicts); constraint; in ppdCreateFromIPP2() 4250 constraint = (char *)cupsArrayNext(conflicts)) { in ppdCreateFromIPP2() 1563 ppdCreateFromIPP2(char *buffer, size_t bufsize, ipp_t *response, const char *make_model, const char *pdl, int color, int duplex, cups_array_t *conflicts, cups_array_t *sizes, char* default_pagesize, const char *default_cluster_color) ppdCreateFromIPP2() argument
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | option.js | 76 * new Option('--rgb').conflicts('cmyk'); 77 * new Option('--js').conflicts(['ts', 'jsx']); 83 conflicts(names) {
|
/third_party/python/PCbuild/ |
H A D | env.bat | 5 rem tools should be the same version to avoid potential conflicts.
|
/third_party/node/deps/npm/node_modules/@npmcli/map-workspaces/lib/ |
H A D | index.js | 158 `package '${packageName}' has conflicts in the following paths:`
|
/third_party/python/Lib/test/test_importlib/ |
H A D | util.py | 153 conflicts = [n for n in sys.modules if n.partition('.')[0] == name] 155 with uncache(name, *conflicts):
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_cp.c | 424 conflicts(instr->address, reg->def->instr->address)) in reg_cp()
|
H A D | ir3.h | 1251 conflicts(struct ir3_register *a, struct ir3_register *b) in conflicts() function
|
/third_party/python/Lib/distutils/command/ |
H A D | bdist_rpm.py | 72 ('conflicts=', None, 168 self.conflicts = None 250 self.ensure_string_list('conflicts')
|
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 2739 /* generate_cluster_conflicts - Function generates conflicts for the cluster*/ 2752 /* Cups Array to store the conflicts*/ in generate_cluster_conflicts() 7682 cups_array_t *conflicts = NULL; in update_cups_queues() local 8189 conflicts = NULL; in update_cups_queues() 8219 conflicts = generate_cluster_conflicts(p->queue_name, in update_cups_queues() 8239 pdl, color, duplex, conflicts, sizes, in update_cups_queues() 8267 if (conflicts != NULL) { in update_cups_queues() 8268 cupsArrayDelete(conflicts); in update_cups_queues() 8269 conflicts = NULL; in update_cups_queues() 8529 conflicts in update_cups_queues() [all...] |
/third_party/python/Lib/ |
H A D | argparse.py | 1481 # resolve any conflicts 1616 # resolve any conflicts 1730 - conflict_handler -- String indicating how to handle conflicts 1924 conflicts = action_conflicts.setdefault(mutex_action, []) 1925 conflicts.extend(group_actions[:i]) 1926 conflicts.extend(group_actions[i + 1:])
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | node.js | 1334 throw Object.assign(new Error(`Override for ${edge.name}@${edge.rawSpec} conflicts with direct dependency`), { code: 'EOVERRIDE' })
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | compile-i386.c | 214 #define REGINFO(nr, str, conflicts...) [nr] = { .name = str, .aliases = { nr , conflicts } } 292 fprintf(stderr, " conflicts with %s\n", reg_info_table[regno].name); in get_hardreg()
|