Home
last modified time | relevance | path

Searched refs:AVRTargetMachine (Results 1 – 20 of 20) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRTargetMachine.cpp49 AVRTargetMachine::AVRTargetMachine(const Target &T, const Triple &TT, in AVRTargetMachine() function in llvm::AVRTargetMachine
67 AVRPassConfig(AVRTargetMachine &TM, PassManagerBase &PM) in AVRPassConfig()
70 AVRTargetMachine &getAVRTargetMachine() const { in getAVRTargetMachine()
71 return getTM<AVRTargetMachine>(); in getAVRTargetMachine()
81 TargetPassConfig *AVRTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
87 RegisterTargetMachine<AVRTargetMachine> X(getTheAVRTarget()); in LLVMInitializeAVRTarget()
94 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl()
98 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,
DAVRISelLowering.h67 class AVRTargetMachine; variable
72 explicit AVRTargetLowering(AVRTargetMachine &TM);
DAVRSubtarget.cpp32 const std::string &FS, AVRTargetMachine &TM) in AVRSubtarget()
DAVRRegisterInfo.cpp137 const AVRTargetMachine &TM = (const AVRTargetMachine &)MF.getTarget(); in eliminateFrameIndex()
DCMakeLists.txt26 AVRTargetMachine.cpp
DAVRSubtarget.h40 AVRTargetMachine &TM);
DAVRISelLowering.cpp34 AVRTargetLowering::AVRTargetLowering(AVRTargetMachine &tm) in AVRTargetLowering()
1273 const AVRTargetMachine &TM = (const AVRTargetMachine &)getTargetMachine(); in LowerCall()
1435 const AVRTargetMachine &TM = (const AVRTargetMachine &)getTargetMachine(); in insertShift()
1570 const AVRTargetMachine &TM = (const AVRTargetMachine &)getTargetMachine(); in insertMul()
1834 auto STI = static_cast<const AVRTargetMachine &>(this->getTargetMachine()) in getRegForInlineAsmConstraint()
DAVRInstrInfo.cpp493 const AVRTargetMachine &TM = static_cast<const AVRTargetMachine&>(MF.getTarget()); in getInstSizeInBytes()
DAVRISelDAGToDAG.cpp30 AVRDAGToDAGISel(AVRTargetMachine &TM, CodeGenOpt::Level OptLevel) in AVRDAGToDAGISel()
556 FunctionPass *createAVRISelDag(AVRTargetMachine &TM, in createAVRISelDag()