Searched refs:spill_class (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dlcra.h73 * spill_class specifies which class to spill (whichever class failed
77 unsigned spill_class; member in struct:lcra_state
H A Dlcra.c192 l->spill_class = l->class[step];
232 if (l->class[i] != l->spill_class) continue;
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_ra.c828 if (ins->no_spill & (1 << l->spill_class)) {
831 if (l->spill_class != REG_CLASS_WORK) {
847 unsigned spill_class,
850 if (spill_class == REG_CLASS_WORK && ctx->inputs->is_blend)
859 bool is_special = spill_class != REG_CLASS_WORK;
860 bool is_special_w = spill_class == REG_CLASS_TEXW;
899 st.no_spill |= (1 << spill_class);
917 ins->no_spill |= (1 << spill_class);
946 mv.no_spill |= (1 << spill_class);
988 st.no_spill |= (1 << spill_class);
844 mir_spill_register(compiler_context * ctx,unsigned spill_node,unsigned spill_class,unsigned * spill_count) argument
[all...]

Completed in 4 milliseconds