Searched refs:NeedsTwoRegisters (Results 1 – 10 of 10) sorted by relevance
252 if (codegen_->NeedsTwoRegisters(Primitive::kPrimDouble)) { in ProcessInstruction()307 if (codegen_->NeedsTwoRegisters(current->GetType())) { in ProcessInstruction()
387 bool NeedsTwoRegisters(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE { in NeedsTwoRegisters() function
508 bool NeedsTwoRegisters(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE { return false; } in NeedsTwoRegisters() function
459 bool NeedsTwoRegisters(Primitive::Type type) const OVERRIDE { in NeedsTwoRegisters() function
543 bool NeedsTwoRegisters(Primitive::Type type) const OVERRIDE { in NeedsTwoRegisters() function
267 virtual bool NeedsTwoRegisters(Primitive::Type type) const = 0;
213 if (codegen_->NeedsTwoRegisters(Primitive::kPrimDouble)) { in Resolve()
534 bool NeedsTwoRegisters(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE { in NeedsTwoRegisters() function
525 bool NeedsTwoRegisters(Primitive::Type type) const OVERRIDE { in NeedsTwoRegisters() function
820 if (codegen_->NeedsTwoRegisters(interval->GetType())) { in ProcessInstruction()952 if (codegen_->NeedsTwoRegisters(Primitive::kPrimDouble)) { in CheckForTempLiveIntervals()