Home
last modified time | relevance | path

Searched refs:indep (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_scheduler.c503 isl_mat_free(node->indep); in clear_node()
2232 static __isl_give isl_mat *normalize_independent(__isl_take isl_mat *indep) in normalize_independent() argument
2234 indep = isl_mat_reverse_gauss(indep); in normalize_independent()
2235 indep = isl_mat_lexnonneg_rows(indep); in normalize_independent()
2236 return indep; in normalize_independent()
2286 isl_mat_free(node->indep); in isl_sched_node_update_vmap()
2289 node->indep = isl_mat_transpose(U); in isl_sched_node_update_vmap()
2291 node->indep = isl_mat_drop_rows(node->indep, 0, node->rank); in isl_sched_node_update_vmap()
2292 node->indep = normalize_independent(node->indep); in isl_sched_node_update_vmap()
2295 if (!node->indep || !node->vmap || node->rank < 0) in isl_sched_node_update_vmap()
[all …]
H A Disl_scheduler.h79 isl_mat *indep; member
H A Disl_vertices.c273 isl_bool indep; in can_select() local
284 indep = is_independent(facets, selected, bset->ineq[level] + 1 + ovar); in can_select()
285 if (indep < 0 || !indep) in can_select()
286 return indep; in can_select()
/netbsd-src/usr.bin/make/unit-tests/
H A DMakefile109 TESTS+= dep-double-colon-indep
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/
H A Dmcore.md2298 ; sometimes we're better off using QI/HI mode and letting the machine indep.
2320 ; the smallest mode possible (using the machine indep. expansions). BRC
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore.md2298 ; sometimes we're better off using QI/HI mode and letting the machine indep.
2320 ; the smallest mode possible (using the machine indep. expansions). BRC