Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc1409 enum class UsePosition { class in v8::internal::compiler::final
1449 bool DefinedAfter(int virtual_register, int instr_index, UsePosition pos);
1456 UsePosition pos);
1472 UsePosition pos);
1476 UsePosition pos);
1493 int instr_index, UsePosition pos);
1496 UsePosition pos);
1503 UsePosition pos, bool must_use_register);
1505 UsePosition pos,
1508 UsePosition po
[all...]
H A Dregister-allocator.h460 class V8_EXPORT_PRIVATE UsePosition final
463 UsePosition(LifetimePosition pos, InstructionOperand* operand, void* hint,
465 UsePosition(const UsePosition&) = delete;
466 UsePosition& operator=(const UsePosition&) = delete;
483 UsePosition* next() const { return next_; } in next()
484 void set_next(UsePosition* next) { next_ = next; } in set_next()
499 void SetHint(UsePosition* use_pos);
500 void ResolveHint(UsePosition* use_po
[all...]
H A Dregister-allocator.cc161 UsePosition::UsePosition(LifetimePosition pos, InstructionOperand* operand, in UsePosition() function in v8::internal::compiler::UsePosition
187 bool UsePosition::HasHint() const { in HasHint()
192 bool UsePosition::HintRegister(int* register_code) const { in HintRegister()
199 UsePosition* use_pos = reinterpret_cast<UsePosition*>(hint_); in HintRegister()
223 UsePositionHintType UsePosition::HintTypeForOperand( in HintTypeForOperand()
245 void UsePosition::SetHint(UsePosition* use_pos) { in SetHint()
251 void UsePosition
[all...]
H A Dspill-placer.cc89 for (const UsePosition* pos = child->first_pos(); pos != nullptr; in Add()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc781 UsePosition* current_pos = range->first_pos(); in PrintLiveRange()
1000 for (UsePosition* current_pos = range.first_pos(); current_pos != nullptr; in operator <<()

Completed in 17 milliseconds