Home
last modified time | relevance | path

Searched refs:JSTypedLowering (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Djs-typed-lowering.cc108 JSBinopReduction(JSTypedLowering* lowering, Node* node) in JSBinopReduction()
265 JSTypedLowering* lowering_; // The containing lowering instance.
432 JSTypedLowering::JSTypedLowering(Editor* editor, in JSTypedLowering() function in v8::internal::compiler::JSTypedLowering
452 Reduction JSTypedLowering::ReduceJSAdd(Node* node) { in ReduceJSAdd()
484 Reduction JSTypedLowering::ReduceJSModulus(Node* node) { in ReduceJSModulus()
497 Reduction JSTypedLowering::ReduceNumberBinop(Node* node, in ReduceNumberBinop()
514 Reduction JSTypedLowering::ReduceInt32Binop(Node* node, const Operator* intOp) { in ReduceInt32Binop()
532 Reduction JSTypedLowering::ReduceUI32Shift(Node* node, in ReduceUI32Shift()
552 Reduction JSTypedLowering::ReduceJSComparison(Node* node) { in ReduceJSComparison()
625 Reduction JSTypedLowering::ReduceJSEqual(Node* node, bool invert) { in ReduceJSEqual()
[all …]
Djs-typed-lowering.h32 class JSTypedLowering final : public AdvancedReducer {
42 JSTypedLowering(Editor* editor, CompilationDependencies* dependencies,
44 ~JSTypedLowering() final {} in ~JSTypedLowering()
132 DEFINE_OPERATORS_FOR_FLAGS(JSTypedLowering::Flags)
Dpipeline.cc613 JSTypedLowering::Flags typed_lowering_flags = JSTypedLowering::kNoFlags; in Run()
615 typed_lowering_flags |= JSTypedLowering::kDeoptimizationEnabled; in Run()
618 typed_lowering_flags |= JSTypedLowering::kDisableBinaryOpReduction; in Run()
620 JSTypedLowering typed_lowering(&graph_reducer, data->info()->dependencies(), in Run()
/external/v8/test/unittests/compiler/
Djs-typed-lowering-unittest.cc89 JSTypedLowering reducer(&graph_reducer, &deps_, in Reduce()
90 JSTypedLowering::kDeoptimizationEnabled, &jsgraph, in Reduce()
/external/v8/test/cctest/compiler/
Dtest-js-typed-lowering.cc98 JSTypedLowering reducer(&graph_reducer, &deps, in reduce()
99 JSTypedLowering::kDeoptimizationEnabled, &jsgraph, in reduce()