LLVM 19.0.0git
Xtensa.h
Go to the documentation of this file.
1//===- Xtensa.h - Top-level interface for Xtensa representation -*- 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//
9// This file contains the entry points for global functions defined in
10// the LLVM Xtensa back-end.
11//
12//===----------------------------------------------------------------------===//
13
14#ifndef LLVM_LIB_TARGET_XTENSA_XTENSA_H
15#define LLVM_LIB_TARGET_XTENSA_XTENSA_H
16
18#include "llvm/PassRegistry.h"
20
21namespace llvm {
22class XtensaTargetMachine;
23class FunctionPass;
24
25FunctionPass *createXtensaISelDag(XtensaTargetMachine &TM,
26 CodeGenOptLevel OptLevel);
27} // namespace llvm
28#endif // LLVM_LIB_TARGET_XTENSA_XTENSA_H
const char LLVMTargetMachineRef TM
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18
FunctionPass * createXtensaISelDag(XtensaTargetMachine &TM, CodeGenOptLevel OptLevel)
CodeGenOptLevel
Code generation optimization level.
Definition: CodeGen.h:54