Searched refs:RegisterMCCodeGenInfo (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCTargetDesc.cpp70 TargetRegistry::RegisterMCCodeGenInfo(TheNVPTXTarget32,
72 TargetRegistry::RegisterMCCodeGenInfo(TheNVPTXTarget64,
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCTargetDesc.cpp67 TargetRegistry::RegisterMCCodeGenInfo(TheSparcTarget,
69 TargetRegistry::RegisterMCCodeGenInfo(TheSparcV9Target,
/external/llvm/lib/Target/CellSPU/MCTargetDesc/
H A DSPUMCTargetDesc.cpp81 TargetRegistry::RegisterMCCodeGenInfo(TheCellSPUTarget,
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp82 TargetRegistry::RegisterMCCodeGenInfo(TheHexagonTarget,
/external/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCTargetDesc.cpp77 TargetRegistry::RegisterMCCodeGenInfo(TheMSP430Target,
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.cpp145 TargetRegistry::RegisterMCCodeGenInfo(TheMipsTarget,
147 TargetRegistry::RegisterMCCodeGenInfo(TheMipselTarget,
149 TargetRegistry::RegisterMCCodeGenInfo(TheMips64Target,
151 TargetRegistry::RegisterMCCodeGenInfo(TheMips64elTarget,
/external/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCTargetDesc.cpp78 TargetRegistry::RegisterMCCodeGenInfo(TheXCoreTarget,
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp123 TargetRegistry::RegisterMCCodeGenInfo(ThePPC32Target, createPPCMCCodeGenInfo);
124 TargetRegistry::RegisterMCCodeGenInfo(ThePPC64Target, createPPCMCCodeGenInfo);
/external/llvm/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeMCTargetDesc.cpp112 TargetRegistry::RegisterMCCodeGenInfo(TheMBlazeTarget,
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp240 TargetRegistry::RegisterMCCodeGenInfo(TheARMTarget, createARMMCCodeGenInfo);
241 TargetRegistry::RegisterMCCodeGenInfo(TheThumbTarget, createARMMCCodeGenInfo);
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h577 /// RegisterMCCodeGenInfo - Register a MCCodeGenInfo implementation for the
586 static void RegisterMCCodeGenInfo(Target &T, function in struct:llvm::TargetRegistry
860 /// RegisterMCCodeGenInfo - Helper template for registering a target codegen info
866 /// RegisterMCCodeGenInfo<FooMCCodeGenInfo> X(TheFooTarget);
869 struct RegisterMCCodeGenInfo { struct in namespace:llvm
870 RegisterMCCodeGenInfo(Target &T) { function in struct:llvm::RegisterMCCodeGenInfo
871 TargetRegistry::RegisterMCCodeGenInfo(T, &Allocator);
890 TargetRegistry::RegisterMCCodeGenInfo(T, Fn);

Completed in 978 milliseconds