Searched refs:MSP430TargetMachine (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/Target/MSP430/ |
D | MSP430TargetMachine.cpp | 24 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()
|
D | MSP430RegisterInfo.h | 25 class MSP430TargetMachine; variable 29 MSP430TargetMachine &TM; 36 MSP430RegisterInfo(MSP430TargetMachine &tm, const TargetInstrInfo &tii);
|
D | MSP430InstrInfo.h | 25 class MSP430TargetMachine; variable 45 MSP430TargetMachine &TM; 47 explicit MSP430InstrInfo(MSP430TargetMachine &TM);
|
D | MSP430SelectionDAGInfo.h | 21 class MSP430TargetMachine; variable 25 explicit MSP430SelectionDAGInfo(const MSP430TargetMachine &TM);
|
D | MSP430.h | 36 class MSP430TargetMachine; variable 40 FunctionPass *createMSP430ISelDag(MSP430TargetMachine &TM,
|
D | MSP430TargetMachine.h | 32 class MSP430TargetMachine : public LLVMTargetMachine { 41 MSP430TargetMachine(const Target &T, StringRef TT,
|
D | MSP430ISelLowering.h | 70 class MSP430TargetMachine; variable 74 explicit MSP430TargetLowering(MSP430TargetMachine &TM); 177 const MSP430TargetMachine &TM;
|
D | MSP430SelectionDAGInfo.cpp | 18 MSP430SelectionDAGInfo::MSP430SelectionDAGInfo(const MSP430TargetMachine &TM) in MSP430SelectionDAGInfo()
|
D | CMakeLists.txt | 18 MSP430TargetMachine.cpp
|
D | MSP430ISelDAGToDAG.cpp | 97 MSP430DAGToDAGISel(MSP430TargetMachine &TM, CodeGenOpt::Level OptLevel) in MSP430DAGToDAGISel() 130 FunctionPass *llvm::createMSP430ISelDag(MSP430TargetMachine &TM, in createMSP430ISelDag()
|
D | MSP430RegisterInfo.cpp | 35 MSP430RegisterInfo::MSP430RegisterInfo(MSP430TargetMachine &tm, in MSP430RegisterInfo()
|
D | MSP430InstrInfo.cpp | 31 MSP430InstrInfo::MSP430InstrInfo(MSP430TargetMachine &tm) in MSP430InstrInfo()
|
D | MSP430ISelLowering.cpp | 62 MSP430TargetLowering::MSP430TargetLowering(MSP430TargetMachine &tm) : in MSP430TargetLowering()
|