Home
last modified time | relevance | path

Searched defs:NeedsTwoRegisters (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.h397 bool NeedsTwoRegisters(DataType::Type type ATTRIBUTE_UNUSED) const override { in NeedsTwoRegisters() function
Dcode_generator_mips64.h528 bool NeedsTwoRegisters(DataType::Type type ATTRIBUTE_UNUSED) const override { return false; } in NeedsTwoRegisters() function
Dcode_generator_x86.h476 bool NeedsTwoRegisters(DataType::Type type) const override { in NeedsTwoRegisters() function
Dcode_generator_mips.h548 bool NeedsTwoRegisters(DataType::Type type) const override { in NeedsTwoRegisters() function
Dcode_generator_arm64.h542 bool NeedsTwoRegisters(DataType::Type type ATTRIBUTE_UNUSED) const override { in NeedsTwoRegisters() function
Dcode_generator_arm_vixl.h528 bool NeedsTwoRegisters(DataType::Type type) const override { in NeedsTwoRegisters() function