Searched refs:TAG_ALU_4 (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_opt_perspective.c | 57 if (ins->type != TAG_ALU_4) continue; 85 (sub->type == TAG_ALU_4) &&
|
| H A D | midgard_opt_copy_prop.c | 34 if (ins->type != TAG_ALU_4) continue;
|
| H A D | midgard_opt_dce.c | 139 if (ins->type != TAG_ALU_4) continue;
|
| H A D | midgard_print.c | 205 case TAG_ALU_4: { 256 bool is_alu = ins->type == TAG_ALU_4;
|
| H A D | mir.c | 295 if (ins->type == TAG_ALU_4 && !ins->compact_branch) { 344 if (bundle.tag == TAG_ALU_4) { 432 assert(ins->type == TAG_ALU_4);
|
| H A D | midgard_schedule.c | 702 bool alu = (instructions[i]->type == TAG_ALU_4); 772 if (I->type == TAG_ALU_4) 778 if (I->type == TAG_ALU_4) 893 if (instructions[i]->type != TAG_ALU_4) 1168 .tag = TAG_ALU_4, 1402 bundle.tag = (TAG_ALU_4) + (bytes_emitted / 16) - 1; 1462 else if (tag == TAG_ALU_4) 1542 if (!I || I->type != TAG_ALU_4 || !I->writeout)
|
| H A D | midgard_ra.c | 190 case TAG_ALU_4: 258 unsigned classes[] = { TAG_LOAD_STORE_4, TAG_TEXTURE_4, TAG_TEXTURE_4, TAG_ALU_4}; 464 if (ins->type == TAG_ALU_4 && mir_is_64(ins)) { 521 if (ins->type == TAG_ALU_4 && OP_IS_CSEL_V(ins->op)) { 700 case TAG_ALU_4:
|
| H A D | helpers.h | 161 #define IS_ALU(tag) (tag >= TAG_ALU_4)
|
| H A D | compiler.h | 537 .type = TAG_ALU_4,
|
| H A D | midgard_emit.c | 968 case TAG_ALU_4: 972 case TAG_ALU_4 + 4:
|
| H A D | midgard.h | 67 TAG_ALU_4 = 0x8, enumerator in enum:__anon60a087ed0303
|
| H A D | midgard_ops.c | 390 [TAG_ALU_4] = {"alu/4", 1},
|
| H A D | midgard_compile.c | 187 .type = TAG_ALU_4, 952 .type = TAG_ALU_4, 2520 if (alu->type != TAG_ALU_4) continue; 2750 if (ins->type != TAG_ALU_4) continue; 2912 if (ins->type != TAG_ALU_4) continue;
|
| H A D | disassemble.c | 1962 * TAG_ALU_4/8/12/16: by number of instructions/constants 1981 case TAG_ALU_4 ... TAG_ALU_16_WRITEOUT:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | midgard_compile.c | 311 .type = TAG_ALU_4, 360 .type = TAG_ALU_4, 377 .type = TAG_ALU_4, 619 case TAG_ALU_4: { 1115 .type = TAG_ALU_4, 1144 .type = TAG_ALU_4, 1400 .type = TAG_ALU_4, 1662 .type = TAG_ALU_4, 1686 .type = TAG_ALU_4, 2131 case TAG_ALU_4 [all...] |
| H A D | helpers.h | 85 #define TAG_ALU_4 0x8 macro
|
Completed in 29 milliseconds