Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp27 RegisterTargetMachine<MSP430TargetMachine> X(getTheMSP430Target()); in LLVMInitializeMSP430Target()
42 MSP430TargetMachine::MSP430TargetMachine(const Target &T, const Triple &TT, in MSP430TargetMachine() function in MSP430TargetMachine
56 MSP430TargetMachine::~MSP430TargetMachine() = default;
62 MSP430PassConfig(MSP430TargetMachine &TM, PassManagerBase &PM) in MSP430PassConfig()
65 MSP430TargetMachine &getMSP430TargetMachine() const { in getMSP430TargetMachine()
66 return getTM<MSP430TargetMachine>(); in getMSP430TargetMachine()
75 TargetPassConfig *MSP430TargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
79 MachineFunctionInfo *MSP430TargetMachine::createMachineFunctionInfo( in createMachineFunctionInfo()
H A DMSP430TargetMachine.h26 class MSP430TargetMachine : public CodeGenTargetMachineImpl {
31 MSP430TargetMachine(const Target &T, const Triple &TT, StringRef CPU,
36 ~MSP430TargetMachine() override;
H A DMSP430.h38 class MSP430TargetMachine; variable
41 FunctionPass *createMSP430ISelDag(MSP430TargetMachine &TM,
H A DMSP430ISelDAGToDAG.cpp92 MSP430DAGToDAGISel(MSP430TargetMachine &TM, CodeGenOptLevel OptLevel) in MSP430DAGToDAGISel()
120 MSP430DAGToDAGISelLegacy(MSP430TargetMachine &TM, CodeGenOptLevel OptLevel) in MSP430DAGToDAGISelLegacy()
133 FunctionPass *llvm::createMSP430ISelDag(MSP430TargetMachine &TM, in INITIALIZE_PASS()