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()
102 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl()
106 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl()
110 MachineFunctionInfo *AVRTargetMachine::createMachineFunctionInfo( in createMachineFunctionInfo()
H A DAVRTargetMachine.h30 class AVRTargetMachine : public CodeGenTargetMachineImpl {
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.cpp247 const AVRTargetMachine &TM = (const AVRTargetMachine &)MMI->getTarget(); in doFinalization()
296 const AVRTargetMachine &TM = (const AVRTargetMachine &)MMI->getTarget(); in emitStartOfAsmFile()
H A DAVRSubtarget.cpp30 const std::string &FS, const AVRTargetMachine &TM) in AVRSubtarget()
H A DAVRISelLowering.h23 class AVRTargetMachine; variable
28 explicit AVRTargetLowering(const AVRTargetMachine &TM,
H A DAVRTargetObjectFile.cpp41 const auto &AVRTM = static_cast<const AVRTargetMachine &>(TM); in SelectSectionForGlobal()
H A DAVRRegisterInfo.cpp150 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()
596 FunctionPass *llvm::createAVRISelDag(AVRTargetMachine &TM, in createAVRISelDag()
H A DAVRInstrInfo.cpp493 const AVRTargetMachine &TM = in getInstSizeInBytes()
494 static_cast<const AVRTargetMachine &>(MF.getTarget()); in getInstSizeInBytes()
H A DAVRISelLowering.cpp35 AVRTargetLowering::AVRTargetLowering(const AVRTargetMachine &TM, in AVRTargetLowering()