Searched refs:else_inst (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_dead_control_flow.cpp58 backend_instruction *const else_inst = prev_inst; local in function:dead_control_flow_eliminate
60 else_inst->remove(else_block);
103 backend_instruction *const else_inst = inst; local in function:dead_control_flow_eliminate
109 else_inst->remove(else_block);
H A Dbrw_eu_emit.c1374 brw_inst *if_inst, brw_inst *else_inst)
1383 assert(else_inst == NULL || brw_inst_opcode(devinfo, else_inst) == BRW_OPCODE_ELSE);
1397 if (else_inst != NULL) {
1401 brw_inst_set_opcode(devinfo, else_inst, BRW_OPCODE_ADD);
1403 brw_inst_set_imm_ud(devinfo, if_inst, (else_inst - if_inst + 1) * 16);
1404 brw_inst_set_imm_ud(devinfo, else_inst, (next_inst - else_inst) * 16);
1415 brw_inst *if_inst, brw_inst *else_inst, brw_inst *endif_inst)
1436 assert(else_inst
1373 convert_IF_ELSE_to_ADD(struct brw_codegen * p,brw_inst * if_inst,brw_inst * else_inst) argument
1414 patch_IF_ELSE(struct brw_codegen * p,brw_inst * if_inst,brw_inst * else_inst,brw_inst * endif_inst) argument
1544 brw_inst *else_inst = NULL; local in function:brw_ENDIF
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_dead_control_flow.cpp60 backend_instruction *const else_inst = prev_inst; local in function:dead_control_flow_eliminate
62 else_inst->remove(else_block);
105 backend_instruction *const else_inst = inst; local in function:dead_control_flow_eliminate
111 else_inst->remove(else_block);
H A Dbrw_eu_emit.c1494 brw_inst *if_inst, brw_inst *else_inst)
1503 assert(else_inst == NULL || brw_inst_opcode(devinfo, else_inst) == BRW_OPCODE_ELSE);
1517 if (else_inst != NULL) {
1521 brw_inst_set_opcode(devinfo, else_inst, BRW_OPCODE_ADD);
1523 brw_inst_set_imm_ud(devinfo, if_inst, (else_inst - if_inst + 1) * 16);
1524 brw_inst_set_imm_ud(devinfo, else_inst, (next_inst - else_inst) * 16);
1535 brw_inst *if_inst, brw_inst *else_inst, brw_inst *endif_inst)
1556 assert(else_inst
1493 convert_IF_ELSE_to_ADD(struct brw_codegen * p,brw_inst * if_inst,brw_inst * else_inst) argument
1534 patch_IF_ELSE(struct brw_codegen * p,brw_inst * if_inst,brw_inst * else_inst,brw_inst * endif_inst) argument
1665 brw_inst *else_inst = NULL; local in function:brw_ENDIF
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_eu_emit.c784 struct brw_instruction *else_inst)
791 assert(else_inst == NULL || else_inst->header.opcode == BRW_OPCODE_ELSE);
805 if (else_inst != NULL) {
809 else_inst->header.opcode = BRW_OPCODE_ADD;
811 if_inst->bits3.ud = (else_inst - if_inst + 1) * 16;
812 else_inst->bits3.ud = (next_inst - else_inst) * 16;
824 struct brw_instruction *else_inst,
832 assert(else_inst
782 convert_IF_ELSE_to_ADD(struct brw_compile * p,struct brw_instruction * if_inst,struct brw_instruction * else_inst) argument
822 patch_IF_ELSE(struct brw_compile * p,struct brw_instruction * if_inst,struct brw_instruction * else_inst,struct brw_instruction * endif_inst) argument
929 struct brw_instruction *else_inst = NULL; local in function:brw_ENDIF
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_eu_emit.c784 struct brw_instruction *else_inst)
791 assert(else_inst == NULL || else_inst->header.opcode == BRW_OPCODE_ELSE);
805 if (else_inst != NULL) {
809 else_inst->header.opcode = BRW_OPCODE_ADD;
811 if_inst->bits3.ud = (else_inst - if_inst + 1) * 16;
812 else_inst->bits3.ud = (next_inst - else_inst) * 16;
824 struct brw_instruction *else_inst,
832 assert(else_inst
782 convert_IF_ELSE_to_ADD(struct brw_compile * p,struct brw_instruction * if_inst,struct brw_instruction * else_inst) argument
822 patch_IF_ELSE(struct brw_compile * p,struct brw_instruction * if_inst,struct brw_instruction * else_inst,struct brw_instruction * endif_inst) argument
929 struct brw_instruction *else_inst = NULL; local in function:brw_ENDIF
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dloop_analysis.cpp842 ir_instruction *else_inst = local in function:try_add_loop_terminator
845 if (is_break(inst) || is_break(else_inst))
846 ls->insert(ir, is_break(else_inst));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dloop_analysis.cpp795 ir_instruction *else_inst = local in function:try_add_loop_terminator
798 if (is_break(inst) || is_break(else_inst))
799 ls->insert(ir, is_break(else_inst));

Completed in 17 milliseconds