Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVRTargetMachine.cpp41 AVRTargetMachine::AVRTargetMachine(const Target &T, const Triple &TT, in AVRTargetMachine() function in llvm::AVRTargetMachine
58 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()
DAVR.h23 class AVRTargetMachine; variable
26 FunctionPass *createAVRISelDag(AVRTargetMachine &TM,
DAVRTargetMachine.h29 class AVRTargetMachine : public LLVMTargetMachine {
31 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
DAVRRegisterInfo.cpp54 const AVRTargetMachine &TM = static_cast<const AVRTargetMachine&>(MF.getTarget()); in getReservedRegs()
130 const AVRTargetMachine &TM = (const AVRTargetMachine &)MF.getTarget(); in eliminateFrameIndex()
DAVRISelLowering.h64 class AVRTargetMachine; variable
69 explicit AVRTargetLowering(AVRTargetMachine &TM);
DAVRSubtarget.cpp32 const std::string &FS, AVRTargetMachine &TM) in AVRSubtarget()
DCMakeLists.txt13 AVRTargetMachine.cpp
DAVRSubtarget.h41 AVRTargetMachine &TM);
DAVRInstrInfo.cpp458 const AVRTargetMachine &TM = static_cast<const AVRTargetMachine&>(MF->getTarget()); in GetInstSizeInBytes()