Searched refs:gpir_op_infos (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dvalue_regalloc.c33 if (gpir_op_infos[active[i]->op].spillless)
151 gpir_op_infos[node->op].name);
H A Dnode.c30 const gpir_op_info gpir_op_infos[] = { variable in typeref:typename:const gpir_op_info[]
288 gpir_node_type type = gpir_op_infos[op].type;
438 gpir_op_infos[node->op].name, node->index, node->name, dep_name[type]);
479 printf("%03d: %s %d %s pred", index++, gpir_op_infos[node->op].name,
H A Dscheduler.c350 int *slots = gpir_op_infos[node->op].slots;
473 if (gpir_op_infos[node->op].may_consume_two_slots) {
760 printf("%10s:%-6d", gpir_op_infos[i].name, num_nodes[i]);
774 printf("%10s:%-6d", gpir_op_infos[i].name, num_created_nodes[i]);
H A Dlower.c233 gpir_op_infos[child->op].dest_neg) {
253 if (gpir_op_infos[succ->op].src_neg[i]) {
323 if (gpir_op_infos[node->op].may_consume_two_slots) {
H A Dgpir.h126 extern const gpir_op_info gpir_op_infos[];
H A Dinstr.c69 if (gpir_op_infos[node->op].may_consume_two_slots) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dnode.c30 const gpir_op_info gpir_op_infos[] = { variable in typeref:typename:const gpir_op_info[]
311 gpir_node_type type = gpir_op_infos[op].type;
452 gpir_op_infos[node->op].name, node->index, node->name, dep_name[type]);
493 printf("%03d: %s %d %s pred", index++, gpir_op_infos[node->op].name,
H A Dreduce_scheduler.c110 if (gpir_op_infos[node->op].schedule_first) {
114 if (gpir_op_infos[insert_node->op].schedule_first ||
H A Dlower.c133 gpir_op_infos[child->op].dest_neg) {
153 if (gpir_op_infos[succ->op].src_neg[i]) {
261 if (gpir_op_infos[node->op].may_consume_two_slots) {
H A Dscheduler.c453 gpir_op_infos[insert_node->op].schedule_first) &&
454 !gpir_op_infos[node->op].schedule_first) {
563 int *slots = gpir_op_infos[node->op].slots;
1319 if (gpir_op_infos[node->op].schedule_first && score != INT_MIN) {
1378 if (gpir_op_infos[node->op].schedule_first)
1656 printf("%10s:%-6d", gpir_op_infos[i].name, num_nodes[i]);
1670 printf("%10s:%-6d", gpir_op_infos[i].name, num_created_nodes[i]);
H A Dgpir.h127 extern const gpir_op_info gpir_op_infos[];
H A Dregalloc.c433 if (gpir_op_infos[node->op].schedule_first &&
574 gpir_op_infos[node->op].name);
H A Dinstr.c77 if (gpir_op_infos[node->op].may_consume_two_slots) {

Completed in 15 milliseconds