/external/chromium_org/third_party/mesa/src/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...] |
/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);
|