Searched refs:AVRTargetMachine (Results 1 – 20 of 20) sorted by relevance
/external/llvm/lib/Target/AVR/ |
D | AVRTargetMachine.cpp | 41 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()
|
D | AVR.h | 23 class AVRTargetMachine; variable 26 FunctionPass *createAVRISelDag(AVRTargetMachine &TM,
|
D | AVRTargetMachine.h | 29 class AVRTargetMachine : public LLVMTargetMachine { 31 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
|
D | AVRRegisterInfo.cpp | 54 const AVRTargetMachine &TM = static_cast<const AVRTargetMachine&>(MF.getTarget()); in getReservedRegs() 130 const AVRTargetMachine &TM = (const AVRTargetMachine &)MF.getTarget(); in eliminateFrameIndex()
|
D | AVRISelLowering.h | 64 class AVRTargetMachine; variable 69 explicit AVRTargetLowering(AVRTargetMachine &TM);
|
D | AVRSubtarget.cpp | 32 const std::string &FS, AVRTargetMachine &TM) in AVRSubtarget()
|
D | CMakeLists.txt | 13 AVRTargetMachine.cpp
|
D | AVRSubtarget.h | 41 AVRTargetMachine &TM);
|
D | AVRInstrInfo.cpp | 458 const AVRTargetMachine &TM = static_cast<const AVRTargetMachine&>(MF->getTarget()); in GetInstSizeInBytes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRTargetMachine.cpp | 49 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()
|
D | AVR.h | 23 class AVRTargetMachine; variable 26 FunctionPass *createAVRISelDag(AVRTargetMachine &TM,
|
D | AVRTargetMachine.h | 29 class AVRTargetMachine : public LLVMTargetMachine { 31 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
|
D | AVRISelLowering.h | 67 class AVRTargetMachine; variable 72 explicit AVRTargetLowering(AVRTargetMachine &TM);
|
D | AVRSubtarget.cpp | 32 const std::string &FS, AVRTargetMachine &TM) in AVRSubtarget()
|
D | AVRRegisterInfo.cpp | 137 const AVRTargetMachine &TM = (const AVRTargetMachine &)MF.getTarget(); in eliminateFrameIndex()
|
D | CMakeLists.txt | 26 AVRTargetMachine.cpp
|
D | AVRSubtarget.h | 40 AVRTargetMachine &TM);
|
D | AVRISelLowering.cpp | 34 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()
|
D | AVRInstrInfo.cpp | 493 const AVRTargetMachine &TM = static_cast<const AVRTargetMachine&>(MF.getTarget()); in getInstSizeInBytes()
|
D | AVRISelDAGToDAG.cpp | 30 AVRDAGToDAGISel(AVRTargetMachine &TM, CodeGenOpt::Level OptLevel) in AVRDAGToDAGISel() 556 FunctionPass *createAVRISelDag(AVRTargetMachine &TM, in createAVRISelDag()
|