Searched refs:kSignedSmallInputs (Results 1 – 9 of 9) sorted by relevance
18 kSignedSmallInputs, enumerator
16 case BinaryOperationHint::kSignedSmallInputs: in operator <<()
251 case BinaryOperationFeedback::kSignedSmallInputs: in BinaryOperationHintFromFeedback()252 return BinaryOperationHint::kSignedSmallInputs; in BinaryOperationHintFromFeedback()
27 case BinaryOperationHint::kSignedSmallInputs: in BinaryOperationHintToNumberOperationHint()28 *number_hint = NumberOperationHint::kSignedSmallInputs; in BinaryOperationHintToNumberOperationHint()49 case BinaryOperationHint::kSignedSmallInputs: in BinaryOperationHintToBigIntOperationHint()
513 case NumberOperationHint::kSignedSmallInputs: in operator <<()1154 Name##Operator<NumberOperationHint::kSignedSmallInputs> \1551 case NumberOperationHint::kSignedSmallInputs: in SpeculativeToNumber()1793 case NumberOperationHint::kSignedSmallInputs: \1815 case NumberOperationHint::kSignedSmallInputs: in SPECULATIVE_NUMBER_BINOP()
111 case NumberOperationHint::kSignedSmallInputs: in CheckedUseInfoAsWord32FromHint()131 case NumberOperationHint::kSignedSmallInputs: in CheckedUseInfoAsFloat64FromHint()2362 case NumberOperationHint::kSignedSmallInputs: in VisitNode()2526 hint == NumberOperationHint::kSignedSmallInputs) { in VisitNode()2533 } else if (hint != NumberOperationHint::kSignedSmallInputs) { in VisitNode()3630 case NumberOperationHint::kSignedSmallInputs: in VisitNode()
526 kSignedSmallInputs, // Inputs were Smi, output was Number. enumerator
539 SmiConstant(BinaryOperationFeedback::kSignedSmallInputs); in Generate_DivideWithFeedback()
1466 kSignedSmallInputs = 0x3, enumerator