Searched refs:IsDouble (Results 1 – 21 of 21) sorted by relevance
1 // RUN: llvm-tblgen %s | grep "bit IsDouble = 1;" | count 37 bit IsDouble = 0;21 let IsDouble = 0 in24 let IsDouble = 1 in
882 ASSERT(instr->representation().IsDouble()); in DoArithmeticD()883 ASSERT(instr->left()->representation().IsDouble()); in DoArithmeticD()884 ASSERT(instr->right()->representation().IsDouble()); in DoArithmeticD()1048 ASSERT(!value->representation().IsDouble()); in DoBranch()1195 ASSERT(instr->representation().IsDouble()); in DoUnaryMathOperation()1196 ASSERT(instr->value()->representation().IsDouble()); in DoUnaryMathOperation()1340 if (instr->representation().IsDouble()) { in DoDiv()1386 ASSERT(instr->representation().IsDouble()); in DoMod()1414 } else if (instr->representation().IsDouble()) { in DoMul()1435 } else if (instr->representation().IsDouble()) { in DoSub()[all …]
1427 } else if (r.IsDouble()) { in DoBranch()2870 if (r.IsDouble()) { in DoMathAbs()3051 ASSERT(exponent_type.IsDouble()); in DoPower()
585 return hydrogen()->GetInputRepresentation().IsDouble(); in is_double()
877 ASSERT(instr->representation().IsDouble()); in DoArithmeticD()878 ASSERT(instr->left()->representation().IsDouble()); in DoArithmeticD()879 ASSERT(instr->right()->representation().IsDouble()); in DoArithmeticD()1042 ASSERT(!value->representation().IsDouble()); in DoBranch()1295 if (instr->representation().IsDouble()) { in DoDiv()1341 ASSERT(instr->representation().IsDouble()); in DoMod()1365 } else if (instr->representation().IsDouble()) { in DoMul()1386 } else if (instr->representation().IsDouble()) { in DoSub()1407 } else if (instr->representation().IsDouble()) { in DoAdd()1418 ASSERT(instr->representation().IsDouble()); in DoPower()[all …]
594 return hydrogen()->GetInputRepresentation().IsDouble(); in is_double()
1391 } else if (r.IsDouble()) { in DoBranch()2825 if (r.IsDouble()) { in DoMathAbs()3009 ASSERT(exponent_type.IsDouble()); in DoPower()
882 ASSERT(instr->representation().IsDouble()); in DoArithmeticD()883 ASSERT(instr->left()->representation().IsDouble()); in DoArithmeticD()884 ASSERT(instr->right()->representation().IsDouble()); in DoArithmeticD()1304 if (instr->representation().IsDouble()) { in DoDiv()1351 ASSERT(instr->representation().IsDouble()); in DoMod()1385 } else if (instr->representation().IsDouble()) { in DoMul()1406 } else if (instr->representation().IsDouble()) { in DoSub()1426 } else if (instr->representation().IsDouble()) { in DoAdd()1436 ASSERT(instr->representation().IsDouble()); in DoPower()1440 ASSERT(instr->left()->representation().IsDouble()); in DoPower()[all …]
330 } else if (r.IsDouble()) { in EmitLoadRegister()371 } else if (r.IsDouble()) { in EmitLoadDoubleRegister()423 } else if (r.IsDouble()) { in ToOperand()1606 } else if (r.IsDouble()) { in DoBranch()3103 if (r.IsDouble()) { in DoMathAbs()3271 ASSERT(exponent_type.IsDouble()); in DoPower()
610 return hydrogen()->GetInputRepresentation().IsDouble(); in is_double()
882 ASSERT(instr->representation().IsDouble()); in DoArithmeticD()883 ASSERT(instr->left()->representation().IsDouble()); in DoArithmeticD()884 ASSERT(instr->right()->representation().IsDouble()); in DoArithmeticD()1305 if (instr->representation().IsDouble()) { in DoDiv()1352 ASSERT(instr->representation().IsDouble()); in DoMod()1386 } else if (instr->representation().IsDouble()) { in DoMul()1407 } else if (instr->representation().IsDouble()) { in DoSub()1427 } else if (instr->representation().IsDouble()) { in DoAdd()1437 ASSERT(instr->representation().IsDouble()); in DoPower()1441 ASSERT(instr->left()->representation().IsDouble()); in DoPower()[all …]
300 } else if (r.IsDouble()) { in EmitLoadRegister()341 } else if (r.IsDouble()) { in EmitLoadDoubleRegister()391 } else if (r.IsDouble()) { in ToOperand()1465 } else if (r.IsDouble()) { in DoBranch()2986 if (r.IsDouble()) { in DoMathAbs()3168 ASSERT(exponent_type.IsDouble()); in DoPower()
609 return hydrogen()->GetInputRepresentation().IsDouble(); in is_double()
158 inline bool IsDouble() { in IsDouble() function
1307 if (r.IsDouble() && !has_double_value_) return NULL; in CopyToRepresentation()1491 if (r.IsDouble()) { in SetInputRepresentation()1939 if (from().IsDouble() && to().IsTagged()) return HType::HeapNumber(); in CalculateInferredType()2269 if (hint.IsDouble()) double_occurred = true; in InferredRepresentation()2274 if (value->representation().IsDouble()) double_occurred = true; in InferredRepresentation()
323 bool IsDouble() const { return is_double_; } in IsDouble() function
232 if (IsDouble()) { in CreateAssignedOperand()1050 } else if (!phi->representation().IsDouble()) { in ResolvePhis()1460 if (range->IsDouble()) { in ProcessOsrEntry()1621 if (value != NULL && value->representation().IsDouble()) { in RequiredRegisterKind()
2132 if (phi->representation().IsDouble()) { in MarkDeoptimizeOnUndefined()2157 ASSERT(change->to().IsTagged() || change->to().IsDouble()); in ComputeMinusZeroChecks()5647 if (!left->representation().IsDouble()) { in TryInlineBuiltinMethodCall()5656 if (!right->representation().IsDouble()) { in TryInlineBuiltinMethodCall()5690 if (left_operand->representation().IsDouble()) { in TryInlineBuiltinMethodCall()6547 if (instr->IsBitwiseBinaryOperation() && rep.IsDouble()) { in BuildBinaryOperation()6718 if (info.IsDouble()) return Representation::Double(); in ToRepresentation()
318 bool IsDouble() const { return kind_ == kDouble; } in IsDouble() function2405 virtual bool EmitAtUses() { return !representation().IsDouble(); }
393 bool IsDouble = StringSwitch<bool>(Mnemonic.lower()) in requestsDoubleOperand() local400 return IsDouble; in requestsDoubleOperand()
748 let IsDouble = 0 in751 let IsDouble = 1 in