Home
last modified time | relevance | path

Searched refs:last_reg (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_emit.h38 uint32_t last_reg; member
148 coalesce->last_reg = 0; in etna_coalesce_start()
176 if (coalesce->last_reg != 0) { in check_coalsence()
177 if (((coalesce->last_reg + 4) != reg) || (coalesce->last_fixp != fixp)) { in check_coalsence()
187 coalesce->last_reg = reg; in check_coalsence()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.td42 class RegSeqNames<int last_reg, int stride, int size, string prefix,
47 !if(!le(end_reg, last_reg),
49 RegSeqNames<last_reg, stride, size, prefix, next>.ret),
54 class RegSeqDags<RegisterClass RC, int last_reg, int stride, int size,
58 !add(!add(last_reg, 2), !mul(size, -1)),
59 !add(last_reg, 1)));
63 RegSeqDags<RC, last_reg, stride, size, !add(start, 1)>.ret),
68 int last_reg, int stride, int size, string prefix> :
70 RegSeqDags<RC, last_reg, stride, size>.ret,
71 RegSeqNames<last_reg, stride, size, prefix>.ret>;
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pm4.c66 if (opcode != state->last_opcode || reg != (state->last_reg + 1)) { in si_pm4_set_reg_custom()
72 state->last_reg = reg; in si_pm4_set_reg_custom()
Dsi_pm4.h46 uint16_t last_reg; /* register offset in dwords */ member
/third_party/mesa3d/src/freedreno/ir3/
Dir3_validate.c166 struct ir3_register *last_reg = NULL; in validate_instr() local
207 validate_assert(ctx, (last_reg->flags & IR3_REG_HALF) == in validate_instr()
211 last_reg = reg; in validate_instr()
/third_party/ltp/tools/sparse/sparse-src/
Dexample.c97 static int last_reg, stack_offset; variable
502 i = last_reg; in target_reg()
510 last_reg = i; in target_reg()
513 } while (i != last_reg); in target_reg()
532 last_reg = i; in find_in_reg()
1914 last_reg = -1; in output()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp400 unsigned last_reg = ~0u, last_offset = ~0u; in opt_vector_float() local
433 last_reg = ~0u; in opt_vector_float()
440 if (last_reg != inst->dst.nr || in opt_vector_float()
461 last_reg = ~0u;; in opt_vector_float()
484 last_reg = inst->dst.nr; in opt_vector_float()
/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp479 PhysReg last_reg = first_reg.advance(size_id.first - 1); in print_regs() local
480 if (first_reg.reg() != last_reg.reg()) { in print_regs()
481 assert(first_reg.byte() == 0 && last_reg.byte() == 3); in print_regs()
482 printf("-%d", last_reg.reg() - regs.lo()); in print_regs()
485 if (first_reg.byte() != 0 || last_reg.byte() != 3) { in print_regs()
486 printf("[%d:%d]", first_reg.byte() * 8, (last_reg.byte() + 1) * 8); in print_regs()