LLVM
17.0.0git
lib
Target
RISCV
GISel
RISCVLegalizerInfo.cpp
Go to the documentation of this file.
1
//===-- RISCVLegalizerInfo.cpp ----------------------------------*- C++ -*-===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
/// \file
9
/// This file implements the targeting of the Machinelegalizer class for RISC-V.
10
/// \todo This should be generated by TableGen.
11
//===----------------------------------------------------------------------===//
12
13
#include "
RISCVLegalizerInfo.h
"
14
#include "
llvm/CodeGen/TargetOpcodes.h
"
15
#include "
llvm/CodeGen/ValueTypes.h
"
16
#include "
llvm/IR/DerivedTypes.h
"
17
#include "
llvm/IR/Type.h
"
18
19
using namespace
llvm
;
20
21
RISCVLegalizerInfo::RISCVLegalizerInfo
(
const
RISCVSubtarget
&ST) {
22
getLegacyLegalizerInfo
().
computeTables
();
23
}
DerivedTypes.h
RISCVLegalizerInfo.h
This file declares the targeting of the Machinelegalizer class for RISC-V.
TargetOpcodes.h
Type.h
ValueTypes.h
llvm::LegacyLegalizerInfo::computeTables
void computeTables()
Compute any ancillary tables needed to quickly decide how an operation should be handled.
Definition:
LegacyLegalizerInfo.cpp:102
llvm::LegalizerInfo::getLegacyLegalizerInfo
const LegacyLegalizerInfo & getLegacyLegalizerInfo() const
Definition:
LegalizerInfo.h:1202
llvm::RISCVLegalizerInfo::RISCVLegalizerInfo
RISCVLegalizerInfo(const RISCVSubtarget &ST)
Definition:
RISCVLegalizerInfo.cpp:21
llvm::RISCVSubtarget
Definition:
RISCVSubtarget.h:35
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
Generated on Mon Jun 5 2023 05:22:14 for LLVM by
1.9.6