Searched refs:MSP430TargetMachine (Results 1 – 4 of 4) sorted by relevance
27 RegisterTargetMachine<MSP430TargetMachine> X(getTheMSP430Target()); in LLVMInitializeMSP430Target()41 MSP430TargetMachine::MSP430TargetMachine(const Target &T, const Triple &TT, in MSP430TargetMachine() function in MSP430TargetMachine55 MSP430TargetMachine::~MSP430TargetMachine() = default;61 MSP430PassConfig(MSP430TargetMachine &TM, PassManagerBase &PM) in MSP430PassConfig()64 MSP430TargetMachine &getMSP430TargetMachine() const { in getMSP430TargetMachine()65 return getTM<MSP430TargetMachine>(); in getMSP430TargetMachine()74 TargetPassConfig *MSP430TargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()78 MachineFunctionInfo *MSP430TargetMachine::createMachineFunctionInfo( in createMachineFunctionInfo()
26 class MSP430TargetMachine : public LLVMTargetMachine {31 MSP430TargetMachine(const Target &T, const Triple &TT, StringRef CPU,36 ~MSP430TargetMachine() override;
38 class MSP430TargetMachine; variable41 FunctionPass *createMSP430ISelDag(MSP430TargetMachine &TM,
98 MSP430DAGToDAGISel(MSP430TargetMachine &TM, CodeGenOptLevel OptLevel) in MSP430DAGToDAGISel()131 FunctionPass *llvm::createMSP430ISelDag(MSP430TargetMachine &TM, in INITIALIZE_PASS()