Home
last modified time | relevance | path

Searched refs:physical_fp_nodes_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_graph_color.h169 ScopedArenaVector<InterferenceNode*> physical_fp_nodes_; variable
Dregister_allocator_graph_color.cc586 physical_fp_nodes_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorGraphColor()
610 physical_fp_nodes_.resize(codegen_->GetNumberOfFloatingPointRegisters(), nullptr); in RegisterAllocatorGraphColor()
614 physical_fp_nodes_[i] = new (allocator_) InterferenceNode(interval, liveness); in RegisterAllocatorGraphColor()
615 physical_fp_nodes_[i]->stage = NodeStage::kPrecolored; in RegisterAllocatorGraphColor()
657 : physical_fp_nodes_; in AllocateRegisters()
679 for (InterferenceNode* node : physical_fp_nodes_) { in AllocateRegisters()
747 : physical_fp_nodes_; in Validate()
1066 : physical_fp_nodes_[reg]->GetInterval(); in BlockRegister()
1102 to->GetInterval()->IsFloatingPoint() ? register_allocator_->physical_fp_nodes_ in AddPotentialInterference()
1443 : register_allocator_->physical_fp_nodes_[input.reg()]; in FindCoalesceOpportunities()