Home
last modified time | relevance | path

Searched refs:AddAllocatedRegister (Results 1 – 11 of 11) sorted by relevance

/art/compiler/optimizing/
Doptimizing_cfi_test.cc69 code_gen_->AddAllocatedRegister(location); in SetUpFrame()
77 code_gen_->AddAllocatedRegister(location); in SetUpFrame()
Dcodegen_test_utils.h90 AddAllocatedRegister(Location::RegisterLocation(arm::R6)); in TestCodeGeneratorARMVIXL()
91 AddAllocatedRegister(Location::RegisterLocation(arm::R7)); in TestCodeGeneratorARMVIXL()
151 AddAllocatedRegister(Location::RegisterLocation(x86::EDI)); in TestCodeGeneratorX86()
Dregister_allocator_graph_color.cc697 codegen_->AddAllocatedRegister(low_reg); in AllocateRegisters()
704 codegen_->AddAllocatedRegister(high_reg); in AllocateRegisters()
884 codegen_->AddAllocatedRegister(input); in CheckForFixedInputs()
888 codegen_->AddAllocatedRegister(input.ToLow()); in CheckForFixedInputs()
889 codegen_->AddAllocatedRegister(input.ToHigh()); in CheckForFixedInputs()
909 codegen_->AddAllocatedRegister(out); in CheckForFixedOutput()
914 codegen_->AddAllocatedRegister(out.ToLow()); in CheckForFixedOutput()
915 codegen_->AddAllocatedRegister(out.ToHigh()); in CheckForFixedOutput()
957 codegen_->AddAllocatedRegister(temp); in CheckForTempLiveIntervals()
Dcodegen_test.cc876 codegen.AddAllocatedRegister(Location::FpuRegisterLocation(reg_code)); in TEST_F()
896 codegen.AddAllocatedRegister(Location::FpuRegisterLocation(reg_code)); in TEST_F()
Dregister_allocator_linear_scan.cc236 codegen_->AddAllocatedRegister(temp); in ProcessInstruction()
580 codegen_->AddAllocatedRegister(processing_core_registers_ in LinearScan()
Dcode_generator.h505 void AddAllocatedRegister(Location location) { in AddAllocatedRegister() function
Dcode_generator.cc1050 AddAllocatedRegister(Location::RegisterLocation(i)); in CodeGenerator()
1055 AddAllocatedRegister(Location::FpuRegisterLocation(i)); in CodeGenerator()
Dcode_generator_arm64.cc957 AddAllocatedRegister(LocationFrom(lr)); in CodeGeneratorARM64()
Dcode_generator_x86_64.cc1376 AddAllocatedRegister(Location::RegisterLocation(kFakeReturnRegister)); in CodeGeneratorX86_64()
Dcode_generator_x86.cc1059 AddAllocatedRegister(Location::RegisterLocation(kFakeReturnRegister)); in CodeGeneratorX86()
Dcode_generator_arm_vixl.cc1879 AddAllocatedRegister(Location::RegisterLocation(LR)); in CodeGeneratorARMVIXL()