Searched refs:RegisterMCInstrInfo (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCTargetDesc.cpp85 TargetRegistry::RegisterMCInstrInfo(TheNVPTXTarget32, createNVPTXMCInstrInfo);
86 TargetRegistry::RegisterMCInstrInfo(TheNVPTXTarget64, createNVPTXMCInstrInfo);
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp159 TargetRegistry::RegisterMCInstrInfo(TheAArch64leTarget,
161 TargetRegistry::RegisterMCInstrInfo(TheAArch64beTarget,
163 TargetRegistry::RegisterMCInstrInfo(TheARM64leTarget,
165 TargetRegistry::RegisterMCInstrInfo(TheARM64beTarget,
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp89 TargetRegistry::RegisterMCInstrInfo(TheHexagonTarget, createHexagonMCInstrInfo);
/external/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCTargetDesc.cpp81 TargetRegistry::RegisterMCInstrInfo(TheMSP430Target, createMSP430MCInstrInfo);
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.cpp160 TargetRegistry::RegisterMCInstrInfo(TheMipsTarget, createMipsMCInstrInfo);
161 TargetRegistry::RegisterMCInstrInfo(TheMipselTarget, createMipsMCInstrInfo);
162 TargetRegistry::RegisterMCInstrInfo(TheMips64Target, createMipsMCInstrInfo);
163 TargetRegistry::RegisterMCInstrInfo(TheMips64elTarget,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUMCTargetDesc.cpp98 TargetRegistry::RegisterMCInstrInfo(TheAMDGPUTarget, createAMDGPUMCInstrInfo);
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUMCTargetDesc.cpp101 TargetRegistry::RegisterMCInstrInfo(TheAMDGPUTarget, createAMDGPUMCInstrInfo);
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUMCTargetDesc.cpp98 TargetRegistry::RegisterMCInstrInfo(TheAMDGPUTarget, createAMDGPUMCInstrInfo);
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp211 TargetRegistry::RegisterMCInstrInfo(ThePPC32Target, createPPCMCInstrInfo);
212 TargetRegistry::RegisterMCInstrInfo(ThePPC64Target, createPPCMCInstrInfo);
213 TargetRegistry::RegisterMCInstrInfo(ThePPC64LETarget,
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp369 TargetRegistry::RegisterMCInstrInfo(TheARMLETarget, createARMMCInstrInfo);
370 TargetRegistry::RegisterMCInstrInfo(TheARMBETarget, createARMMCInstrInfo);
371 TargetRegistry::RegisterMCInstrInfo(TheThumbLETarget, createARMMCInstrInfo);
372 TargetRegistry::RegisterMCInstrInfo(TheThumbBETarget, createARMMCInstrInfo);
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCTargetDesc.cpp169 TargetRegistry::RegisterMCInstrInfo(TheSparcTarget, createSparcMCInstrInfo);
170 TargetRegistry::RegisterMCInstrInfo(TheSparcV9Target, createSparcMCInstrInfo);
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h619 /// RegisterMCInstrInfo - Register a MCInstrInfo implementation for the
628 static void RegisterMCInstrInfo(Target &T, Target::MCInstrInfoCtorFnTy Fn) { function in struct:llvm::TargetRegistry
916 /// RegisterMCInstrInfo - Helper template for registering a target instruction
922 /// RegisterMCInstrInfo<FooMCInstrInfo> X(TheFooTarget);
925 struct RegisterMCInstrInfo { struct in namespace:llvm
926 RegisterMCInstrInfo(Target &T) { function in struct:llvm::RegisterMCInstrInfo
927 TargetRegistry::RegisterMCInstrInfo(T, &Allocator);
945 TargetRegistry::RegisterMCInstrInfo(T, Fn);
/external/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCTargetDesc.cpp150 TargetRegistry::RegisterMCInstrInfo(TheXCoreTarget, createXCoreMCInstrInfo);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp411 TargetRegistry::RegisterMCInstrInfo(TheX86_32Target, createX86MCInstrInfo);
412 TargetRegistry::RegisterMCInstrInfo(TheX86_64Target, createX86MCInstrInfo);
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp209 TargetRegistry::RegisterMCInstrInfo(TheSystemZTarget,

Completed in 601 milliseconds