Searched refs:NeedsTwoRegisters (Results 1 – 7 of 7) sorted by relevance
290 bool NeedsTwoRegisters(Primitive::Type type) const OVERRIDE { in NeedsTwoRegisters() function
282 bool NeedsTwoRegisters(Primitive::Type type ATTRIBUTE_UNUSED) const { return false; } in NeedsTwoRegisters() function
277 bool NeedsTwoRegisters(Primitive::Type type) const OVERRIDE { in NeedsTwoRegisters() function
268 bool NeedsTwoRegisters(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE { in NeedsTwoRegisters() function
339 bool NeedsTwoRegisters(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE { in NeedsTwoRegisters() function
207 virtual bool NeedsTwoRegisters(Primitive::Type type) const = 0;
229 if (codegen_->NeedsTwoRegisters(Primitive::kPrimDouble)) { in ProcessInstruction()312 if (codegen_->NeedsTwoRegisters(current->GetType())) { in ProcessInstruction()1789 if (codegen_->NeedsTwoRegisters(Primitive::kPrimDouble)) { in Resolve()