Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm.h290 bool NeedsTwoRegisters(Primitive::Type type) const OVERRIDE { in NeedsTwoRegisters() function
Dcode_generator_mips64.h282 bool NeedsTwoRegisters(Primitive::Type type ATTRIBUTE_UNUSED) const { return false; } in NeedsTwoRegisters() function
Dcode_generator_x86.h277 bool NeedsTwoRegisters(Primitive::Type type) const OVERRIDE { in NeedsTwoRegisters() function
Dcode_generator_x86_64.h268 bool NeedsTwoRegisters(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE { in NeedsTwoRegisters() function
Dcode_generator_arm64.h339 bool NeedsTwoRegisters(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE { in NeedsTwoRegisters() function
Dcode_generator.h207 virtual bool NeedsTwoRegisters(Primitive::Type type) const = 0;
Dregister_allocator.cc229 if (codegen_->NeedsTwoRegisters(Primitive::kPrimDouble)) { in ProcessInstruction()
312 if (codegen_->NeedsTwoRegisters(current->GetType())) { in ProcessInstruction()
1789 if (codegen_->NeedsTwoRegisters(Primitive::kPrimDouble)) { in Resolve()