Home
last modified time | relevance | path

Searched refs:AVRTargetMachine (Results 1 – 12 of 12) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp1 //===-- 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 DAVRTargetMachine.h30 class AVRTargetMachine : public LLVMTargetMachine {
32 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
H A DAVR.h24 class AVRTargetMachine; variable
29 FunctionPass *createAVRISelDag(AVRTargetMachine &TM, CodeGenOptLevel OptLevel);
H A DAVRAsmPrinter.cpp17 #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 DAVRSubtarget.cpp31 const std::string &FS, const AVRTargetMachine &TM) in AVRSubtarget()
H A DAVRISelLowering.h81 class AVRTargetMachine; variable
86 explicit AVRTargetLowering(const AVRTargetMachine &TM,
H A DAVRSubtarget.h40 const AVRTargetMachine &TM);
H A DAVRTargetObjectFile.cpp42 const auto &AVRTM = static_cast<const AVRTargetMachine &>(TM); in SelectSectionForGlobal()
H A DAVRRegisterInfo.cpp152 const AVRTargetMachine &TM = (const AVRTargetMachine &)MF.getTarget(); in eliminateFrameIndex()
H A DAVRInstrInfo.cpp30 #include "AVRTargetMachine.h"
496 const AVRTargetMachine &TM = in getInstSizeInBytes()
497 static_cast<const AVRTargetMachine &>(MF.getTarget()); in getInstSizeInBytes()
H A DAVRISelDAGToDAG.cpp14 #include "AVRTargetMachine.h"
34 AVRDAGToDAGISel(AVRTargetMachine &TM, CodeGenOptLevel OptLevel)
64 AVRDAGToDAGISelLegacy(AVRTargetMachine &TM, CodeGenOptLevel OptLevel)
598 FunctionPass *llvm::createAVRISelDag(AVRTargetMachine &TM,
H A DAVRISelLowering.cpp31 #include "AVRTargetMachine.h"
36 AVRTargetLowering::AVRTargetLowering(const AVRTargetMachine &TM, in AVRTargetLowering()