Lines Matching defs:bundle
359 util_dynarray_foreach(&blk->bundles, midgard_bundle, bundle) {
363 for (unsigned i = 0; i < bundle->instruction_count; i++) {
364 if (bundle->instructions[i]->unit == UNIT_VMUL ||
365 bundle->instructions[i]->unit == UNIT_SADD)
366 instrs[0][instr_count[0]++] = bundle->instructions[i];
368 instrs[1][instr_count[1]++] = bundle->instructions[i];
958 unsigned bundle = ins->bundle_id;
959 unsigned dest = (bundle == last_id)? last_spill_index : spill_index++;
965 if (write_count > 1 && bytemask != 0xFFFF && bundle != last_fill) {
970 last_fill = bundle;
978 /* In the same bundle, reads of the destination
982 && (it->bundle_id == bundle)) {
997 if (last_id == bundle) {
1014 last_id = bundle;