LLVM
22.0.0git
lib
Target
M68k
M68kSelectionDAGInfo.h
Go to the documentation of this file.
1
//===----------------------------------------------------------------------===//
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
9
#ifndef LLVM_LIB_TARGET_M68K_M68KSELECTIONDAGINFO_H
10
#define LLVM_LIB_TARGET_M68K_M68KSELECTIONDAGINFO_H
11
12
#include "
llvm/CodeGen/SelectionDAGTargetInfo.h
"
13
14
#define GET_SDNODE_ENUM
15
#include "M68kGenSDNodeInfo.inc"
16
17
namespace
llvm
{
18
19
class
M68kSelectionDAGInfo
:
public
SelectionDAGGenTargetInfo
{
20
public
:
21
M68kSelectionDAGInfo
();
22
23
~M68kSelectionDAGInfo
()
override
;
24
};
25
26
}
// namespace llvm
27
28
#endif
// LLVM_LIB_TARGET_M68K_M68KSELECTIONDAGINFO_H
SelectionDAGTargetInfo.h
llvm::M68kSelectionDAGInfo
Definition:
M68kSelectionDAGInfo.h:19
llvm::M68kSelectionDAGInfo::M68kSelectionDAGInfo
M68kSelectionDAGInfo()
Definition:
M68kSelectionDAGInfo.cpp:16
llvm::M68kSelectionDAGInfo::~M68kSelectionDAGInfo
~M68kSelectionDAGInfo() override
llvm::SelectionDAGGenTargetInfo
Proxy class that targets should inherit from if they wish to use the generated node descriptions.
Definition:
SelectionDAGTargetInfo.h:192
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
Generated on Tue Sep 2 2025 05:14:27 for LLVM by
1.9.6