Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp63 value *v = sh.get_const_value(l); in get_const()
209 cv0 = v0->get_const_value(); in fold_setcc()
214 cv1 = v1->get_const_value(); in fold_setcc()
273 convert_to_mov(n, sh.get_const_value(result)); in fold_setcc()
411 literal dv, cv = v0->get_const_value(); in fold_alu_op1()
639 literal arg = v1->get_const_value(); in fold_assoc()
667 literal arg = v0->get_const_value(); in fold_assoc()
708 convert_to_mov(*n, sh.get_const_value(cr)); in fold_assoc()
714 n->src[1] = sh.get_const_value(cr); in fold_assoc()
724 n->src[1] = sh.get_const_value(c in fold_assoc()
[all...]
H A Dsb_bc_parser.cpp479 n->src[s] = sh->get_const_value(src.value); in prepare_alu_group()
549 n->src[s] = sh->get_const_value(0); in prepare_alu_group()
552 n->src[s] = sh->get_const_value(0.5f); in prepare_alu_group()
555 n->src[s] = sh->get_const_value(1.0f); in prepare_alu_group()
558 n->src[s] = sh->get_const_value(1); in prepare_alu_group()
561 n->src[s] = sh->get_const_value(-1); in prepare_alu_group()
701 (*grad)[s] = sh->get_const_value(0.0f); in prepare_fetch_clause()
703 (*grad)[s] = sh->get_const_value(1.0f); in prepare_fetch_clause()
807 c->src[s] = sh->get_const_value(0.0f); in prepare_ir()
810 c->src[s] = sh->get_const_value(1. in prepare_ir()
[all...]
H A Dsb_if_conversion.cpp100 a->src[1] = sh.get_const_value(0); in convert_kill_instructions()
H A Dsb_shader.h318 value* get_const_value(const literal & v);
H A Dsb_shader.cpp344 value* shader::get_const_value(const literal &v) { in get_const_value() function in r600_sb::shader
413 pred_sels[sel] = get_const_value(sel); in get_pred_sel()
H A Dsb_ir.h566 literal & get_const_value() { in get_const_value() function in r600_sb::value
602 reg_offset += rel->get_const_value().i; in get_final_gpr()
H A Dsb_ra_init.cpp823 s->rel->get_const_value().u,
/third_party/python/Python/
H A Dcompile.c8511 get_const_value(int opcode, int oparg, PyObject *co_consts) in get_const_value() function
8558 PyObject *constant = get_const_value(op, arg, consts); in fold_tuple_on_constants()
8839 cnt = get_const_value(inst->i_opcode, oparg, consts); in optimize_basic_block()
8860 cnt = get_const_value(inst->i_opcode, oparg, consts); in optimize_basic_block()
8880 cnt = get_const_value(inst->i_opcode, oparg, consts); in optimize_basic_block()

Completed in 21 milliseconds