Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp43 AVRTargetMachine::AVRTargetMachine(const Target &T, const Triple &TT, in AVRTargetMachine() function in llvm::AVRTargetMachine
61 AVRPassConfig(AVRTargetMachine &TM, PassManagerBase &PM) in AVRPassConfig()
64 AVRTargetMachine &getAVRTargetMachine() const { in getAVRTargetMachine()
65 return getTM<AVRTargetMachine>(); in getAVRTargetMachine()
75 TargetPassConfig *AVRTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
81 RegisterTargetMachine<AVRTargetMachine> X(getTheAVRTarget()); in LLVMInitializeAVRTarget()
88 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl()
92 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl()
H A DAVR.h22 class AVRTargetMachine; variable
25 FunctionPass *createAVRISelDag(AVRTargetMachine &TM,
H A DAVRTargetMachine.h28 class AVRTargetMachine : public LLVMTargetMachine {
30 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
H A DAVRISelLowering.h79 class AVRTargetMachine; variable
84 explicit AVRTargetLowering(const AVRTargetMachine &TM,
H A DAVRRegisterInfo.cpp141 const AVRTargetMachine &TM = (const AVRTargetMachine &)MF.getTarget(); in eliminateFrameIndex()
H A DAVRSubtarget.cpp31 const std::string &FS, const AVRTargetMachine &TM) in AVRSubtarget()
H A DCMakeLists.txt28 AVRTargetMachine.cpp
H A DAVRSubtarget.h39 const AVRTargetMachine &TM);
H A DAVRInstrInfo.cpp493 const AVRTargetMachine &TM = static_cast<const AVRTargetMachine&>(MF.getTarget()); in getInstSizeInBytes()
H A DAVRISelDAGToDAG.cpp29 AVRDAGToDAGISel(AVRTargetMachine &TM, CodeGenOpt::Level OptLevel) in AVRDAGToDAGISel()
548 FunctionPass *createAVRISelDag(AVRTargetMachine &TM, in createAVRISelDag()
H A DAVRISelLowering.cpp35 AVRTargetLowering::AVRTargetLowering(const AVRTargetMachine &TM, in AVRTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/AVR/
H A DBUILD.gn42 "AVRTargetMachine.cpp",