Home
last modified time | relevance | path

Searched refs:BothInputsAre (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Djs-typed-lowering.cc94 if (BothInputsAre(Type::String()) || in ShouldCreateConsString()
376 bool BothInputsAre(Type* t) { return LeftInputIs(t) && RightInputIs(t); } in BothInputsAre() function in v8::internal::compiler::JSBinopReduction
544 r.BothInputsAre(Type::PlainPrimitive()) && in ReduceSpeculativeNumberAdd()
556 if (r.BothInputsAre(Type::Number())) { in ReduceJSAdd()
561 if ((r.BothInputsAre(Type::PlainPrimitive()) || in ReduceJSAdd()
603 if (r.BothInputsAre(Type::PlainPrimitive()) || in ReduceNumberBinop()
615 r.BothInputsAre(Type::NumberOrOddball())) { in ReduceSpeculativeNumberBinop()
625 if (r.BothInputsAre(Type::PlainPrimitive()) || in ReduceInt32Binop()
636 if (r.BothInputsAre(Type::PlainPrimitive()) || in ReduceUI32Shift()
776 if (r.BothInputsAre(Type::String())) { in ReduceJSComparison()
[all …]
Dsimplified-lowering.cc691 return BothInputsAre(node, Type::Signed32()); in BothInputsAreSigned32()
695 return BothInputsAre(node, Type::Unsigned32()); in BothInputsAreUnsigned32()
698 bool BothInputsAre(Node* node, Type* type) { in BothInputsAre() function in v8::internal::compiler::RepresentationSelector
833 if (BothInputsAre(node, Type::NumberOrOddball())) { in VisitSpeculativeInt32Binop()
1198 if (BothInputsAre(node, Type::NumberOrOddball())) { in VisitSpeculativeAdditiveOp()
1202 if (BothInputsAre(node, type_cache_.kAdditiveSafeIntegerOrMinusZero) && in VisitSpeculativeAdditiveOp()
1223 if (BothInputsAre(node, Type::Signed32()) || in VisitSpeculativeAdditiveOp()
1224 (BothInputsAre(node, Type::Signed32OrMinusZero()) && in VisitSpeculativeAdditiveOp()
1265 if (BothInputsAre(node, Type::PlainPrimitive())) { in VisitSpeculativeNumberModulus()
1268 if (BothInputsAre(node, Type::Unsigned32OrMinusZeroOrNaN()) && in VisitSpeculativeNumberModulus()
[all …]