Home
last modified time | relevance | path

Searched refs:NeedsTwoRegisters (Results 1 – 10 of 10) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc252 if (codegen_->NeedsTwoRegisters(Primitive::kPrimDouble)) { in ProcessInstruction()
307 if (codegen_->NeedsTwoRegisters(current->GetType())) { in ProcessInstruction()
Dcode_generator_x86_64.h387 bool NeedsTwoRegisters(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE { in NeedsTwoRegisters() function
Dcode_generator_mips64.h508 bool NeedsTwoRegisters(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE { return false; } in NeedsTwoRegisters() function
Dcode_generator_x86.h459 bool NeedsTwoRegisters(Primitive::Type type) const OVERRIDE { in NeedsTwoRegisters() function
Dcode_generator_mips.h543 bool NeedsTwoRegisters(Primitive::Type type) const OVERRIDE { in NeedsTwoRegisters() function
Dcode_generator.h267 virtual bool NeedsTwoRegisters(Primitive::Type type) const = 0;
Dregister_allocation_resolver.cc213 if (codegen_->NeedsTwoRegisters(Primitive::kPrimDouble)) { in Resolve()
Dcode_generator_arm64.h534 bool NeedsTwoRegisters(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE { in NeedsTwoRegisters() function
Dcode_generator_arm_vixl.h525 bool NeedsTwoRegisters(Primitive::Type type) const OVERRIDE { in NeedsTwoRegisters() function
Dregister_allocator_graph_color.cc820 if (codegen_->NeedsTwoRegisters(interval->GetType())) { in ProcessInstruction()
952 if (codegen_->NeedsTwoRegisters(Primitive::kPrimDouble)) { in CheckForTempLiveIntervals()