Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp46 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 DAVRTargetMachine.h1 //===-- AVRTargetMachine.h - Define TargetMachine for AVR -------*- C++ -*-===//
30 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.cpp238 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 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 DAVRSubtarget.h40 const AVRTargetMachine &TM);
H A DAVRISelDAGToDAG.cpp34 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 DAVRInstrInfo.cpp496 const AVRTargetMachine &TM = in getInstSizeInBytes()
497 static_cast<const AVRTargetMachine &>(MF.getTarget()); in getInstSizeInBytes()
H A DAVRISelLowering.cpp36 AVRTargetLowering::AVRTargetLowering(const AVRTargetMachine &TM, in AVRTargetLowering()