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

/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430SelectionDAGInfo.h21 class MSP430TargetMachine;
25 explicit MSP430SelectionDAGInfo(const MSP430TargetMachine &TM);
H A DMSP430SelectionDAGInfo.cpp15 #include "MSP430TargetMachine.h"
18 MSP430SelectionDAGInfo::MSP430SelectionDAGInfo(const MSP430TargetMachine &TM)
H A DMSP430.h36 class MSP430TargetMachine;
40 FunctionPass *createMSP430ISelDag(MSP430TargetMachine &TM,
H A DMSP430TargetMachine.cpp1 //===-- MSP430TargetMachine.cpp - Define TargetMachine for MSP430 ---------===//
15 #include "MSP430TargetMachine.h"
24 RegisterTargetMachine<MSP430TargetMachine> X(TheMSP430Target);
27 MSP430TargetMachine::MSP430TargetMachine(const Target &T, function in class:MSP430TargetMachine
40 bool MSP430TargetMachine::addInstSelector(PassManagerBase &PM,
47 bool MSP430TargetMachine::addPreEmitPass(PassManagerBase &PM,
H A DMSP430RegisterInfo.h25 class MSP430TargetMachine;
29 MSP430TargetMachine &TM;
36 MSP430RegisterInfo(MSP430TargetMachine &tm, const TargetInstrInfo &tii);
H A DMSP430TargetMachine.h1 //==-- MSP430TargetMachine.h - Define TargetMachine for MSP430 ---*- C++ -*-==//
30 /// MSP430TargetMachine
32 class MSP430TargetMachine : public LLVMTargetMachine { class in namespace:llvm
41 MSP430TargetMachine(const Target &T, StringRef TT,
66 }; // MSP430TargetMachine.
H A DMSP430InstrInfo.h25 class MSP430TargetMachine;
45 MSP430TargetMachine &TM;
47 explicit MSP430InstrInfo(MSP430TargetMachine &TM);
H A DMSP430ISelLowering.h70 class MSP430TargetMachine;
74 explicit MSP430TargetLowering(MSP430TargetMachine &TM);
177 const MSP430TargetMachine &TM;
H A DMSP430ISelDAGToDAG.cpp15 #include "MSP430TargetMachine.h"
97 MSP430DAGToDAGISel(MSP430TargetMachine &TM, CodeGenOpt::Level OptLevel)
130 FunctionPass *llvm::createMSP430ISelDag(MSP430TargetMachine &TM,
H A DMSP430RegisterInfo.cpp19 #include "MSP430TargetMachine.h"
35 MSP430RegisterInfo::MSP430RegisterInfo(MSP430TargetMachine &tm,
H A DMSP430InstrInfo.cpp17 #include "MSP430TargetMachine.h"
31 MSP430InstrInfo::MSP430InstrInfo(MSP430TargetMachine &tm)
H A DMSP430ISelLowering.cpp19 #include "MSP430TargetMachine.h"
62 MSP430TargetLowering::MSP430TargetLowering(MSP430TargetMachine &tm) :
/external/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp1 //===-- MSP430TargetMachine.cpp - Define TargetMachine for MSP430 ---------===//
14 #include "MSP430TargetMachine.h"
26 RegisterTargetMachine<MSP430TargetMachine> X(TheMSP430Target);
35 MSP430TargetMachine::MSP430TargetMachine(const Target &T, const Triple &TT, function in class:MSP430TargetMachine
49 MSP430TargetMachine::~MSP430TargetMachine() {}
55 MSP430PassConfig(MSP430TargetMachine *TM, PassManagerBase &PM)
58 MSP430TargetMachine &getMSP430TargetMachine() const {
59 return getTM<MSP430TargetMachine>();
[all...]
H A DMSP430.h36 class MSP430TargetMachine;
40 FunctionPass *createMSP430ISelDag(MSP430TargetMachine &TM,
H A DMSP430TargetMachine.h1 //===-- MSP430TargetMachine.h - Define TargetMachine for MSP430 -*- C++ -*-===//
24 /// MSP430TargetMachine
26 class MSP430TargetMachine : public LLVMTargetMachine { class in namespace:llvm
31 MSP430TargetMachine(const Target &T, const Triple &TT, StringRef CPU,
35 ~MSP430TargetMachine() override;
45 }; // MSP430TargetMachine.
H A DMSP430ISelDAGToDAG.cpp15 #include "MSP430TargetMachine.h"
95 MSP430DAGToDAGISel(MSP430TargetMachine &TM, CodeGenOpt::Level OptLevel)
125 FunctionPass *llvm::createMSP430ISelDag(MSP430TargetMachine &TM,

Completed in 147 milliseconds