Home
last modified time | relevance | path

Searched refs:next_use (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_spill.c221 dst->next_use = tmp_next_use[dst->name]; in compute_block_next_distance()
225 src->next_use = tmp_next_use[src->def->name]; in compute_block_next_distance()
283 if (phi->dsts[0]->next_use < UINT_MAX && in compute_block_next_distance()
284 phi->dsts[0]->next_use + block_distance < in compute_block_next_distance()
286 pred_state->next_use_end[src] = phi->dsts[0]->next_use + in compute_block_next_distance()
546 interval->next_use_distance = dst->next_use; in init_dst()
651 interval->next_use_distance = src->next_use; in update_src_next_use()
1228 temp_interval->next_use_distance = src->next_use; in handle_pcopy()
H A Dir3.h219 unsigned spill_slot, next_use; member
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc451 UsePosition* next_use = NextUsePositionRegisterIsBeneficial(start); in NextLifetimePositionRegisterIsBeneficial() local
452 if (next_use == nullptr) return End(); in NextLifetimePositionRegisterIsBeneficial()
453 return next_use->pos(); in NextLifetimePositionRegisterIsBeneficial()
2959 UsePosition* next_use = in FindOptimalSpillingPos() local
2963 if (next_use != nullptr && next_use->pos() <= pos) { in FindOptimalSpillingPos()
3099 UsePosition* next_use = split->NextRegisterPosition(position); in SpillNotLiveRanges() local
3100 if (next_use != nullptr) { in SpillNotLiveRanges()
3104 LifetimePosition revisit_at = next_use->pos().FullStart(); in SpillNotLiveRanges()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-regalloc.cc72 // DCHECK_GT(node->next_use, source->id()); in IsLiveAtTarget()
672 int use = value->next_use(); in FreeSomeRegister()
H A Dmaglev-ir.h748 NodeIdT next_use() const { return next_use_; } in next_use() function in v8::internal::maglev::ValueNode

Completed in 21 milliseconds