Searched refs:MachineOperatorReducer (Results 1 – 3 of 3) sorted by relevance
21 MachineOperatorReducer::MachineOperatorReducer(MachineGraph* mcgraph, in MachineOperatorReducer() function in v8::internal::compiler::MachineOperatorReducer25 MachineOperatorReducer::~MachineOperatorReducer() {} in ~MachineOperatorReducer()28 Node* MachineOperatorReducer::Float32Constant(volatile float value) { in Float32Constant()33 Node* MachineOperatorReducer::Float64Constant(volatile double value) { in Float64Constant()38 Node* MachineOperatorReducer::Int32Constant(int32_t value) { in Int32Constant()43 Node* MachineOperatorReducer::Int64Constant(int64_t value) { in Int64Constant()47 Node* MachineOperatorReducer::Float64Mul(Node* lhs, Node* rhs) { in Float64Mul()51 Node* MachineOperatorReducer::Float64PowHalf(Node* value) { in Float64PowHalf()62 Node* MachineOperatorReducer::Word32And(Node* lhs, Node* rhs) { in Word32And()69 Node* MachineOperatorReducer::Word32Sar(Node* lhs, uint32_t rhs) { in Word32Sar()[all …]
23 class V8_EXPORT_PRIVATE MachineOperatorReducer final26 explicit MachineOperatorReducer(MachineGraph* mcgraph, in NON_EXPORTED_BASE()28 ~MachineOperatorReducer(); in NON_EXPORTED_BASE()
1049 MachineOperatorReducer machine_reducer(data->mcgraph(), asmjs_origin_); in ExecuteJobImpl()1438 MachineOperatorReducer machine_reducer(data->jsgraph()); in Run()1599 MachineOperatorReducer machine_reducer(data->jsgraph()); in Run()