Home
last modified time | relevance | path

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

12

/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);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
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()
DAVRTargetMachine.h28 class AVRTargetMachine : public LLVMTargetMachine {
30 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
DAVR.h22 class AVRTargetMachine; variable
25 FunctionPass *createAVRISelDag(AVRTargetMachine &TM,
DAVRISelLowering.h67 class AVRTargetMachine; variable
72 explicit AVRTargetLowering(const AVRTargetMachine &TM,
DAVRSubtarget.cpp31 const std::string &FS, const AVRTargetMachine &TM) in AVRSubtarget()
DAVRRegisterInfo.cpp137 const AVRTargetMachine &TM = (const AVRTargetMachine &)MF.getTarget(); in eliminateFrameIndex()
DCMakeLists.txt26 AVRTargetMachine.cpp
DAVRSubtarget.h39 const AVRTargetMachine &TM);
/external/llvm-project/llvm/lib/Target/AVR/
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()
DAVRTargetMachine.h28 class AVRTargetMachine : public LLVMTargetMachine {
30 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
DAVR.h22 class AVRTargetMachine; variable
25 FunctionPass *createAVRISelDag(AVRTargetMachine &TM,
DAVRISelLowering.h67 class AVRTargetMachine; variable
72 explicit AVRTargetLowering(const AVRTargetMachine &TM,
DAVRSubtarget.cpp31 const std::string &FS, const AVRTargetMachine &TM) in AVRSubtarget()
DAVRRegisterInfo.cpp141 const AVRTargetMachine &TM = (const AVRTargetMachine &)MF.getTarget(); in eliminateFrameIndex()
DCMakeLists.txt28 AVRTargetMachine.cpp
DAVRSubtarget.h39 const AVRTargetMachine &TM);
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/AVR/
DBUILD.gn42 "AVRTargetMachine.cpp",

12