Lines Matching defs:load
1007 struct ir3_instruction *load =
1010 load->cat6.type = TYPE_U32;
1011 dst[i] = load;
1136 struct ir3_instruction *load, *offset;
1142 load = ir3_LDLW(b, offset, 0, create_immed(b, base), 0,
1147 load->opc = OPC_LDL;
1149 load->cat6.type = utype_dst(intr->dest);
1150 load->dsts[0]->wrmask = MASK(intr->num_components);
1152 load->barrier_class = IR3_BARRIER_SHARED_R;
1153 load->barrier_conflict = IR3_BARRIER_SHARED_W;
1155 ir3_split_dest(b, dst, load, 0, intr->num_components);
1443 * fall back to coherent load.