Home
last modified time | relevance | path

Searched refs:AllocateRegisters (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_test.cc68 register_allocator->AllocateRegisters(); in Check()
326 register_allocator->AllocateRegisters(); in Loop3()
418 register_allocator->AllocateRegisters(); in DeadPhi()
578 register_allocator->AllocateRegisters(); in PhiHint()
598 register_allocator->AllocateRegisters(); in PhiHint()
618 register_allocator->AllocateRegisters(); in PhiHint()
638 register_allocator->AllocateRegisters(); in PhiHint()
704 register_allocator->AllocateRegisters(); in ExpectedInRegisterHint()
724 register_allocator->AllocateRegisters(); in ExpectedInRegisterHint()
780 register_allocator->AllocateRegisters(); in SameAsFirstInputHint()
[all …]
Dregister_allocator.h58 virtual void AllocateRegisters() = 0;
Dregister_allocator_graph_color.h95 void AllocateRegisters() OVERRIDE;
Dregister_allocator_linear_scan.h48 void AllocateRegisters() OVERRIDE;
Dcodegen_test_utils.h262 RegisterAllocator::Create(graph->GetArena(), codegen, liveness)->AllocateRegisters(); in RunCodeNoCheck()
Doptimizing_compiler.cc714 static void AllocateRegisters(HGraph* graph, in AllocateRegisters() function
730 RegisterAllocator::Create(graph->GetArena(), codegen, liveness, strategy)->AllocateRegisters(); in AllocateRegisters()
1022 AllocateRegisters(graph, codegen.get(), &pass_observer, regalloc_strategy); in TryCompile()
Dregister_allocator_linear_scan.cc91 void RegisterAllocatorLinearScan::AllocateRegisters() { in AllocateRegisters() function in art::RegisterAllocatorLinearScan
Dregister_allocator_graph_color.cc600 void RegisterAllocatorGraphColor::AllocateRegisters() { in AllocateRegisters() function in art::RegisterAllocatorGraphColor