Home
last modified time | relevance | path

Searched refs:AGX_INDEX_NORMAL (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/asahi/compiler/
H A Dagx_optimizer.c99 if (src.type != AGX_INDEX_NORMAL) continue; in agx_optimizer_fmov()
116 if (src.type != AGX_INDEX_NORMAL) continue; in agx_optimizer_inline_imm()
161 if (src.type != AGX_INDEX_NORMAL) continue; in agx_optimizer_copyprop()
189 if (I->dest[d].type == AGX_INDEX_NORMAL) in agx_optimizer_forward()
218 if (I->src[s].type == AGX_INDEX_NORMAL) { in agx_optimizer_backward()
231 if (I->dest[0].type != AGX_INDEX_NORMAL) in agx_optimizer_backward()
H A Dagx_liveness.c40 if (I->dest[d].type == AGX_INDEX_NORMAL) in agx_liveness_ins_update()
45 if (I->src[s].type == AGX_INDEX_NORMAL) { in agx_liveness_ins_update()
116 assert(I->dest[0].type == AGX_INDEX_NORMAL); in agx_compute_liveness()
125 assert(operand.type == AGX_INDEX_NORMAL); in agx_compute_liveness()
H A Dagx_register_allocate.c140 assert(I->dest[d].type == AGX_INDEX_NORMAL); in agx_ra_assign_local()
151 if (I->src[s].type == AGX_INDEX_NORMAL && I->src[s].kill) { in agx_ra_assign_local()
164 if (I->dest[d].type == AGX_INDEX_NORMAL) { in agx_ra_assign_local()
185 if (idx.type == AGX_INDEX_NORMAL) { in agx_index_to_reg()
270 if (I->dest[d].type != AGX_INDEX_NORMAL) continue; in agx_ra()
287 if (ins->src[s].type == AGX_INDEX_NORMAL) { in agx_ra()
294 if (ins->dest[d].type == AGX_INDEX_NORMAL) { in agx_ra()
H A Dagx_dce.c39 if (I->src[s].type == AGX_INDEX_NORMAL) in agx_dce()
50 if (I->dest[d].type == AGX_INDEX_NORMAL) in agx_dce()
H A Dagx_print.c56 case AGX_INDEX_NORMAL: in agx_print_index()
86 if (index.type == AGX_INDEX_NORMAL || index.type == AGX_INDEX_IMMEDIATE) { in agx_print_index()
H A Dagx_compiler.h57 AGX_INDEX_NORMAL = 1, enumerator
108 .type = AGX_INDEX_NORMAL, in agx_get_index()

Completed in 4 milliseconds