HomeSort by relevance Sort by last modified time
    Searched full:then_instructions (Results 1 - 25 of 25) sorted by null

  /external/mesa3d/src/glsl/
opt_if_simplification.cpp 74 if (ir->then_instructions.is_empty() &&
92 foreach_iter(exec_list_iterator, then_iter, ir->then_instructions) {
opt_redundant_jumps.cpp 66 (ir_instruction *) ir->then_instructions.get_tail();
92 if (ir->then_instructions.is_empty() && ir->else_instructions.is_empty())
loop_unroll.cpp 155 (ir_instruction *) ir_if->then_instructions.get_tail();
183 ir_if->then_instructions.push_tail(move_ir);
212 ? &ir_if->then_instructions : &ir_if->else_instructions;
lower_jumps.cpp 382 (ir_instruction *) ir_if->then_instructions.get_tail());
525 * unconditional jumps at the end of ir->then_instructions and
528 block_records[0] = visit_block(&ir->then_instructions);
533 /* Determine which of ir->then_instructions and
537 exec_list& list = i ? ir->else_instructions : ir->then_instructions;
544 * postcondition by lowering jumps in both then_instructions and
549 * ir->then_instructions and ir->else_instructions.
760 exec_list* list = move_into ? &ir->else_instructions : &ir->then_instructions;
801 ir_after->insert_before(&ir_if->then_instructions);
819 move_outer_block_inside(ir, &if_execute->then_instructions);
    [all...]
lower_if_to_cond_assign.cpp 177 foreach_iter(exec_list_iterator, then_iter, ir->then_instructions) {
207 &ir->then_instructions,
ir_basic_block.cpp 74 call_for_basic_blocks(&ir_if->then_instructions, callback, data);
lower_discard_flow.cpp 125 if_inst->then_instructions.push_tail(br);
ir_clone.cpp 132 foreach_iter(exec_list_iterator, iter, this->then_instructions) {
134 new_if->then_instructions.push_tail(ir->clone(mem_ctx, ht));
lower_discard.cpp 167 ir_discard *then_discard = find_discard(ir->then_instructions);
lower_variable_index_to_cond_assign.cpp 309 generate(begin, middle, &if_less->then_instructions);
463 sg.generate(0, length, &if_stmt->then_instructions);
lower_vec_index_to_cond_assign.cpp 239 list.move_nodes_to(&if_stmt->then_instructions);
opt_copy_propagation.cpp 246 handle_if_block(&ir->then_instructions);
ast_to_hir.cpp 1394 exec_list then_instructions; local
    [all...]
ir_hv_accept.cpp 399 s = visit_list_elements(v, &this->then_instructions);
ir_print_visitor.cpp 462 foreach_iter(exec_list_iterator, iter, ir->then_instructions) {
loop_analysis.cpp 507 (ir_instruction *) ir->then_instructions.get_head();
opt_constant_propagation.cpp 348 handle_if_block(&ir->then_instructions);
opt_copy_propagation_elements.cpp 357 handle_if_block(&ir->then_instructions);
ir_reader.cpp 452 read_instructions(&iff->then_instructions, s_then, loop_ctx);
ir.h 739 exec_list then_instructions; member in class:ir_if
    [all...]
ir_constant_expression.cpp     [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 783 if_stmt->then_instructions.push_tail(brk);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp     [all...]
brw_vec4_visitor.cpp     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp     [all...]

Completed in 399 milliseconds