Searched refs:MSP430TargetMachine (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430TargetMachine.cpp | 1 //===-- MSP430TargetMachine.cpp - Define TargetMachine for MSP430 ---------===// 13 #include "MSP430TargetMachine.h" 26 RegisterTargetMachine<MSP430TargetMachine> X(getTheMSP430Target()); in LLVMInitializeMSP430Target() 40 MSP430TargetMachine::MSP430TargetMachine(const Target &T, const Triple &TT, 54 MSP430TargetMachine::~MSP430TargetMachine() = default; 60 MSP430PassConfig(MSP430TargetMachine &TM, PassManagerBase &PM) 63 MSP430TargetMachine &getMSP430TargetMachine() const { 64 return getTM<MSP430TargetMachine>(); in getMSP430TargetMachine() 41 MSP430TargetMachine::MSP430TargetMachine(const Target &T, const Triple &TT, MSP430TargetMachine() function in MSP430TargetMachine [all...] |
H A D | MSP430TargetMachine.h | 1 //===-- MSP430TargetMachine.h - Define TargetMachine for MSP430 -*- C++ -*-===// 24 /// MSP430TargetMachine 26 class MSP430TargetMachine : public CodeGenTargetMachineImpl { 31 MSP430TargetMachine(const Target &T, const Triple &TT, StringRef CPU, 36 ~MSP430TargetMachine() override; 50 }; // MSP430TargetMachine.
|
H A D | MSP430.h | 38 class MSP430TargetMachine; variable 41 FunctionPass *createMSP430ISelDag(MSP430TargetMachine &TM,
|
H A D | MSP430ISelDAGToDAG.cpp | 14 #include "MSP430TargetMachine.h" 91 MSP430DAGToDAGISel(MSP430TargetMachine &TM, CodeGenOptLevel OptLevel) 119 MSP430DAGToDAGISelLegacy(MSP430TargetMachine &TM, CodeGenOptLevel OptLevel) 132 FunctionPass *llvm::createMSP430ISelDag(MSP430TargetMachine &TM, in INITIALIZE_PASS()
|
H A D | CMakeLists.txt | 26 MSP430TargetMachine.cpp
|