Searched refs:Int64Lowering (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ |
D | int64-lowering.cc | 24 Int64Lowering::Int64Lowering(Graph* graph, MachineOperatorBuilder* machine, in Int64Lowering() function in v8::internal::compiler::Int64Lowering 43 void Int64Lowering::LowerGraph() { in LowerGraph() 120 void Int64Lowering::LowerWord64AtomicBinop(Node* node, const Operator* op) { in LowerWord64AtomicBinop() 129 void Int64Lowering::LowerWord64AtomicNarrowOp(Node* node, const Operator* op) { in LowerWord64AtomicNarrowOp() 136 int Int64Lowering::GetParameterCountAfterLowering( in GetParameterCountAfterLowering() 144 void Int64Lowering::GetIndexNodes(Node* index, Node*& index_low, in GetIndexNodes() 160 void Int64Lowering::LowerNode(Node* node) { in LowerNode() 953 void Int64Lowering::LowerComparison(Node* node, const Operator* high_word_op, in LowerComparison() 972 bool Int64Lowering::DefaultLowering(Node* node, bool low_word_only) { in DefaultLowering() 988 void Int64Lowering::ReplaceNode(Node* old, Node* new_low, Node* new_high) { in ReplaceNode() [all …]
|
D | int64-lowering.h | 23 class V8_EXPORT_PRIVATE Int64Lowering { 25 Int64Lowering(Graph* graph, MachineOperatorBuilder* machine,
|
D | wasm-compiler.cc | 3406 Int64Lowering r(mcgraph()->graph(), mcgraph()->machine(), mcgraph()->common(), in LowerInt64() 4748 Int64Lowering r(mcgraph()->graph(), mcgraph()->machine(), in BuildCWasmEntry()
|