Searched refs:AVRTargetMachine (Results 1 – 9 of 9) sorted by relevance
41 AVRTargetMachine::AVRTargetMachine(const Target &T, const Triple &TT, in AVRTargetMachine() function in llvm::AVRTargetMachine58 AVRPassConfig(AVRTargetMachine *TM, PassManagerBase &PM) in AVRPassConfig()61 AVRTargetMachine &getAVRTargetMachine() const { in getAVRTargetMachine()62 return getTM<AVRTargetMachine>(); in getAVRTargetMachine()72 TargetPassConfig *AVRTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()78 RegisterTargetMachine<AVRTargetMachine> X(TheAVRTarget); in LLVMInitializeAVRTarget()81 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl()85 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl()
23 class AVRTargetMachine; variable26 FunctionPass *createAVRISelDag(AVRTargetMachine &TM,
29 class AVRTargetMachine : public LLVMTargetMachine {31 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
54 const AVRTargetMachine &TM = static_cast<const AVRTargetMachine&>(MF.getTarget()); in getReservedRegs()130 const AVRTargetMachine &TM = (const AVRTargetMachine &)MF.getTarget(); in eliminateFrameIndex()
64 class AVRTargetMachine; variable69 explicit AVRTargetLowering(AVRTargetMachine &TM);
32 const std::string &FS, AVRTargetMachine &TM) in AVRSubtarget()
13 AVRTargetMachine.cpp
41 AVRTargetMachine &TM);
458 const AVRTargetMachine &TM = static_cast<const AVRTargetMachine&>(MF->getTarget()); in GetInstSizeInBytes()