Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dint64-lowering.cc23 Int64Lowering::Int64Lowering(Graph* graph, MachineOperatorBuilder* machine, in Int64Lowering() function in v8::internal::compiler::Int64Lowering
42 void Int64Lowering::LowerGraph() { in LowerGraph()
88 int Int64Lowering::GetParameterCountAfterLowering( in GetParameterCountAfterLowering()
107 void Int64Lowering::GetIndexNodes(Node* index, Node*& index_low, in GetIndexNodes()
124 const int Int64Lowering::kLowerWordOffset = 0;
125 const int Int64Lowering::kHigherWordOffset = 4;
127 const int Int64Lowering::kLowerWordOffset = 4;
128 const int Int64Lowering::kHigherWordOffset = 0;
131 void Int64Lowering::LowerNode(Node* node) { in LowerNode()
811 void Int64Lowering::LowerComparison(Node* node, const Operator* high_word_op, in LowerComparison()
[all …]
Dint64-lowering.h19 class V8_EXPORT_PRIVATE Int64Lowering {
21 Int64Lowering(Graph* graph, MachineOperatorBuilder* machine,
Dwasm-compiler.cc2939 : Int64Lowering::GetParameterCountAfterLowering(sig); in BuildWasmInterpreterEntry()
3330 Int64Lowering r(jsgraph()->graph(), jsgraph()->machine(), in Int64LoweringForTesting()
3991 Int64Lowering(graph, machine, common, jsgraph_->zone(), function_->sig) in BuildGraphForWasmFunction()