Home
last modified time | relevance | path

Searched refs:RegisterMCCodeGenInfo (Results 1 – 13 of 13) sorted by relevance

/trueos/contrib/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsMCTargetDesc.cpp159 TargetRegistry::RegisterMCCodeGenInfo(TheMipsTarget, in LLVMInitializeMipsTargetMC()
161 TargetRegistry::RegisterMCCodeGenInfo(TheMipselTarget, in LLVMInitializeMipsTargetMC()
163 TargetRegistry::RegisterMCCodeGenInfo(TheMips64Target, in LLVMInitializeMipsTargetMC()
165 TargetRegistry::RegisterMCCodeGenInfo(TheMips64elTarget, in LLVMInitializeMipsTargetMC()
/trueos/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/
HDNVPTXMCTargetDesc.cpp79 TargetRegistry::RegisterMCCodeGenInfo(TheNVPTXTarget32, in LLVMInitializeNVPTXTargetMC()
81 TargetRegistry::RegisterMCCodeGenInfo(TheNVPTXTarget64, in LLVMInitializeNVPTXTargetMC()
/trueos/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMCTargetDesc.cpp176 TargetRegistry::RegisterMCCodeGenInfo(ThePPC32Target, createPPCMCCodeGenInfo); in LLVMInitializePowerPCTargetMC()
177 TargetRegistry::RegisterMCCodeGenInfo(ThePPC64Target, createPPCMCCodeGenInfo); in LLVMInitializePowerPCTargetMC()
178 TargetRegistry::RegisterMCCodeGenInfo(ThePPC64LETarget, in LLVMInitializePowerPCTargetMC()
/trueos/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
HDSparcMCTargetDesc.cpp158 TargetRegistry::RegisterMCCodeGenInfo(TheSparcTarget, in LLVMInitializeSparcTargetMC()
160 TargetRegistry::RegisterMCCodeGenInfo(TheSparcV9Target, in LLVMInitializeSparcTargetMC()
/trueos/contrib/llvm/include/llvm/Support/
HDTargetRegistry.h613 static void RegisterMCCodeGenInfo(Target &T, in RegisterMCCodeGenInfo() function
889 struct RegisterMCCodeGenInfo { struct
890 RegisterMCCodeGenInfo(Target &T) { in RegisterMCCodeGenInfo() function
891 TargetRegistry::RegisterMCCodeGenInfo(T, &Allocator); in RegisterMCCodeGenInfo()
911 TargetRegistry::RegisterMCCodeGenInfo(T, Fn); in RegisterMCCodeGenInfoFn() argument
/trueos/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCTargetDesc.cpp85 TargetRegistry::RegisterMCCodeGenInfo(TheHexagonTarget, in LLVMInitializeHexagonTargetMC()
/trueos/contrib/llvm/lib/Target/MSP430/MCTargetDesc/
HDMSP430MCTargetDesc.cpp77 TargetRegistry::RegisterMCCodeGenInfo(TheMSP430Target, in LLVMInitializeMSP430TargetMC()
/trueos/contrib/llvm/lib/Target/XCore/MCTargetDesc/
HDXCoreMCTargetDesc.cpp91 TargetRegistry::RegisterMCCodeGenInfo(TheXCoreTarget, in LLVMInitializeXCoreTargetMC()
/trueos/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMMCTargetDesc.cpp323 TargetRegistry::RegisterMCCodeGenInfo(TheARMTarget, createARMMCCodeGenInfo); in LLVMInitializeARMTargetMC()
324 TargetRegistry::RegisterMCCodeGenInfo(TheThumbTarget, createARMMCCodeGenInfo); in LLVMInitializeARMTargetMC()
/trueos/contrib/llvm/lib/Target/R600/MCTargetDesc/
HDAMDGPUMCTargetDesc.cpp98 TargetRegistry::RegisterMCCodeGenInfo(TheAMDGPUTarget, createAMDGPUMCCodeGenInfo); in LLVMInitializeR600TargetMC()
/trueos/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MCTargetDesc.cpp166 TargetRegistry::RegisterMCCodeGenInfo(TheAArch64Target, in LLVMInitializeAArch64TargetMC()
/trueos/contrib/llvm/patches/
HDpatch-r262261-llvm-r200617-sparc.diff56 TargetRegistry::RegisterMCCodeGenInfo(TheSparcTarget,
/trueos/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
HDSystemZMCTargetDesc.cpp199 TargetRegistry::RegisterMCCodeGenInfo(TheSystemZTarget, in LLVMInitializeSystemZTargetMC()