Home
last modified time | relevance | path

Searched refs:ConstraintBuilder (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h1175 class ConstraintBuilder final : public ZoneObject {
1177 explicit ConstraintBuilder(TopTierRegisterAllocationData* data);
1178 ConstraintBuilder(const ConstraintBuilder&) = delete;
1179 ConstraintBuilder& operator=(const ConstraintBuilder&) = delete;
Dregister-allocator.cc1602 ConstraintBuilder::ConstraintBuilder(TopTierRegisterAllocationData* data) in ConstraintBuilder() function in v8::internal::compiler::ConstraintBuilder
1605 InstructionOperand* ConstraintBuilder::AllocateFixed( in AllocateFixed()
1646 void ConstraintBuilder::MeetRegisterConstraints() { in MeetRegisterConstraints()
1653 void ConstraintBuilder::MeetRegisterConstraints(const InstructionBlock* block) { in MeetRegisterConstraints()
1665 void ConstraintBuilder::MeetRegisterConstraintsForLastInstructionInBlock( in MeetRegisterConstraintsForLastInstructionInBlock()
1711 void ConstraintBuilder::MeetConstraintsAfter(int instr_index) { in MeetConstraintsAfter()
1765 void ConstraintBuilder::MeetConstraintsBefore(int instr_index) { in MeetConstraintsBefore()
1847 void ConstraintBuilder::ResolvePhis() { in ResolvePhis()
1855 void ConstraintBuilder::ResolvePhis(const InstructionBlock* block) { in ResolvePhis()
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc2224 ConstraintBuilder builder(data->top_tier_register_allocation_data()); in DECL_PIPELINE_PHASE_CONSTANTS()
2234 ConstraintBuilder builder(data->top_tier_register_allocation_data()); in DECL_PIPELINE_PHASE_CONSTANTS()