Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp44 AVRTargetMachine::AVRTargetMachine(const Target &T, const Triple &TT, in AVRTargetMachine() function in llvm::AVRTargetMachine
62 AVRPassConfig(AVRTargetMachine &TM, PassManagerBase &PM) in AVRPassConfig()
65 AVRTargetMachine &getAVRTargetMachine() const { in getAVRTargetMachine()
66 return getTM<AVRTargetMachine>(); in getAVRTargetMachine()
76 TargetPassConfig *AVRTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
91 RegisterTargetMachine<AVRTargetMachine> X(getTheAVRTarget()); in LLVMInitializeAVRTarget()
98 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl()
102 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl()
H A DAVRTargetMachine.h28 class AVRTargetMachine : public LLVMTargetMachine {
30 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
H A DAVR.h24 class AVRTargetMachine; variable
28 FunctionPass *createAVRISelDag(AVRTargetMachine &TM,
H A DAVRSubtarget.cpp31 const std::string &FS, const AVRTargetMachine &TM) in AVRSubtarget()
H A DAVRISelLowering.h78 class AVRTargetMachine; variable
83 explicit AVRTargetLowering(const AVRTargetMachine &TM,
H A DCMakeLists.txt28 AVRTargetMachine.cpp
H A DAVRAsmPrinter.cpp248 const AVRTargetMachine &TM = (const AVRTargetMachine &)MMI->getTarget(); in emitStartOfAsmFile()
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.h39 const AVRTargetMachine &TM);
H A DAVRInstrInfo.cpp502 const AVRTargetMachine &TM = in getInstSizeInBytes()
503 static_cast<const AVRTargetMachine &>(MF.getTarget()); in getInstSizeInBytes()
H A DAVRISelDAGToDAG.cpp29 AVRDAGToDAGISel(AVRTargetMachine &TM, CodeGenOpt::Level OptLevel) in AVRDAGToDAGISel()
578 FunctionPass *createAVRISelDag(AVRTargetMachine &TM, in createAVRISelDag()
H A DAVRISelLowering.cpp36 AVRTargetLowering::AVRTargetLowering(const AVRTargetMachine &TM, in AVRTargetLowering()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/AVR/
H A DBUILD.gn42 "AVRTargetMachine.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt6403 llvm/lib/Target/AVR/AVRTargetMachine.cpp
6404 llvm/lib/Target/AVR/AVRTargetMachine.h