LLVM
17.0.0git
lib
Target
MSP430
TargetInfo
MSP430TargetInfo.cpp
Go to the documentation of this file.
1
//===-- MSP430TargetInfo.cpp - MSP430 Target Implementation ---------------===//
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
#include "
TargetInfo/MSP430TargetInfo.h
"
10
#include "
llvm/MC/TargetRegistry.h
"
11
using namespace
llvm
;
12
13
Target
&
llvm::getTheMSP430Target
() {
14
static
Target
TheMSP430Target;
15
return
TheMSP430Target;
16
}
17
18
extern
"C"
LLVM_EXTERNAL_VISIBILITY
void
LLVMInitializeMSP430TargetInfo
() {
19
RegisterTarget<Triple::msp430>
X
(
getTheMSP430Target
(),
"msp430"
,
20
"MSP430 [experimental]"
,
"MSP430"
);
21
}
MSP430TargetInfo.h
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
llvm::Target
Target - Wrapper for Target specific information.
Definition:
TargetRegistry.h:149
X
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang", "erlang-compatible garbage collector")
LLVM_EXTERNAL_VISIBILITY
#define LLVM_EXTERNAL_VISIBILITY
Definition:
Compiler.h:127
llvm::RegisterTarget
RegisterTarget - Helper template for registering a target, for use in the target's initialization fun...
Definition:
TargetRegistry.h:1136
llvm::getTheMSP430Target
Target & getTheMSP430Target()
Definition:
MSP430TargetInfo.cpp:13
TargetRegistry.h
LLVMInitializeMSP430TargetInfo
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeMSP430TargetInfo()
Definition:
MSP430TargetInfo.cpp:18
Generated on Sat Jan 28 2023 10:11:14 for LLVM by
1.8.17