Home
last modified time | relevance | path

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

/external/llvm/lib/Target/MSP430/
DMSP430TargetMachine.cpp24 RegisterTargetMachine<MSP430TargetMachine> X(TheMSP430Target); in LLVMInitializeMSP430Target()
27 MSP430TargetMachine::MSP430TargetMachine(const Target &T, in MSP430TargetMachine() function in MSP430TargetMachine
39 bool MSP430TargetMachine::addInstSelector(PassManagerBase &PM, in addInstSelector()
46 bool MSP430TargetMachine::addPreEmitPass(PassManagerBase &PM, in addPreEmitPass()
DMSP430RegisterInfo.h25 class MSP430TargetMachine; variable
29 MSP430TargetMachine &TM;
36 MSP430RegisterInfo(MSP430TargetMachine &tm, const TargetInstrInfo &tii);
DMSP430InstrInfo.h25 class MSP430TargetMachine; variable
45 MSP430TargetMachine &TM;
47 explicit MSP430InstrInfo(MSP430TargetMachine &TM);
DMSP430SelectionDAGInfo.h21 class MSP430TargetMachine; variable
25 explicit MSP430SelectionDAGInfo(const MSP430TargetMachine &TM);
DMSP430.h36 class MSP430TargetMachine; variable
40 FunctionPass *createMSP430ISelDag(MSP430TargetMachine &TM,
DMSP430TargetMachine.h32 class MSP430TargetMachine : public LLVMTargetMachine {
41 MSP430TargetMachine(const Target &T, StringRef TT,
DMSP430ISelLowering.h70 class MSP430TargetMachine; variable
74 explicit MSP430TargetLowering(MSP430TargetMachine &TM);
177 const MSP430TargetMachine &TM;
DMSP430SelectionDAGInfo.cpp18 MSP430SelectionDAGInfo::MSP430SelectionDAGInfo(const MSP430TargetMachine &TM) in MSP430SelectionDAGInfo()
DCMakeLists.txt18 MSP430TargetMachine.cpp
DMSP430ISelDAGToDAG.cpp97 MSP430DAGToDAGISel(MSP430TargetMachine &TM, CodeGenOpt::Level OptLevel) in MSP430DAGToDAGISel()
130 FunctionPass *llvm::createMSP430ISelDag(MSP430TargetMachine &TM, in createMSP430ISelDag()
DMSP430RegisterInfo.cpp35 MSP430RegisterInfo::MSP430RegisterInfo(MSP430TargetMachine &tm, in MSP430RegisterInfo()
DMSP430InstrInfo.cpp31 MSP430InstrInfo::MSP430InstrInfo(MSP430TargetMachine &tm) in MSP430InstrInfo()
DMSP430ISelLowering.cpp62 MSP430TargetLowering::MSP430TargetLowering(MSP430TargetMachine &tm) : in MSP430TargetLowering()