Searched refs:AllocateFreeRegister (Results 1 – 12 of 12) sorted by relevance
353 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()
245 Location AllocateFreeRegister(Primitive::Type type) const OVERRIDE;
238 Location AllocateFreeRegister(Primitive::Type type) const OVERRIDE;
243 Location AllocateFreeRegister(Primitive::Type type) const OVERRIDE;
278 Location AllocateFreeRegister(Primitive::Type type) const OVERRIDE;
369 virtual Location AllocateFreeRegister(Primitive::Type type) const = 0;
652 Location CodeGeneratorARM64::AllocateFreeRegister(Primitive::Type type) const { in AllocateFreeRegister() function in art::arm64::CodeGeneratorARM64
908 Location CodeGeneratorMIPS64::AllocateFreeRegister(Primitive::Type type) const { in AllocateFreeRegister() function in art::mips64::CodeGeneratorMIPS64
399 Location CodeGeneratorARM::AllocateFreeRegister(Primitive::Type type) const { in AllocateFreeRegister() function in art::arm::CodeGeneratorARM
391 Location CodeGeneratorX86::AllocateFreeRegister(Primitive::Type type) const { in AllocateFreeRegister() function in art::x86::CodeGeneratorX86
458 Location CodeGeneratorX86_64::AllocateFreeRegister(Primitive::Type type) const { in AllocateFreeRegister() function in art::x86_64::CodeGeneratorX86_64