Searched refs:JSTypedLowering (Results 1 – 3 of 3) sorted by relevance
38 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::JSTypedLowering465 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 …]
32 class V8_EXPORT_PRIVATE JSTypedLowering final35 JSTypedLowering(Editor* editor, JSGraph* jsgraph, JSHeapBroker* broker, in NON_EXPORTED_BASE()37 ~JSTypedLowering() final = default; in NON_EXPORTED_BASE()
1507 JSTypedLowering typed_lowering(&graph_reducer, data->jsgraph(), in DECL_PIPELINE_PHASE_CONSTANTS()