Home
last modified time | relevance | path

Searched refs:AVRTargetMachine (Results 1 – 25 of 33) 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-16.0/llvm/lib/Target/AVR/
DAVRTargetMachine.cpp47 AVRTargetMachine::AVRTargetMachine(const Target &T, const Triple &TT, in AVRTargetMachine() function in llvm::AVRTargetMachine
65 AVRPassConfig(AVRTargetMachine &TM, PassManagerBase &PM) in AVRPassConfig()
68 AVRTargetMachine &getAVRTargetMachine() const { in getAVRTargetMachine()
69 return getTM<AVRTargetMachine>(); in getAVRTargetMachine()
79 TargetPassConfig *AVRTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
94 RegisterTargetMachine<AVRTargetMachine> X(getTheAVRTarget()); in LLVMInitializeAVRTarget()
102 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl()
106 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl()
110 MachineFunctionInfo *AVRTargetMachine::createMachineFunctionInfo( in createMachineFunctionInfo()
DAVRTargetMachine.h30 class AVRTargetMachine : public LLVMTargetMachine {
32 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
DAVR.h24 class AVRTargetMachine; variable
29 FunctionPass *createAVRISelDag(AVRTargetMachine &TM,
DAVRAsmPrinter.cpp243 const AVRTargetMachine &TM = (const AVRTargetMachine &)MMI->getTarget(); in doFinalization()
292 const AVRTargetMachine &TM = (const AVRTargetMachine &)MMI->getTarget(); in emitStartOfAsmFile()
DAVRSubtarget.cpp31 const std::string &FS, const AVRTargetMachine &TM) in AVRSubtarget()
DAVRISelLowering.h81 class AVRTargetMachine; variable
86 explicit AVRTargetLowering(const AVRTargetMachine &TM,
DCMakeLists.txt28 AVRTargetMachine.cpp
DAVRTargetObjectFile.cpp42 const auto &AVRTM = static_cast<const AVRTargetMachine &>(TM); in SelectSectionForGlobal()
DAVRSubtarget.h40 const 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()
DCMakeLists.txt26 AVRTargetMachine.cpp
DAVRRegisterInfo.cpp137 const AVRTargetMachine &TM = (const AVRTargetMachine &)MF.getTarget(); in eliminateFrameIndex()
DAVRSubtarget.h39 const AVRTargetMachine &TM);

12