Home
last modified time | relevance | path

Searched refs:conflicting (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra.c810 /* Try to evict any registers conflicting with the proposed spot "physreg" for
833 /* Iterate over each range conflicting with physreg */ in try_evict_regs()
834 for (struct ra_interval *conflicting = ra_file_search_right(file, physreg), in try_evict_regs()
835 *next = ra_interval_next_or_null(conflicting); in try_evict_regs()
836 conflicting != NULL && in try_evict_regs()
837 conflicting->physreg_start < physreg + reg_size(reg); in try_evict_regs()
838 conflicting = next, next = ra_interval_next_or_null(next)) { in try_evict_regs()
839 if (!is_early_clobber(reg) && !is_source && conflicting->is_killed) in try_evict_regs()
842 if (conflicting->frozen) { in try_evict_regs()
848 reg_file_size(file, conflicting in try_evict_regs()
[all...]
/third_party/mesa3d/src/util/
H A Dregister_allocate.c196 * register conflicting with r.
935 struct ra_node *conflicting = ra_find_conflicting_neighbor(g, n, r); in ra_select() local
936 if (!conflicting) { in ra_select()
940 if (g->regs->classes[conflicting->class]->contig_len) { in ra_select()
941 /* Skip to point at the last base reg of the conflicting reg in ra_select()
943 * after the conflicting allocaiton. in ra_select()
945 unsigned conflicting_end = (conflicting->reg + in ra_select()
946 g->regs->classes[conflicting->class]->contig_len - 1); in ra_select()
/third_party/selinux/libsepol/cil/src/
H A Dcil_post.c2272 int conflicting = 0; in __cil_post_process_context_rules() local
2285 if (conflicting >= 4) { in __cil_post_process_context_rules()
2286 /* 2 rules were written when conflicting == 1 */ in __cil_post_process_context_rules()
2287 cil_log(CIL_WARN, " Only first 4 of %d conflicting rules shown\n", conflicting); in __cil_post_process_context_rules()
2289 conflicting = 0; in __cil_post_process_context_rules()
2294 conflicting++; in __cil_post_process_context_rules()
2299 if (conflicting == 1) { in __cil_post_process_context_rules()
2300 cil_log(CIL_WARN, "Found conflicting %s rules\n", flavor_str); in __cil_post_process_context_rules()
2306 if (conflicting < in __cil_post_process_context_rules()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex.cc2367 // conflicting != 0 implies that the waking thread cannot currently take in Fer()
2370 const intptr_t conflicting = in Fer() local
2372 if ((v & conflicting) == 0) { in Fer()

Completed in 11 milliseconds