Searched refs:NumberLessThan (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | typed-optimization.cc | 421 return simplified()->NumberLessThan(); in NumberComparisonFor() 493 comparison_op = simplified()->NumberLessThan(); in TryReduceStringComparisonOfStringFromSingleCharCode() 763 return simplified->NumberLessThan(); in NumberOpFromSpeculativeNumberOp()
|
H A D | graph-assembler.cc | 319 TNode<Boolean> JSGraphAssembler::NumberLessThan(TNode<Number> lhs, in NumberLessThan() function in v8::internal::compiler::JSGraphAssembler 322 graph()->NewNode(simplified()->NumberLessThan(), lhs, rhs)); in NumberLessThan()
|
H A D | js-call-reducer.cc | 527 return NumberLessThan(i, excluded_limit); in ForZeroUntil() 609 return NumberLessThan(i, excluded_limit); in For1ZeroUntil() 1218 NumberLessThan(NumberSubtract(length, clamped_start), 1261 auto search_string_too_long = NumberLessThan( 1303 SelectIf<Number>(NumberLessThan(start_smi, zero)) 1313 SelectIf<Number>(NumberLessThan(end_smi, zero)) 1322 return SelectIf<String>(NumberLessThan(from, to)) 1506 cond = [&](TNode<Number> i) { return NumberLessThan(i, original_length); }; 2136 TNode<Boolean> cond = NumberLessThan(from_index_smi, ZeroConstant()); 5388 graph()->NewNode(simplified()->NumberLessThan(), star [all...] |
H A D | js-native-context-specialization.cc | 2763 graph()->NewNode(simplified()->NumberLessThan(), index, length); in BuildElementAccess() 2773 // of the NumberLessThan above. in BuildElementAccess() 2835 graph()->NewNode(simplified()->NumberLessThan(), index, length); in BuildElementAccess() 2844 // of the NumberLessThan above. in BuildElementAccess() 2975 graph()->NewNode(simplified()->NumberLessThan(), index, length); in BuildElementAccess() 2985 // the NumberLessThan above. in BuildElementAccess() 3207 graph()->NewNode(simplified()->NumberLessThan(), index, length); in BuildElementAccess() 3259 graph()->NewNode(simplified()->NumberLessThan(), index, length); in BuildIndexedStringLoad() 3266 // NumberLessThan above. in BuildIndexedStringLoad()
|
H A D | js-typed-lowering.cc | 757 less_than = simplified()->NumberLessThan(); in ReduceJSComparison() 762 less_than = simplified()->NumberLessThan(); in ReduceJSComparison() 1249 graph()->NewNode(simplified()->NumberLessThan(), value_instance_type, in ReduceJSHasInPrototypeChain()
|
H A D | simplified-operator.h | 731 const Operator* NumberLessThan();
|
H A D | graph-assembler.h | 857 TNode<Boolean> NumberLessThan(TNode<Number> lhs, TNode<Number> rhs);
|
H A D | opcodes.h | 304 V(NumberLessThan) \
|
H A D | simplified-operator.cc | 679 V(NumberLessThan, Operator::kNoProperties, 2, 0) \
|
H A D | js-create-lowering.cc | 1607 graph()->NewNode(simplified()->NumberLessThan(), jsgraph()->Constant(i), in TryAllocateAliasedArguments()
|
Completed in 30 milliseconds