Searched refs:endif_inst (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
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 | 1390 brw_inst *if_inst, brw_inst *else_inst, brw_inst *endif_inst) in patch_IF_ELSE() argument 1410 assert(endif_inst != NULL); in patch_IF_ELSE() 1415 assert(brw_inst_opcode(devinfo, endif_inst) == BRW_OPCODE_ENDIF); in patch_IF_ELSE() 1416 brw_inst_set_exec_size(devinfo, endif_inst, brw_inst_exec_size(devinfo, if_inst)); in patch_IF_ELSE() 1426 br * (endif_inst - if_inst + 1)); in patch_IF_ELSE() 1430 brw_inst_set_gen6_jump_count(devinfo, if_inst, br*(endif_inst - if_inst)); in patch_IF_ELSE() 1432 brw_inst_set_uip(devinfo, if_inst, br * (endif_inst - if_inst)); in patch_IF_ELSE() 1433 brw_inst_set_jip(devinfo, if_inst, br * (endif_inst - if_inst)); in patch_IF_ELSE() 1454 br * (endif_inst - else_inst + 1)); in patch_IF_ELSE() 1459 br * (endif_inst - else_inst)); in patch_IF_ELSE() [all …]
|