Home
last modified time | relevance | path

Searched refs:AllocateFreeRegister (Results 1 – 12 of 12) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.cc353 loc = AllocateFreeRegister(input->GetType()); in AllocateRegistersLocally()
360 loc = AllocateFreeRegister(input->GetType()); in AllocateRegistersLocally()
374 loc = AllocateFreeRegister(Primitive::kPrimInt); in AllocateRegistersLocally()
379 loc = AllocateFreeRegister(Primitive::kPrimDouble); in AllocateRegistersLocally()
394 result_location = AllocateFreeRegister(instruction->GetType()); in AllocateRegistersLocally()
Dcode_generator_arm.h245 Location AllocateFreeRegister(Primitive::Type type) const OVERRIDE;
Dcode_generator_mips64.h238 Location AllocateFreeRegister(Primitive::Type type) const OVERRIDE;
Dcode_generator_x86.h238 Location AllocateFreeRegister(Primitive::Type type) const OVERRIDE;
Dcode_generator_x86_64.h243 Location AllocateFreeRegister(Primitive::Type type) const OVERRIDE;
Dcode_generator_arm64.h278 Location AllocateFreeRegister(Primitive::Type type) const OVERRIDE;
Dcode_generator.h369 virtual Location AllocateFreeRegister(Primitive::Type type) const = 0;
Dcode_generator_arm64.cc652 Location CodeGeneratorARM64::AllocateFreeRegister(Primitive::Type type) const { in AllocateFreeRegister() function in art::arm64::CodeGeneratorARM64
Dcode_generator_mips64.cc908 Location CodeGeneratorMIPS64::AllocateFreeRegister(Primitive::Type type) const { in AllocateFreeRegister() function in art::mips64::CodeGeneratorMIPS64
Dcode_generator_arm.cc399 Location CodeGeneratorARM::AllocateFreeRegister(Primitive::Type type) const { in AllocateFreeRegister() function in art::arm::CodeGeneratorARM
Dcode_generator_x86.cc391 Location CodeGeneratorX86::AllocateFreeRegister(Primitive::Type type) const { in AllocateFreeRegister() function in art::x86::CodeGeneratorX86
Dcode_generator_x86_64.cc458 Location CodeGeneratorX86_64::AllocateFreeRegister(Primitive::Type type) const { in AllocateFreeRegister() function in art::x86_64::CodeGeneratorX86_64