Home
last modified time | relevance | path

Searched refs:getTheMSP430Target (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430MCTargetDesc.cpp62 RegisterMCAsmInfo<MSP430MCAsmInfo> X(getTheMSP430Target()); in LLVMInitializeMSP430TargetMC()
65 TargetRegistry::RegisterMCInstrInfo(getTheMSP430Target(), in LLVMInitializeMSP430TargetMC()
69 TargetRegistry::RegisterMCRegInfo(getTheMSP430Target(), in LLVMInitializeMSP430TargetMC()
73 TargetRegistry::RegisterMCSubtargetInfo(getTheMSP430Target(), in LLVMInitializeMSP430TargetMC()
77 TargetRegistry::RegisterMCInstPrinter(getTheMSP430Target(), in LLVMInitializeMSP430TargetMC()
DMSP430MCTargetDesc.h22 Target &getTheMSP430Target();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/TargetInfo/
DMSP430TargetInfo.cpp15 Target &llvm::getTheMSP430Target() { in getTheMSP430Target() function in llvm
21 RegisterTarget<Triple::msp430> X(getTheMSP430Target(), "msp430", in LLVMInitializeMSP430TargetInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430TargetMachine.cpp26 RegisterTargetMachine<MSP430TargetMachine> X(getTheMSP430Target()); in LLVMInitializeMSP430Target()
DMSP430AsmPrinter.cpp158 RegisterAsmPrinter<MSP430AsmPrinter> X(getTheMSP430Target()); in LLVMInitializeMSP430AsmPrinter()