v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
int64-lowering-phase.cc
Go to the documentation of this file.
1
// Copyright 2023 the V8 project authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#include "
src/compiler/turboshaft/int64-lowering-phase.h
"
6
7
#if V8_TARGET_ARCH_32_BIT
8
#include "
src/compiler/turboshaft/copying-phase.h
"
9
#include "
src/compiler/turboshaft/int64-lowering-reducer.h
"
10
#include "
src/compiler/turboshaft/variable-reducer.h
"
11
#endif
12
13
namespace
v8::internal::compiler::turboshaft
{
14
15
void
Int64LoweringPhase::Run
(
PipelineData
* data,
Zone
* temp_zone) {
16
#if V8_TARGET_ARCH_32_BIT
17
turboshaft::CopyingPhase<turboshaft::Int64LoweringReducer>::Run
(data,
18
temp_zone);
19
#else
20
UNREACHABLE
();
21
#endif
22
}
23
24
}
// namespace v8::internal::compiler::turboshaft
v8::internal::Zone
Definition
zone.h:43
v8::internal::compiler::turboshaft::CopyingPhase::Run
static void Run(PipelineData *data, Zone *phase_zone)
Definition
copying-phase.h:1067
v8::internal::compiler::turboshaft::PipelineData
Definition
phase.h:177
copying-phase.h
int64-lowering-phase.h
int64-lowering-reducer.h
v8::internal::compiler::turboshaft
Definition
builtins.h:33
v8::internal::UNREACHABLE
UNREACHABLE()
v8::internal::compiler::turboshaft::Int64LoweringPhase::Run
void Run(PipelineData *data, Zone *temp_zone)
Definition
int64-lowering-phase.cc:15
variable-reducer.h
src
compiler
turboshaft
int64-lowering-phase.cc
Generated on Sun Apr 6 2025 21:08:52 for v8 by
1.12.0