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

  /external/mesa3d/src/glsl/
opt_constant_folding.cpp 73 if (!expr->operands[i]->as_constant())
97 ir_constant *const_val = ir->condition->as_constant();
lower_vector.cpp 72 const ir_constant *const c = op->as_constant();
162 const ir_constant *const c = expr->operands[i]->as_constant();
loop_controls.cpp 217 ir_constant *limit = cond->operands[1]->as_constant();
222 limit = cond->operands[0]->as_constant();
opt_constant_propagation.cpp 402 ir_constant *condition = ir->condition->as_constant();
411 ir_constant *constant = ir->rhs->as_constant();
ir_set_program_inouts.cpp 110 ir_constant *index = ir->array_index->as_constant();
opt_dead_code_local.cpp 134 ir_constant *condition = ir->condition->as_constant();
lower_variable_index_to_cond_assign.cpp 238 if (deref == NULL || deref->array_index->as_constant()
opt_copy_propagation.cpp 313 ir_constant *condition = ir->condition->as_constant();
ast_function.cpp 304 ir_constant *constant = src->as_constant();
453 ir_constant *constant = ((ir_instruction *) node)->as_constant();
537 const ir_constant *const c = param->as_constant();
595 const ir_constant *const c = param->as_constant();
    [all...]
loop_analysis.cpp 437 if (inc->as_constant() == NULL) {
ir.cpp 521 assert(value->as_constant() != NULL);
612 assert(value->as_constant() != NULL);
    [all...]
ir.h 124 virtual class ir_constant * as_constant() { return NULL; } function in class:ir_instruction
1498 virtual ir_constant *as_constant() function in class:ir_constant
    [all...]

Completed in 93 milliseconds