LLVM
3.7.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
work
release_test
rc4
llvm.src
lib
Target
WebAssembly
WebAssemblyInstrInfo.h
Go to the documentation of this file.
1
//=- WebAssemblyInstrInfo.h - WebAssembly Instruction Information -*- 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
//===----------------------------------------------------------------------===//
9
///
10
/// \file
11
/// \brief This file contains the WebAssembly implementation of the
12
/// TargetInstrInfo class.
13
///
14
//===----------------------------------------------------------------------===//
15
16
#ifndef LLVM_LIB_TARGET_WEBASSEMBLY_WEBASSEMBLYINSTRINFO_H
17
#define LLVM_LIB_TARGET_WEBASSEMBLY_WEBASSEMBLYINSTRINFO_H
18
19
#include "
WebAssemblyRegisterInfo.h
"
20
#include "
llvm/Target/TargetInstrInfo.h
"
21
22
namespace
llvm {
23
24
class
WebAssemblySubtarget;
25
26
class
WebAssemblyInstrInfo
final {
27
const
WebAssemblyRegisterInfo
RI;
28
29
public
:
30
explicit
WebAssemblyInstrInfo
(
const
WebAssemblySubtarget
&STI);
31
32
const
WebAssemblyRegisterInfo
&
getRegisterInfo
()
const
{
return
RI; }
33
};
34
35
}
// end namespace llvm
36
37
#endif
llvm::WebAssemblySubtarget
Definition:
WebAssemblySubtarget.h:31
llvm::WebAssemblyInstrInfo
Definition:
WebAssemblyInstrInfo.h:26
TargetInstrInfo.h
WebAssemblyRegisterInfo.h
This file contains the WebAssembly implementation of the WebAssemblyRegisterInfo class.
llvm::WebAssemblyInstrInfo::getRegisterInfo
const WebAssemblyRegisterInfo & getRegisterInfo() const
Definition:
WebAssemblyInstrInfo.h:32
llvm::WebAssemblyInstrInfo::WebAssemblyInstrInfo
WebAssemblyInstrInfo(const WebAssemblySubtarget &STI)
Definition:
WebAssemblyInstrInfo.cpp:27
llvm::WebAssemblyRegisterInfo
Definition:
WebAssemblyRegisterInfo.h:29
Generated on Mon Aug 31 2015 11:11:30 for LLVM by
1.8.6