Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-typed-lowering.cc38 JSBinopReduction(JSTypedLowering* lowering, Node* node) in JSBinopReduction()
406 JSTypedLowering* lowering_; // The containing lowering instance.
451 JSTypedLowering::JSTypedLowering(Editor* editor, JSGraph* jsgraph, in JSTypedLowering() function in v8::internal::compiler::JSTypedLowering
465 Reduction JSTypedLowering::ReduceJSBitwiseNot(Node* node) { in ReduceJSBitwiseNot()
481 Reduction JSTypedLowering::ReduceJSDecrement(Node* node) { in ReduceJSDecrement()
497 Reduction JSTypedLowering::ReduceJSIncrement(Node* node) { in ReduceJSIncrement()
513 Reduction JSTypedLowering::ReduceJSNegate(Node* node) { in ReduceJSNegate()
528 Reduction JSTypedLowering::ReduceJSAdd(Node* node) { in ReduceJSAdd()
695 Reduction JSTypedLowering::ReduceNumberBinop(Node* node) { in ReduceNumberBinop()
704 Reduction JSTypedLowering::ReduceInt32Binop(Node* node) { in ReduceInt32Binop()
[all …]
Djs-typed-lowering.h32 class V8_EXPORT_PRIVATE JSTypedLowering final
35 JSTypedLowering(Editor* editor, JSGraph* jsgraph, JSHeapBroker* broker, in NON_EXPORTED_BASE()
37 ~JSTypedLowering() final = default; in NON_EXPORTED_BASE()
Dpipeline.cc1507 JSTypedLowering typed_lowering(&graph_reducer, data->jsgraph(), in DECL_PIPELINE_PHASE_CONSTANTS()