LLVM
3.7.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
work
release_test
rc4
llvm.src
lib
Target
AMDGPU
AMDGPUMCInstLower.h
Go to the documentation of this file.
1
//===- AMDGPUMCInstLower.h MachineInstr Lowering Interface ------*- C++ -*-===//
2
//
3
// The LLVM Compiler Infrastructure
4
//
5
// This file is distributed under the University of Illinois Open Source
6
// License. See LICENSE.TXT for details.
7
//
8
/// \file
9
//===----------------------------------------------------------------------===//
10
11
#ifndef LLVM_LIB_TARGET_R600_AMDGPUMCINSTLOWER_H
12
#define LLVM_LIB_TARGET_R600_AMDGPUMCINSTLOWER_H
13
14
namespace
llvm {
15
16
class
AMDGPUSubtarget;
17
class
MachineInstr;
18
class
MCContext;
19
class
MCInst;
20
21
class
AMDGPUMCInstLower
{
22
MCContext
&Ctx;
23
const
AMDGPUSubtarget
&ST;
24
25
public
:
26
AMDGPUMCInstLower
(
MCContext
&ctx,
const
AMDGPUSubtarget
&ST);
27
28
/// \brief Lower a MachineInstr to an MCInst
29
void
lower
(
const
MachineInstr
*
MI
,
MCInst
&OutMI)
const
;
30
31
};
32
33
}
// End namespace llvm
34
35
#endif
llvm::AMDGPUMCInstLower::AMDGPUMCInstLower
AMDGPUMCInstLower(MCContext &ctx, const AMDGPUSubtarget &ST)
Definition:
AMDGPUMCInstLower.cpp:39
llvm::MCContext
Context object for machine code objects.
Definition:
MCContext.h:48
llvm::MCInst
Instances of this class represent a single low-level machine instruction.
Definition:
MCInst.h:150
llvm::MachineInstr
Representation of each machine instruction.
Definition:
MachineInstr.h:51
llvm::AMDGPUMCInstLower::lower
void lower(const MachineInstr *MI, MCInst &OutMI) const
Lower a MachineInstr to an MCInst.
Definition:
AMDGPUMCInstLower.cpp:43
llvm::AArch64CC::MI
Definition:
AArch64BaseInfo.h:198
llvm::AMDGPUSubtarget
Definition:
AMDGPUSubtarget.h:36
llvm::AMDGPUMCInstLower
Definition:
AMDGPUMCInstLower.h:21
Generated on Mon Aug 31 2015 10:58:46 for LLVM by
1.8.6