Home
last modified time | relevance | path

Searched refs:endif_inst (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_predicated_break.cpp137 backend_instruction *endif_inst = block->next()->start(); in opt_predicated_break() local
138 if (endif_inst->opcode != BRW_OPCODE_ENDIF) in opt_predicated_break()
159 endif_inst->remove(endif_block); in opt_predicated_break()
Dbrw_dead_control_flow.cpp68 backend_instruction *const endif_inst = inst; in dead_control_flow_eliminate() local
85 endif_inst->remove(endif_block); in dead_control_flow_eliminate()
Dbrw_eu_emit.c1535 brw_inst *if_inst, brw_inst *else_inst, brw_inst *endif_inst) in patch_IF_ELSE() argument
1555 assert(endif_inst != NULL); in patch_IF_ELSE()
1560 assert(brw_inst_opcode(devinfo, endif_inst) == BRW_OPCODE_ENDIF); in patch_IF_ELSE()
1561 brw_inst_set_exec_size(devinfo, endif_inst, brw_inst_exec_size(devinfo, if_inst)); in patch_IF_ELSE()
1571 br * (endif_inst - if_inst + 1)); in patch_IF_ELSE()
1575 brw_inst_set_gfx6_jump_count(devinfo, if_inst, br*(endif_inst - if_inst)); in patch_IF_ELSE()
1577 brw_inst_set_uip(devinfo, if_inst, br * (endif_inst - if_inst)); in patch_IF_ELSE()
1578 brw_inst_set_jip(devinfo, if_inst, br * (endif_inst - if_inst)); in patch_IF_ELSE()
1599 br * (endif_inst - else_inst + 1)); in patch_IF_ELSE()
1604 br * (endif_inst - else_inst)); in patch_IF_ELSE()
[all …]