Searched refs:AVRTargetMachine (Results 1 – 12 of 12) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRTargetMachine.cpp | 1 //===-- AVRTargetMachine.cpp - Define TargetMachine for AVR ---------------===// 13 #include "AVRTargetMachine.h" 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 [all...] |
H A D | AVRTargetMachine.h | 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 | 17 #include "AVRTargetMachine.h" 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 | AVRSubtarget.h | 40 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 | AVRInstrInfo.cpp | 30 #include "AVRTargetMachine.h" 496 const AVRTargetMachine &TM = in getInstSizeInBytes() 497 static_cast<const AVRTargetMachine &>(MF.getTarget()); in getInstSizeInBytes()
|
H A D | AVRISelDAGToDAG.cpp | 14 #include "AVRTargetMachine.h" 34 AVRDAGToDAGISel(AVRTargetMachine &TM, CodeGenOptLevel OptLevel) 64 AVRDAGToDAGISelLegacy(AVRTargetMachine &TM, CodeGenOptLevel OptLevel) 598 FunctionPass *llvm::createAVRISelDag(AVRTargetMachine &TM,
|
H A D | AVRISelLowering.cpp | 31 #include "AVRTargetMachine.h" 36 AVRTargetLowering::AVRTargetLowering(const AVRTargetMachine &TM, in AVRTargetLowering()
|