Searched refs:MCCodeGenInfo (Results 1 - 19 of 19) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCCodeGenInfo.cpp1 //===-- MCCodeGenInfo.cpp - Target CodeGen Info -----------------*- C++ -*-===//
15 #include "llvm/MC/MCCodeGenInfo.h"
18 void MCCodeGenInfo::InitMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM) {
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/MCTargetDesc/
H A DAlphaMCTargetDesc.cpp16 #include "llvm/MC/MCCodeGenInfo.h"
53 static MCCodeGenInfo *createAlphaMCCodeGenInfo(StringRef TT, Reloc::Model RM,
55 MCCodeGenInfo *X = new MCCodeGenInfo();
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/MCTargetDesc/
H A DBlackfinMCTargetDesc.cpp16 #include "llvm/MC/MCCodeGenInfo.h"
54 static MCCodeGenInfo *createBlackfinMCCodeGenInfo(StringRef TT, Reloc::Model RM,
56 MCCodeGenInfo *X = new MCCodeGenInfo();
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCCodeGenInfo.h1 //===-- llvm/MC/MCCodeGenInfo.h - Target CodeGen Info -----------*- C++ -*-===//
22 class MCCodeGenInfo { class in namespace:llvm
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/
H A DSPUMCTargetDesc.cpp17 #include "llvm/MC/MCCodeGenInfo.h"
64 static MCCodeGenInfo *createSPUMCCodeGenInfo(StringRef TT, Reloc::Model RM,
66 MCCodeGenInfo *X = new MCCodeGenInfo();
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCTargetDesc.cpp17 #include "llvm/MC/MCCodeGenInfo.h"
53 static MCCodeGenInfo *createMSP430MCCodeGenInfo(StringRef TT, Reloc::Model RM,
55 MCCodeGenInfo *X = new MCCodeGenInfo();
/external/swiftshader/third_party/LLVM/lib/Target/PTX/MCTargetDesc/
H A DPTXMCTargetDesc.cpp17 #include "llvm/MC/MCCodeGenInfo.h"
54 static MCCodeGenInfo *createPTXMCCodeGenInfo(StringRef TT, Reloc::Model RM,
56 MCCodeGenInfo *X = new MCCodeGenInfo();
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCTargetDesc.cpp16 #include "llvm/MC/MCCodeGenInfo.h"
52 static MCCodeGenInfo *createSparcMCCodeGenInfo(StringRef TT, Reloc::Model RM,
54 MCCodeGenInfo *X = new MCCodeGenInfo();
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp16 #include "llvm/MC/MCCodeGenInfo.h"
53 static MCCodeGenInfo *createSystemZMCCodeGenInfo(StringRef TT, Reloc::Model RM,
55 MCCodeGenInfo *X = new MCCodeGenInfo();
/external/swiftshader/third_party/LLVM/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCTargetDesc.cpp16 #include "llvm/MC/MCCodeGenInfo.h"
63 static MCCodeGenInfo *createXCoreMCCodeGenInfo(StringRef TT, Reloc::Model RM,
65 MCCodeGenInfo *X = new MCCodeGenInfo();
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUMCTargetDesc.cpp18 #include "llvm/MC/MCCodeGenInfo.h"
56 static MCCodeGenInfo *createAMDGPUMCCodeGenInfo(StringRef TT, Reloc::Model RM,
59 MCCodeGenInfo *X = new MCCodeGenInfo();
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeMCTargetDesc.cpp17 #include "llvm/MC/MCCodeGenInfo.h"
64 static MCCodeGenInfo *createMBlazeMCCodeGenInfo(StringRef TT, Reloc::Model RM,
66 MCCodeGenInfo *X = new MCCodeGenInfo();
/external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.cpp18 #include "llvm/MC/MCCodeGenInfo.h"
65 static MCCodeGenInfo *createMipsMCCodeGenInfo(StringRef TT, Reloc::Model RM,
67 MCCodeGenInfo *X = new MCCodeGenInfo();
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp18 #include "llvm/MC/MCCodeGenInfo.h"
78 static MCCodeGenInfo *createPPCMCCodeGenInfo(StringRef TT, Reloc::Model RM,
80 MCCodeGenInfo *X = new MCCodeGenInfo();
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetMachine.h17 #include "llvm/MC/MCCodeGenInfo.h"
27 class MCCodeGenInfo;
93 const MCCodeGenInfo *CodeGenInfo;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp18 #include "llvm/MC/MCCodeGenInfo.h"
139 static MCCodeGenInfo *createARMMCCodeGenInfo(StringRef TT, Reloc::Model RM,
141 MCCodeGenInfo *X = new MCCodeGenInfo();
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DTargetRegistry.h35 class MCCodeGenInfo;
74 typedef MCCodeGenInfo *(*MCCodeGenInfoCtorFnTy)(StringRef TT,
146 /// MCCodeGenInfoCtorFn - Constructor function for this target's MCCodeGenInfo,
275 /// createMCCodeGenInfo - Create a MCCodeGenInfo implementation.
277 MCCodeGenInfo *createMCCodeGenInfo(StringRef Triple, Reloc::Model RM,
546 /// RegisterMCCodeGenInfo - Register a MCCodeGenInfo implementation for the
554 /// @param Fn - A function to construct a MCCodeGenInfo for the target.
843 static MCCodeGenInfo *Allocator(StringRef TT,
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp19 #include "llvm/MC/MCCodeGenInfo.h"
329 static MCCodeGenInfo *createX86MCCodeGenInfo(StringRef TT, Reloc::Model RM,
331 MCCodeGenInfo *X = new MCCodeGenInfo();
/external/swiftshader/third_party/LLVM/
H A DAndroid.mk178 lib/MC/MCCodeGenInfo.cpp \

Completed in 4572 milliseconds