Searched refs:AVRTargetMachine (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp1 //===-- AVRTargetMachine.cpp - Define TargetMachine for AVR ---------------===//
13 #include "AVRTargetMachine.h"
43 AVRTargetMachine::AVRTargetMachine(const Target &T, const Triple &TT, function in class:llvm::AVRTargetMachine
61 AVRPassConfig(AVRTargetMachine &TM, PassManagerBase &PM)
64 AVRTargetMachine &getAVRTargetMachine() const {
65 return getTM<AVRTargetMachine>();
75 TargetPassConfig *AVRTargetMachine::createPassConfig(PassManagerBase &PM) {
81 RegisterTargetMachine<AVRTargetMachine> X(getTheAVRTarget());
88 const AVRSubtarget *AVRTargetMachine
[all...]
H A DAVR.h22 class AVRTargetMachine;
25 FunctionPass *createAVRISelDag(AVRTargetMachine &TM,
H A DAVRTargetMachine.h1 //===-- AVRTargetMachine.h - Define TargetMachine for AVR -------*- C++ -*-===//
28 class AVRTargetMachine : public LLVMTargetMachine { class in namespace:llvm
30 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
H A DAVRSubtarget.cpp19 #include "AVRTargetMachine.h"
31 const std::string &FS, const AVRTargetMachine &TM)
H A DAVRSubtarget.h39 const AVRTargetMachine &TM);
H A DAVRISelLowering.h67 class AVRTargetMachine;
72 explicit AVRTargetLowering(const AVRTargetMachine &TM,
H A DAVRRegisterInfo.cpp26 #include "AVRTargetMachine.h"
141 const AVRTargetMachine &TM = (const AVRTargetMachine &)MF.getTarget();
H A DAVRISelDAGToDAG.cpp14 #include "AVRTargetMachine.h"
29 AVRDAGToDAGISel(AVRTargetMachine &TM, CodeGenOpt::Level OptLevel)
551 FunctionPass *createAVRISelDag(AVRTargetMachine &TM,
H A DAVRInstrInfo.cpp30 #include "AVRTargetMachine.h"
493 const AVRTargetMachine &TM = static_cast<const AVRTargetMachine&>(MF.getTarget());
H A DAVRISelLowering.cpp30 #include "AVRTargetMachine.h"
35 AVRTargetLowering::AVRTargetLowering(const AVRTargetMachine &TM,

Completed in 117 milliseconds