Searched refs:non_conflicting (Results 1 – 1 of 1) sorted by relevance
2939 ir_regset non_conflicting = scratch; in ir_try_allocate_free_reg() local2944 reg = ir_get_first_reg_hint(ctx, other, non_conflicting); in ir_try_allocate_free_reg()2947 IR_REGSET_EXCL(non_conflicting, reg); in ir_try_allocate_free_reg()2948 if (non_conflicting == IR_REGSET_EMPTY) { in ir_try_allocate_free_reg()2955 if (non_conflicting != IR_REGSET_EMPTY) { in ir_try_allocate_free_reg()2956 reg = IR_REGSET_FIRST(non_conflicting); in ir_try_allocate_free_reg()
Completed in 20 milliseconds