Home
last modified time | relevance | path

Searched refs:RegisterMCRegInfo (Results 1 – 25 of 50) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
DMipsMCTargetDesc.cpp116 TargetRegistry::RegisterMCRegInfo(TheMipsTarget, createMipsMCRegisterInfo); in LLVMInitializeMipsTargetMC()
117 TargetRegistry::RegisterMCRegInfo(TheMipselTarget, createMipsMCRegisterInfo); in LLVMInitializeMipsTargetMC()
118 TargetRegistry::RegisterMCRegInfo(TheMips64Target, createMipsMCRegisterInfo); in LLVMInitializeMipsTargetMC()
119 TargetRegistry::RegisterMCRegInfo(TheMips64elTarget, in LLVMInitializeMipsTargetMC()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/MCTargetDesc/
DPTXMCTargetDesc.cpp83 TargetRegistry::RegisterMCRegInfo(ThePTX32Target, createPTXMCRegisterInfo); in LLVMInitializePTXTargetMC()
84 TargetRegistry::RegisterMCRegInfo(ThePTX64Target, createPTXMCRegisterInfo); in LLVMInitializePTXTargetMC()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp127 TargetRegistry::RegisterMCRegInfo(ThePPC32Target, createPPCMCRegisterInfo); in LLVMInitializePowerPCTargetMC()
128 TargetRegistry::RegisterMCRegInfo(ThePPC64Target, createPPCMCRegisterInfo); in LLVMInitializePowerPCTargetMC()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTargetRegistry.h595 static void RegisterMCRegInfo(Target &T, Target::MCRegInfoCtorFnTy Fn) { in RegisterMCRegInfo() function
938 struct RegisterMCRegInfo { struct
939 RegisterMCRegInfo(Target &T) { in RegisterMCRegInfo() argument
940 TargetRegistry::RegisterMCRegInfo(T, &Allocator); in RegisterMCRegInfo()
958 TargetRegistry::RegisterMCRegInfo(T, Fn); in RegisterMCRegInfoFn() argument
/external/llvm/include/llvm/Support/
DTargetRegistry.h675 static void RegisterMCRegInfo(Target &T, Target::MCRegInfoCtorFnTy Fn) { in RegisterMCRegInfo() function
978 template <class MCRegisterInfoImpl> struct RegisterMCRegInfo { struct
979 RegisterMCRegInfo(Target &T) { in RegisterMCRegInfo() function
980 TargetRegistry::RegisterMCRegInfo(T, &Allocator); in RegisterMCRegInfo()
999 TargetRegistry::RegisterMCRegInfo(T, Fn); in RegisterMCRegInfoFn() argument
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp233 TargetRegistry::RegisterMCRegInfo(TheARMTarget, createARMMCRegisterInfo); in LLVMInitializeARMTargetMC()
234 TargetRegistry::RegisterMCRegInfo(TheThumbTarget, createARMMCRegisterInfo); in LLVMInitializeARMTargetMC()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DTargetRegistry.h729 static void RegisterMCRegInfo(Target &T, Target::MCRegInfoCtorFnTy Fn) { in RegisterMCRegInfo() function
1035 template <class MCRegisterInfoImpl> struct RegisterMCRegInfo { struct
1036 RegisterMCRegInfo(Target &T) { in RegisterMCRegInfo() argument
1037 TargetRegistry::RegisterMCRegInfo(T, &Allocator); in RegisterMCRegInfo()
1056 TargetRegistry::RegisterMCRegInfo(T, Fn); in RegisterMCRegInfoFn() argument
/external/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430MCTargetDesc.cpp68 TargetRegistry::RegisterMCRegInfo(TheMSP430Target, in LLVMInitializeMSP430TargetMC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430MCTargetDesc.cpp69 TargetRegistry::RegisterMCRegInfo(getTheMSP430Target(), in LLVMInitializeMSP430TargetMC()
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCTargetDesc.cpp71 TargetRegistry::RegisterMCRegInfo(*T, createNVPTXMCRegisterInfo); in LLVMInitializeNVPTXTargetMC()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/MCTargetDesc/
DAlphaMCTargetDesc.cpp73 TargetRegistry::RegisterMCRegInfo(TheAlphaTarget, createAlphaMCRegisterInfo); in LLVMInitializeAlphaTargetMC()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/MCTargetDesc/
DBlackfinMCTargetDesc.cpp75 TargetRegistry::RegisterMCRegInfo(TheBlackfinTarget, in LLVMInitializeBlackfinTargetMC()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCTargetDesc.cpp75 TargetRegistry::RegisterMCRegInfo(TheSystemZTarget, in LLVMInitializeSystemZTargetMC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCTargetDesc.cpp78 TargetRegistry::RegisterMCRegInfo(*T, createNVPTXMCRegisterInfo); in LLVMInitializeNVPTXTargetMC()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/MCTargetDesc/
DSparcMCTargetDesc.cpp74 TargetRegistry::RegisterMCRegInfo(TheSparcTarget, createSparcMCRegisterInfo); in LLVMInitializeSparcTargetMC()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/MCTargetDesc/
DMSP430MCTargetDesc.cpp81 TargetRegistry::RegisterMCRegInfo(TheMSP430Target, in LLVMInitializeMSP430TargetMC()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/MCTargetDesc/
DXCoreMCTargetDesc.cpp83 TargetRegistry::RegisterMCRegInfo(TheXCoreTarget, createXCoreMCRegisterInfo); in LLVMInitializeXCoreTargetMC()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/
DSPUMCTargetDesc.cpp86 TargetRegistry::RegisterMCRegInfo(TheCellSPUTarget, in LLVMInitializeCellSPUTargetMC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/MCTargetDesc/
DARCMCTargetDesc.cpp92 TargetRegistry::RegisterMCRegInfo(TheARCTarget, createARCMCRegisterInfo); in LLVMInitializeARCTargetMC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/MCTargetDesc/
DNios2MCTargetDesc.cpp90 TargetRegistry::RegisterMCRegInfo(*T, createNios2MCRegisterInfo); in LLVMInitializeNios2TargetMC()
/external/llvm/lib/Target/BPF/MCTargetDesc/
DBPFMCTargetDesc.cpp79 TargetRegistry::RegisterMCRegInfo(*T, createBPFMCRegisterInfo); in LLVMInitializeBPFTargetMC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCTargetDesc.cpp91 TargetRegistry::RegisterMCRegInfo(*T, createRISCVMCRegisterInfo); in LLVMInitializeRISCVTargetMC()
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUMCTargetDesc.cpp93 TargetRegistry::RegisterMCRegInfo(*T, createAMDGPUMCRegisterInfo); in LLVMInitializeAMDGPUTargetMC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCTargetDesc.cpp100 TargetRegistry::RegisterMCRegInfo(getTheAVRTarget(), createAVRMCRegisterInfo); in LLVMInitializeAVRTargetMC()
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCTargetDesc.cpp114 TargetRegistry::RegisterMCRegInfo(*T, createMCRegisterInfo); in LLVMInitializeWebAssemblyTargetMC()

12