HomeSort by relevance Sort by last modified time
    Searched refs:MCCodeGenInfo (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/MC/
MCCodeGenInfo.cpp 1 //===-- MCCodeGenInfo.cpp - Target CodeGen Info -----------------*- C++ -*-===//
15 #include "llvm/MC/MCCodeGenInfo.h"
18 void MCCodeGenInfo::initMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM,
Android.mk 14 MCCodeGenInfo.cpp \
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCTargetDesc.cpp 17 #include "llvm/MC/MCCodeGenInfo.h"
51 static MCCodeGenInfo *createMSP430MCCodeGenInfo(const Triple &TT,
55 MCCodeGenInfo *X = new MCCodeGenInfo();
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCTargetDesc.cpp 17 #include "llvm/MC/MCCodeGenInfo.h"
52 static MCCodeGenInfo *createNVPTXMCCodeGenInfo(const Triple &TT,
56 MCCodeGenInfo *X = new MCCodeGenInfo();
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 18 #include "llvm/MC/MCCodeGenInfo.h"
84 static MCCodeGenInfo *createSparcMCCodeGenInfo(const Triple &TT,
88 MCCodeGenInfo *X = new MCCodeGenInfo();
102 static MCCodeGenInfo *createSparcV9MCCodeGenInfo(const Triple &TT,
106 MCCodeGenInfo *X = new MCCodeGenInfo();
  /external/llvm/lib/Target/BPF/MCTargetDesc/
BPFMCTargetDesc.cpp 18 #include "llvm/MC/MCCodeGenInfo.h"
54 static MCCodeGenInfo *createBPFMCCodeGenInfo(const Triple &TT, Reloc::Model RM,
57 MCCodeGenInfo *X = new MCCodeGenInfo();
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 18 #include "llvm/MC/MCCodeGenInfo.h"
56 static MCCodeGenInfo *createAMDGPUMCCodeGenInfo(StringRef TT, Reloc::Model RM,
59 MCCodeGenInfo *X = new MCCodeGenInfo();
  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 1 //===-- llvm/MC/MCCodeGenInfo.h - Target CodeGen Info -----------*- C++ -*-===//
22 class MCCodeGenInfo {
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 21 #include "llvm/MC/MCCodeGenInfo.h"
59 static MCCodeGenInfo *createAMDGPUMCCodeGenInfo(const Triple &TT,
63 MCCodeGenInfo *X = new MCCodeGenInfo();
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 18 #include "llvm/MC/MCCodeGenInfo.h"
65 static MCCodeGenInfo *createXCoreMCCodeGenInfo(const Triple &TT,
69 MCCodeGenInfo *X = new MCCodeGenInfo();
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 18 #include "llvm/MC/MCCodeGenInfo.h"
75 static MCCodeGenInfo *createAArch64MCCodeGenInfo(const Triple &TT,
102 MCCodeGenInfo *X = new MCCodeGenInfo();
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 21 #include "llvm/MC/MCCodeGenInfo.h"
85 static MCCodeGenInfo *createMipsMCCodeGenInfo(const Triple &TT, Reloc::Model RM,
88 MCCodeGenInfo *X = new MCCodeGenInfo();
  /external/llvm/include/llvm/Target/
TargetMachine.h 33 class MCCodeGenInfo;
95 MCCodeGenInfo *CodeGenInfo;
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.cpp 19 #include "llvm/MC/MCCodeGenInfo.h"
162 static MCCodeGenInfo *createHexagonMCCodeGenInfo(const Triple &TT,
166 MCCodeGenInfo *X = new MCCodeGenInfo();
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 18 #include "llvm/MC/MCCodeGenInfo.h"
90 static MCCodeGenInfo *createPPCMCCodeGenInfo(const Triple &TT, Reloc::Model RM,
93 MCCodeGenInfo *X = new MCCodeGenInfo();
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 19 #include "llvm/MC/MCCodeGenInfo.h"
155 static MCCodeGenInfo *createX86MCCodeGenInfo(const Triple &TT, Reloc::Model RM,
158 MCCodeGenInfo *X = new MCCodeGenInfo();
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 19 #include "llvm/MC/MCCodeGenInfo.h"
204 static MCCodeGenInfo *createARMMCCodeGenInfo(const Triple &TT, Reloc::Model RM,
207 MCCodeGenInfo *X = new MCCodeGenInfo();
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 13 #include "llvm/MC/MCCodeGenInfo.h"
162 static MCCodeGenInfo *createSystemZMCCodeGenInfo(const Triple &TT,
166 MCCodeGenInfo *X = new MCCodeGenInfo();
223 // Register the MCCodeGenInfo.
  /external/llvm/include/llvm/Support/
TargetRegistry.h 36 class MCCodeGenInfo;
95 typedef MCCodeGenInfo *(*MCCodeGenInfoCtorFnTy)(const Triple &TT,
181 /// MCCodeGenInfo, if registered.
303 /// createMCCodeGenInfo - Create a MCCodeGenInfo implementation.
305 MCCodeGenInfo *createMCCodeGenInfo(StringRef TT, Reloc::Model RM,
649 /// RegisterMCCodeGenInfo - Register a MCCodeGenInfo implementation for the
657 /// @param Fn - A function to construct a MCCodeGenInfo for the target.
    [all...]

Completed in 1087 milliseconds