Home
last modified time | relevance | path

Searched refs:is_kcache (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gvn.cpp158 if (v->gvn_source->is_kcache()) in process_alu_src_constants()
181 if (c->is_kcache() && (!kc.try_reserve(c->select) || ++kcache_count == 2)) { in process_alu_src_constants()
Dsb_peephole.cpp273 if (d->src[0]->is_kcache() && a->src[1]->is_kcache() && in optimize_CNDcc_op()
274 a->src[2]->is_kcache()) in optimize_CNDcc_op()
Dsb_expr.cpp489 (!d0->src[0]->is_kcache() || !d0->src[1]->is_kcache() || in fold_mul_add()
490 !n->src[1]->is_kcache())) { in fold_mul_add()
526 (!d1->src[0]->is_kcache() || !d1->src[1]->is_kcache() || in fold_mul_add()
527 !n->src[0]->is_kcache())) { in fold_mul_add()
Dsb_sched.cpp73 if (v->is_kcache()) { in try_reserve()
87 if (v->is_kcache()) in try_reserve()
99 if (v->is_kcache()) in unreserve()
1460 if (v->is_kcache()) { in map_src_vec()
Dsb_ir.h548 bool is_kcache() { return kind == VLK_KCACHE; } in is_kcache() function
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c498 static int is_kcache(unsigned sel) in is_kcache() function
507 return is_kcache(sel) || in is_const()
532 } else if (is_kcache(sel)) { in check_vector()
559 if (is_kcache(sel)) { in check_scalar()