Home | History | Annotate | Download | only in sb

Lines Matching refs:alu_node

41 	alu_node *s = sh.clone(static_cast<alu_node*>(predset));
52 void convert_to_mov(alu_node &n, value *src, bool neg, bool abs) {
119 static_cast<alu_node*>(d1),
120 static_cast<alu_node*>(d2));
188 bool expr_handler::fold_setcc(alu_node &n) {
292 bool expr_handler::fold(alu_node& n) {
357 bool expr_handler::ops_equal(const alu_node *l, const alu_node* r) {
382 bool expr_handler::fold_alu_op1(alu_node& n) {
402 alu_node *sd = static_cast<alu_node*>(v0->def);
476 bool expr_handler::fold_mul_add(alu_node *n) {
481 alu_node *d0 = (v0->def && v0->def->is_alu_inst()) ?
482 static_cast<alu_node*>(v0->def) : NULL;
518 alu_node *d1 = (v1->def && v1->def->is_alu_inst()) ?
519 static_cast<alu_node*>(v1->def) : NULL;
600 bool expr_handler::fold_assoc(alu_node *n) {
602 alu_node *a = n;
656 alu_node *d0 = static_cast<alu_node*>(v0->def);
690 alu_node *d1 = static_cast<alu_node*>(v1->def);
737 bool expr_handler::fold_alu_op2(alu_node& n) {
939 bool expr_handler::fold_alu_op3(alu_node& n) {
1010 alu_node *md = static_cast<alu_node*>(v2->def);
1034 alu_node *add = sh.create_alu();
1298 void convert_predset_to_set(shader& sh, alu_node* a) {