HomeSort by: relevance | last modified time | path
    Searched refs:agx_instr (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_optimizer.c 73 agx_is_fmov(agx_instr *def)
94 agx_optimizer_fmov(agx_instr **defs, agx_instr *ins, unsigned srcs)
100 agx_instr *def = defs[src.value];
109 agx_optimizer_inline_imm(agx_instr **defs, agx_instr *I,
116 agx_instr *def = defs[src.value];
143 agx_optimizer_fmov_rev(agx_instr *I, agx_instr *use)
157 agx_instr **defs = calloc(ctx->alloc, sizeof(*defs))
    [all...]
agx_compiler.h 319 } agx_instr; typedef in typeref:struct:__anon609
402 agx_remove_instruction(agx_instr *ins)
464 list_for_each_entry(agx_instr, v, &(block)->instructions, link)
467 list_for_each_entry_rev(agx_instr, v, &(block)->instructions, link)
470 list_for_each_entry_safe(agx_instr, v, &(block)->instructions, link)
473 list_for_each_entry_safe_rev(agx_instr, v, &(block)->instructions, link)
476 list_for_each_entry_from(agx_instr, v, from, &(block)->instructions, link)
479 list_for_each_entry_from_rev(agx_instr, v, from, &(block)->instructions, link)
522 static inline agx_instr *
523 agx_prev_op(agx_instr *ins
    [all...]
agx_compile.c 136 static agx_instr *
197 static agx_instr *
220 static agx_instr *
241 static agx_instr *
258 static agx_instr *
286 static agx_instr *
320 static agx_instr *
366 static agx_instr *
385 static agx_instr *
394 static agx_instr *
    [all...]
agx_liveness.c 37 agx_liveness_ins_update(BITSET_WORD *live, agx_instr *I)
agx_print.c 101 agx_print_instr(agx_instr *I, FILE *fp)
agx_pack.c 246 agx_all_16(agx_instr *I)
264 agx_pack_alu(struct util_dynarray *emission, agx_instr *I)
387 agx_pack_instr(struct util_dynarray *emission, struct util_dynarray *fixups, agx_instr *I)
agx_register_allocate.c 35 agx_write_registers(agx_instr *I, unsigned d)

Completed in 8 milliseconds