HomeSort by relevance Sort by last modified time
    Searched refs:MCInstrInfo (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.h 21 class MCInstrInfo;
29 MCCodeEmitter *createMBlazeMCCodeEmitter(const MCInstrInfo &MCII,
MBlazeMCTargetDesc.cpp 18 #include "llvm/MC/MCInstrInfo.h"
37 static MCInstrInfo *createMBlazeMCInstrInfo() {
38 MCInstrInfo *X = new MCInstrInfo();
MBlazeMCCodeEmitter.cpp 20 #include "llvm/MC/MCInstrInfo.h"
34 const MCInstrInfo &MCII;
37 MBlazeMCCodeEmitter(const MCInstrInfo &mcii, const MCSubtargetInfo &sti,
100 MCCodeEmitter *llvm::createMBlazeMCCodeEmitter(const MCInstrInfo &MCII,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h 21 class MCInstrInfo;
29 MCCodeEmitter *createPPCMCCodeEmitter(const MCInstrInfo &MCII,
PPCMCTargetDesc.cpp 19 #include "llvm/MC/MCInstrInfo.h"
36 static MCInstrInfo *createPPCMCInstrInfo() {
37 MCInstrInfo *X = new MCInstrInfo();
PPCMCCodeEmitter.cpp 32 PPCMCCodeEmitter(const MCInstrInfo &mcii, const MCSubtargetInfo &sti,
79 MCCodeEmitter *llvm::createPPCMCCodeEmitter(const MCInstrInfo &MCII,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 18 #include "llvm/MC/MCInstrInfo.h"
32 const MCInstrInfo &MCII;
36 MipsMCCodeEmitter(const MCInstrInfo &mcii, const MCSubtargetInfo &sti,
48 MCCodeEmitter *llvm::createMipsMCCodeEmitter(const MCInstrInfo &MCII,
MipsMCTargetDesc.h 19 class MCInstrInfo;
31 MCCodeEmitter *createMipsMCCodeEmitter(const MCInstrInfo &MCII,
MipsMCTargetDesc.cpp 19 #include "llvm/MC/MCInstrInfo.h"
36 static MCInstrInfo *createMipsMCInstrInfo() {
37 MCInstrInfo *X = new MCInstrInfo();
  /external/llvm/lib/Target/Alpha/MCTargetDesc/
AlphaMCTargetDesc.cpp 17 #include "llvm/MC/MCInstrInfo.h"
34 static MCInstrInfo *createAlphaMCInstrInfo() {
35 MCInstrInfo *X = new MCInstrInfo();
  /external/llvm/lib/Target/Blackfin/MCTargetDesc/
BlackfinMCTargetDesc.cpp 17 #include "llvm/MC/MCInstrInfo.h"
34 static MCInstrInfo *createBlackfinMCInstrInfo() {
35 MCInstrInfo *X = new MCInstrInfo();
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.h 24 class MCInstrInfo;
43 MCCodeEmitter *createARMMCCodeEmitter(const MCInstrInfo &MCII,
ARMMCTargetDesc.cpp 20 #include "llvm/MC/MCInstrInfo.h"
110 static MCInstrInfo *createARMMCInstrInfo() {
111 MCInstrInfo *X = new MCInstrInfo();
176 ARMMCInstrAnalysis(const MCInstrInfo *Info) : MCInstrAnalysis(Info) {}
206 static MCInstrAnalysis *createARMMCInstrAnalysis(const MCInstrInfo *Info) {
  /external/llvm/include/llvm/MC/
MCInstrInfo.h 1 //===-- llvm/MC/MCInstrInfo.h - Target Instruction Info ---------*- C++ -*-===//
24 /// MCInstrInfo - Interface to description of machine instruction set
26 class MCInstrInfo {
31 /// InitMCInstrInfo - Initialize MCInstrInfo, called by TableGen
MCInstrAnalysis.h 17 #include "llvm/MC/MCInstrInfo.h"
24 const MCInstrInfo *Info;
27 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {}
  /external/llvm/lib/Target/CellSPU/MCTargetDesc/
SPUMCTargetDesc.cpp 18 #include "llvm/MC/MCInstrInfo.h"
34 static MCInstrInfo *createSPUMCInstrInfo() {
35 MCInstrInfo *X = new MCInstrInfo();
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCTargetDesc.cpp 18 #include "llvm/MC/MCInstrInfo.h"
34 static MCInstrInfo *createMSP430MCInstrInfo() {
35 MCInstrInfo *X = new MCInstrInfo();
  /external/llvm/lib/Target/PTX/MCTargetDesc/
PTXMCTargetDesc.cpp 18 #include "llvm/MC/MCInstrInfo.h"
34 static MCInstrInfo *createPTXMCInstrInfo() {
35 MCInstrInfo *X = new MCInstrInfo();
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 17 #include "llvm/MC/MCInstrInfo.h"
33 static MCInstrInfo *createSparcMCInstrInfo() {
34 MCInstrInfo *X = new MCInstrInfo();
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 17 #include "llvm/MC/MCInstrInfo.h"
33 static MCInstrInfo *createSystemZMCInstrInfo() {
34 MCInstrInfo *X = new MCInstrInfo();
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 17 #include "llvm/MC/MCInstrInfo.h"
33 static MCInstrInfo *createXCoreMCInstrInfo() {
34 MCInstrInfo *X = new MCInstrInfo();
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 24 class MCInstrInfo;
78 MCCodeEmitter *createX86MCCodeEmitter(const MCInstrInfo &MCII,
X86MCTargetDesc.cpp 21 #include "llvm/MC/MCInstrInfo.h"
334 static MCInstrInfo *createX86MCInstrInfo() {
335 MCInstrInfo *X = new MCInstrInfo();
464 static MCInstrAnalysis *createX86MCInstrAnalysis(const MCInstrInfo *Info) {
  /external/llvm/include/llvm/Support/
TargetRegistry.h 40 class MCInstrInfo;
78 typedef MCInstrInfo *(*MCInstrInfoCtorFnTy)(void);
79 typedef MCInstrAnalysis *(*MCInstrAnalysisCtorFnTy)(const MCInstrInfo*Info);
104 typedef MCCodeEmitter *(*MCCodeEmitterCtorTy)(const MCInstrInfo &II,
152 /// MCInstrInfoCtorFn - Constructor function for this target's MCInstrInfo,
286 /// createMCInstrInfo - Create a MCInstrInfo implementation.
288 MCInstrInfo *createMCInstrInfo() const {
296 MCInstrAnalysis *createMCInstrAnalysis(const MCInstrInfo *Info) const {
396 MCCodeEmitter *createMCCodeEmitter(const MCInstrInfo &II,
565 /// RegisterMCInstrInfo - Register a MCInstrInfo implementation for th
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 17 #include "llvm/MC/MCInstrInfo.h"
44 class TargetInstrInfo : public MCInstrInfo {
    [all...]

Completed in 1581 milliseconds

1 2