v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
instruction-scheduler-loong64.cc
Go to the documentation of this file.
1// Copyright 2021 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
7
8namespace v8 {
9namespace internal {
10namespace compiler {
11
12// TODO(LOONG_dev): LOONG64 Support instruction scheduler.
13bool InstructionScheduler::SchedulerSupported() { return false; }
14
16 const Instruction* instr) const {
18}
19
22}
23
24} // namespace compiler
25} // namespace internal
26} // namespace v8
int GetTargetInstructionFlags(const Instruction *instr) const
static int GetInstructionLatency(const Instruction *instr)
Instruction * instr