Lines Matching defs:AVRTargetMachine
1 //===-- AVRTargetMachine.cpp - Define TargetMachine for AVR ---------------===//
13 #include "AVRTargetMachine.h"
45 AVRTargetMachine::AVRTargetMachine(const Target &T, const Triple &TT,
63 AVRPassConfig(AVRTargetMachine &TM, PassManagerBase &PM)
66 AVRTargetMachine &getAVRTargetMachine() const {
67 return getTM<AVRTargetMachine>();
77 TargetPassConfig *AVRTargetMachine::createPassConfig(PassManagerBase &PM) {
92 RegisterTargetMachine<AVRTargetMachine> X(getTheAVRTarget());
100 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const {
104 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const {
108 MachineFunctionInfo *AVRTargetMachine::createMachineFunctionInfo(