Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp1 //===-- 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 DMSP430TargetMachine.h1 //===-- 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 DMSP430.h38 class MSP430TargetMachine; variable
41 FunctionPass *createMSP430ISelDag(MSP430TargetMachine &TM,
H A DMSP430ISelDAGToDAG.cpp14 #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 DCMakeLists.txt26 MSP430TargetMachine.cpp