Searched refs:AVRTargetMachine (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRTargetMachine.cpp | 43 AVRTargetMachine::AVRTargetMachine(const Target &T, const Triple &TT, in AVRTargetMachine() function in llvm::AVRTargetMachine 61 AVRPassConfig(AVRTargetMachine &TM, PassManagerBase &PM) in AVRPassConfig() 64 AVRTargetMachine &getAVRTargetMachine() const { in getAVRTargetMachine() 65 return getTM<AVRTargetMachine>(); in getAVRTargetMachine() 75 TargetPassConfig *AVRTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig() 81 RegisterTargetMachine<AVRTargetMachine> X(getTheAVRTarget()); in LLVMInitializeAVRTarget() 88 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl() 92 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl()
|
| H A D | AVR.h | 23 class AVRTargetMachine; variable 26 FunctionPass *createAVRISelDag(AVRTargetMachine &TM,
|
| H A D | AVRTargetMachine.h | 29 class AVRTargetMachine : public LLVMTargetMachine { 31 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
|
| H A D | AVRISelLowering.h | 68 class AVRTargetMachine; variable 73 explicit AVRTargetLowering(const AVRTargetMachine &TM,
|
| H A D | AVRSubtarget.cpp | 32 const std::string &FS, const AVRTargetMachine &TM) in AVRSubtarget()
|
| H A D | AVRRegisterInfo.cpp | 137 const AVRTargetMachine &TM = (const AVRTargetMachine &)MF.getTarget(); in eliminateFrameIndex()
|
| H A D | AVRSubtarget.h | 40 const AVRTargetMachine &TM);
|
| H A D | AVRInstrInfo.cpp | 493 const AVRTargetMachine &TM = static_cast<const AVRTargetMachine&>(MF.getTarget()); in getInstSizeInBytes()
|
| H A D | AVRISelLowering.cpp | 35 AVRTargetLowering::AVRTargetLowering(const AVRTargetMachine &TM, in AVRTargetLowering() 1282 const AVRTargetMachine &TM = (const AVRTargetMachine &)getTargetMachine(); in LowerCall() 1445 const AVRTargetMachine &TM = (const AVRTargetMachine &)getTargetMachine(); in insertShift() 1586 const AVRTargetMachine &TM = (const AVRTargetMachine &)getTargetMachine(); in insertMul()
|
| H A D | AVRISelDAGToDAG.cpp | 30 AVRDAGToDAGISel(AVRTargetMachine &TM, CodeGenOpt::Level OptLevel) in AVRDAGToDAGISel() 552 FunctionPass *createAVRISelDag(AVRTargetMachine &TM, in createAVRISelDag()
|