Searched refs:JSTypedLowering (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | js-typed-lowering.cc | 108 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 …]
|
D | js-typed-lowering.h | 32 class JSTypedLowering final : public AdvancedReducer { 42 JSTypedLowering(Editor* editor, CompilationDependencies* dependencies, 44 ~JSTypedLowering() final {} in ~JSTypedLowering() 132 DEFINE_OPERATORS_FOR_FLAGS(JSTypedLowering::Flags)
|
D | pipeline.cc | 613 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/ |
D | js-typed-lowering-unittest.cc | 89 JSTypedLowering reducer(&graph_reducer, &deps_, in Reduce() 90 JSTypedLowering::kDeoptimizationEnabled, &jsgraph, in Reduce()
|
/external/v8/test/cctest/compiler/ |
D | test-js-typed-lowering.cc | 98 JSTypedLowering reducer(&graph_reducer, &deps, in reduce() 99 JSTypedLowering::kDeoptimizationEnabled, &jsgraph, in reduce()
|