Searched refs:AVRTargetMachine (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRTargetMachine.cpp | 46 AVRTargetMachine::AVRTargetMachine(const Target &T, const Triple &TT, in AVRTargetMachine() function in llvm::AVRTargetMachine 64 AVRPassConfig(AVRTargetMachine &TM, PassManagerBase &PM) in AVRPassConfig() 67 AVRTargetMachine &getAVRTargetMachine() const { in getAVRTargetMachine() 68 return getTM<AVRTargetMachine>(); in getAVRTargetMachine() 78 TargetPassConfig *AVRTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig() 93 RegisterTargetMachine<AVRTargetMachine> X(getTheAVRTarget()); in LLVMInitializeAVRTarget() 101 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl() 105 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl() 109 MachineFunctionInfo *AVRTargetMachine::createMachineFunctionInfo( in createMachineFunctionInfo()
|
H A D | AVRTargetMachine.h | 1 //===-- AVRTargetMachine.h - Define TargetMachine for AVR -------*- C++ -*-===// 30 class AVRTargetMachine : public LLVMTargetMachine { 32 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
|
H A D | AVR.h | 24 class AVRTargetMachine; variable 29 FunctionPass *createAVRISelDag(AVRTargetMachine &TM, CodeGenOptLevel OptLevel);
|
H A D | AVRAsmPrinter.cpp | 238 const AVRTargetMachine &TM = (const AVRTargetMachine &)MMI->getTarget(); in doFinalization() 287 const AVRTargetMachine &TM = (const AVRTargetMachine &)MMI->getTarget(); in emitStartOfAsmFile()
|
H A D | AVRSubtarget.cpp | 31 const std::string &FS, const AVRTargetMachine &TM) in AVRSubtarget()
|
H A D | AVRISelLowering.h | 81 class AVRTargetMachine; variable 86 explicit AVRTargetLowering(const AVRTargetMachine &TM,
|
H A D | AVRTargetObjectFile.cpp | 42 const auto &AVRTM = static_cast<const AVRTargetMachine &>(TM); in SelectSectionForGlobal()
|
H A D | AVRRegisterInfo.cpp | 152 const AVRTargetMachine &TM = (const AVRTargetMachine &)MF.getTarget(); in eliminateFrameIndex()
|
H A D | AVRSubtarget.h | 40 const AVRTargetMachine &TM);
|
H A D | AVRISelDAGToDAG.cpp | 34 AVRDAGToDAGISel(AVRTargetMachine &TM, CodeGenOptLevel OptLevel) in AVRDAGToDAGISel() 64 AVRDAGToDAGISelLegacy(AVRTargetMachine &TM, CodeGenOptLevel OptLevel) in AVRDAGToDAGISelLegacy() 598 FunctionPass *llvm::createAVRISelDag(AVRTargetMachine &TM, in createAVRISelDag()
|
H A D | AVRInstrInfo.cpp | 496 const AVRTargetMachine &TM = in getInstSizeInBytes() 497 static_cast<const AVRTargetMachine &>(MF.getTarget()); in getInstSizeInBytes()
|
H A D | AVRISelLowering.cpp | 36 AVRTargetLowering::AVRTargetLowering(const AVRTargetMachine &TM, in AVRTargetLowering()
|