Searched refs:AVRTargetMachine (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRTargetMachine.cpp | 44 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 D | AVRTargetMachine.h | 28 class AVRTargetMachine : public LLVMTargetMachine { 30 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
|
| H A D | AVR.h | 24 class AVRTargetMachine; variable 28 FunctionPass *createAVRISelDag(AVRTargetMachine &TM,
|
| H A D | AVRSubtarget.cpp | 31 const std::string &FS, const AVRTargetMachine &TM) in AVRSubtarget()
|
| H A D | AVRISelLowering.h | 78 class AVRTargetMachine; variable 83 explicit AVRTargetLowering(const AVRTargetMachine &TM,
|
| H A D | CMakeLists.txt | 28 AVRTargetMachine.cpp
|
| H A D | AVRAsmPrinter.cpp | 248 const AVRTargetMachine &TM = (const AVRTargetMachine &)MMI->getTarget(); in emitStartOfAsmFile()
|
| 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 | AVRSubtarget.h | 39 const AVRTargetMachine &TM);
|
| H A D | AVRInstrInfo.cpp | 502 const AVRTargetMachine &TM = in getInstSizeInBytes() 503 static_cast<const AVRTargetMachine &>(MF.getTarget()); in getInstSizeInBytes()
|
| H A D | AVRISelDAGToDAG.cpp | 29 AVRDAGToDAGISel(AVRTargetMachine &TM, CodeGenOpt::Level OptLevel) in AVRDAGToDAGISel() 578 FunctionPass *createAVRISelDag(AVRTargetMachine &TM, in createAVRISelDag()
|
| H A D | AVRISelLowering.cpp | 36 AVRTargetLowering::AVRTargetLowering(const AVRTargetMachine &TM, in AVRTargetLowering()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/AVR/ |
| H A D | BUILD.gn | 42 "AVRTargetMachine.cpp",
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 6403 llvm/lib/Target/AVR/AVRTargetMachine.cpp 6404 llvm/lib/Target/AVR/AVRTargetMachine.h
|