Searched refs:endif_inst (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_predicated_break.cpp | 77 backend_instruction *endif_inst = block->next()->start(); in opt_predicated_break() local 78 if (endif_inst->opcode != BRW_OPCODE_ENDIF) in opt_predicated_break() 99 endif_inst->remove(endif_block); in opt_predicated_break()
|
D | brw_dead_control_flow.cpp | 66 backend_instruction *const endif_inst = inst; in dead_control_flow_eliminate() local 83 endif_inst->remove(endif_block); in dead_control_flow_eliminate()
|
D | brw_eu_emit.c | 1456 brw_inst *if_inst, brw_inst *else_inst, brw_inst *endif_inst) in patch_IF_ELSE() argument 1476 assert(endif_inst != NULL); in patch_IF_ELSE() 1481 assert(brw_inst_opcode(devinfo, endif_inst) == BRW_OPCODE_ENDIF); in patch_IF_ELSE() 1482 brw_inst_set_exec_size(devinfo, endif_inst, brw_inst_exec_size(devinfo, if_inst)); in patch_IF_ELSE() 1492 br * (endif_inst - if_inst + 1)); in patch_IF_ELSE() 1496 brw_inst_set_gen6_jump_count(devinfo, if_inst, br*(endif_inst - if_inst)); in patch_IF_ELSE() 1498 brw_inst_set_uip(devinfo, if_inst, br * (endif_inst - if_inst)); in patch_IF_ELSE() 1499 brw_inst_set_jip(devinfo, if_inst, br * (endif_inst - if_inst)); in patch_IF_ELSE() 1520 br * (endif_inst - else_inst + 1)); in patch_IF_ELSE() 1525 br * (endif_inst - else_inst)); in patch_IF_ELSE() [all …]
|