HomeSort by relevance Sort by last modified time
    Searched refs:ir_type (Results 1 - 23 of 23) sorted by null

  /external/mesa3d/src/glsl/
opt_redundant_jumps.cpp 60 if ((last_then->ir_type != ir_type_loop_jump)
61 || (last_else->ir_type != ir_type_loop_jump))
94 if (last && (last->ir_type == ir_type_loop_jump)
ir.cpp 152 this->ir_type = ir_type_assignment;
172 this->ir_type = ir_type_assignment;
198 this->ir_type = ir_type_expression;
212 this->ir_type = ir_type_expression;
225 this->ir_type = ir_type_expression;
236 this->ir_type = ir_type_expression;
283 this->ir_type = ir_type_expression;
440 this->ir_type = ir_type_constant;
449 this->ir_type = ir_type_constant;
456 this->ir_type = ir_type_constant
    [all...]
ir.h 51 * enumerant. The value for the type is stored in \c ir_instruction::ir_type
54 * \c ir_instruction::ir_type to find out the actual type of the object.
57 * \c ir_instruction::ir_type to select different behavior for different object
64 * \c ir_instruction::ir_type has not been initialized.
84 ir_type_max /**< maximum ir_type enum number, for validation */
92 enum ir_node_type ir_type; member in class:ir_instruction
131 ir_type = ir_type_unset;
539 ir_type = ir_type_if;
931 ir_type = ir_type_call;
1002 this->ir_type = ir_type_call
    [all...]
lower_if_to_cond_assign.cpp 82 switch (ir->ir_type) {
110 if (ir->ir_type == ir_type_assignment) {
lower_vector.cpp 70 switch (op->ir_type) {
198 if (expr->operands[i]->ir_type == ir_type_constant)
opt_constant_folding.cpp 62 if (*rvalue == NULL || (*rvalue)->ir_type == ir_type_constant)
ir_if_return.cpp 92 if (ir->ir_type == ir_type_return)
loop_unroll.cpp 49 return ir != NULL && ir->ir_type == ir_type_loop_jump
lower_jumps.cpp 241 else if(ir->ir_type == ir_type_loop_jump) {
246 } else if(ir->ir_type == ir_type_return)
loop_controls.cpp 52 switch (ir->ir_type) {
opt_structure_splitting.cpp 217 if ((*deref)->ir_type != ir_type_dereference_record)
ir_validate.cpp 510 if (ir->ir_type <= ir_type_unset || ir->ir_type >= ir_type_max) {
ir_print_visitor.cpp 64 if (ir->ir_type != ir_type_function)
loop_analysis.cpp 479 if (inst->ir_type != ir_type_loop_jump)
lower_variable_index_to_cond_assign.cpp 242 if (deref->array->ir_type == ir_type_constant)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
coretypes.h 87 enum ir_type { enum
cfghooks.h 190 extern enum ir_type current_ir_type (void);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
coretypes.h 87 enum ir_type { enum
cfghooks.h 190 extern enum ir_type current_ir_type (void);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
coretypes.h 87 enum ir_type { enum
cfghooks.h 190 extern enum ir_type current_ir_type (void);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
coretypes.h 87 enum ir_type { enum
cfghooks.h 190 extern enum ir_type current_ir_type (void);

Completed in 2107 milliseconds