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

/freebsd-12-stable/contrib/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());
40 MSP430TargetMachine::MSP430TargetMachine(const Target &T, const Triple &TT, function in class:MSP430TargetMachine
54 MSP430TargetMachine::~MSP430TargetMachine() {}
60 MSP430PassConfig(MSP430TargetMachine &TM, PassManagerBase &PM)
63 MSP430TargetMachine &getMSP430TargetMachine() const {
64 return getTM<MSP430TargetMachine>();
[all...]
H A DMSP430.h37 class MSP430TargetMachine;
41 FunctionPass *createMSP430ISelDag(MSP430TargetMachine &TM,
H A DMSP430TargetMachine.h1 //===-- MSP430TargetMachine.h - Define TargetMachine for MSP430 -*- C++ -*-===//
23 /// MSP430TargetMachine
25 class MSP430TargetMachine : public LLVMTargetMachine { class in namespace:llvm
30 MSP430TargetMachine(const Target &T, const Triple &TT, StringRef CPU,
34 ~MSP430TargetMachine() override;
44 }; // MSP430TargetMachine.
H A DMSP430ISelDAGToDAG.cpp14 #include "MSP430TargetMachine.h"
94 MSP430DAGToDAGISel(MSP430TargetMachine &TM, CodeGenOpt::Level OptLevel)
126 FunctionPass *llvm::createMSP430ISelDag(MSP430TargetMachine &TM,

Completed in 183 milliseconds