Searched refs:AllocateRegisters (Results 1 – 8 of 8) sorted by relevance
68 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 …]
58 virtual void AllocateRegisters() = 0;
95 void AllocateRegisters() OVERRIDE;
48 void AllocateRegisters() OVERRIDE;
262 RegisterAllocator::Create(graph->GetArena(), codegen, liveness)->AllocateRegisters(); in RunCodeNoCheck()
714 static void AllocateRegisters(HGraph* graph, in AllocateRegisters() function730 RegisterAllocator::Create(graph->GetArena(), codegen, liveness, strategy)->AllocateRegisters(); in AllocateRegisters()1022 AllocateRegisters(graph, codegen.get(), &pass_observer, regalloc_strategy); in TryCompile()
91 void RegisterAllocatorLinearScan::AllocateRegisters() { in AllocateRegisters() function in art::RegisterAllocatorLinearScan
600 void RegisterAllocatorGraphColor::AllocateRegisters() { in AllocateRegisters() function in art::RegisterAllocatorGraphColor