Lines Matching defs:assignment
428 ir_assignment *const assignment =
431 d->before_instructions->push_tail(assignment);
505 ir_assignment *const assignment =
507 before_instructions->push_tail(assignment);
1256 ir_instruction *assignment = NULL;
1261 assignment = new(ctx) ir_assignment(lhs, rhs);
1267 assignment = new(ctx) ir_assignment(lhs, rhs, NULL,
1271 instructions->push_tail(assignment);
1397 ir_instruction *assignment = new(ctx) ir_assignment(lhs, rhs);
1398 instructions->push_tail(assignment);
1514 /* Mask of fields to be written in the assignment. */
1558 /* Mask of fields to be written in the assignment. */
1584 * Generate assignment of a portion of a vector to a portion of a matrix column
1586 * \param src_base First component of the source to be used in assignment
1617 /* Mask of fields to be written in the assignment. */
1822 * so that the LHS and RHS of the assignment have the same size (and
1959 * will be done on the initializer before the assignment is done."