| isl_tab_pip.c | 102 int (*best_split)(struct isl_context *context, struct isl_tab *tab); member in struct:isl_context_op 2427 static int best_split(struct isl_tab *tab, struct isl_tab *context_tab) function 2686 r = best_split(tab, clex->tab); 3499 r = best_split(tab, cgbr->tab); 4160 split = context->op->best_split(context, tab);
|