Searched refs:MSP430TargetMachine (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430TargetMachine.cpp | 27 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 D | MSP430TargetMachine.h | 26 class MSP430TargetMachine : public CodeGenTargetMachineImpl { 31 MSP430TargetMachine(const Target &T, const Triple &TT, StringRef CPU, 36 ~MSP430TargetMachine() override;
|
| H A D | MSP430.h | 38 class MSP430TargetMachine; variable 41 FunctionPass *createMSP430ISelDag(MSP430TargetMachine &TM,
|
| H A D | MSP430ISelDAGToDAG.cpp | 92 MSP430DAGToDAGISel(MSP430TargetMachine &TM, CodeGenOptLevel OptLevel) in MSP430DAGToDAGISel() 120 MSP430DAGToDAGISelLegacy(MSP430TargetMachine &TM, CodeGenOptLevel OptLevel) in MSP430DAGToDAGISelLegacy() 133 FunctionPass *llvm::createMSP430ISelDag(MSP430TargetMachine &TM, in INITIALIZE_PASS()
|