Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.cc21 MachineOperatorReducer::MachineOperatorReducer(JSGraph* jsgraph, in MachineOperatorReducer() function in v8::internal::compiler::MachineOperatorReducer
25 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 …]
Dmachine-operator-reducer.h24 class V8_EXPORT_PRIVATE MachineOperatorReducer final
27 explicit MachineOperatorReducer(JSGraph* jsgraph, in NON_EXPORTED_BASE()
29 ~MachineOperatorReducer(); in NON_EXPORTED_BASE()
Dpipeline.cc691 MachineOperatorReducer machine_reducer(data->jsgraph(), in ExecuteJobImpl()
1038 MachineOperatorReducer machine_reducer(data->jsgraph()); in Run()
1176 MachineOperatorReducer machine_reducer(data->jsgraph()); in Run()