Searched refs:AVRSubtarget (Results 1 – 16 of 16) sorted by relevance
30 AVRSubtarget::AVRSubtarget(const Triple &TT, const std::string &CPU, in AVRSubtarget() function in llvm::AVRSubtarget38 AVRSubtarget &39 AVRSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS, in initializeSubtargetDependencies()
54 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in emitPrologue() 145 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in restoreStatusRegister() 179 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in emitEpilogue() 253 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in spillCalleeSavedRegisters() 302 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in restoreCalleeSavedRegisters() [all...]
23 #include "AVRSubtarget.h"38 const AVRSubtarget *getSubtargetImpl() const;39 const AVRSubtarget *getSubtargetImpl(const Function &) const override;62 AVRSubtarget SubTarget;
39 const AVRSubtarget &STI = MF->getSubtarget<AVRSubtarget>(); in getCalleeSavedRegs()51 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in getCallPreservedMask()71 if (MF.getSubtarget<AVRSubtarget>().hasTinyEncoding()) { in getReservedRegs()156 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in eliminateFrameIndex()
125 const AVRSubtarget &STI = MF->getSubtarget<AVRSubtarget>(); in PrintAsmOperand()239 const AVRSubtarget *SubTM = (const AVRSubtarget *)TM.getSubtargetImpl(); in doFinalization()288 const AVRSubtarget *SubTM = (const AVRSubtarget *)TM.getSubtargetImpl(); in emitStartOfAsmFile()
1 //===-- AVRSubtarget.h - Define Subtarget for the AVR -----------*- C++ -*-===//32 class AVRSubtarget : public AVRGenSubtargetInfo {39 AVRSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,60 AVRSubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS,
26 class AVRSubtarget; variable68 explicit AVRInstrInfo(AVRSubtarget &STI);123 const AVRSubtarget &STI;
101 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl()105 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl()
80 class AVRSubtarget; variable 87 const AVRSubtarget &STI);195 const AVRSubtarget &Subtarget;
27 const AVRSubtarget &Subtarget) const { in lowerSymbolOperand()70 auto &Subtarget = MI.getParent()->getParent()->getSubtarget<AVRSubtarget>(); in lowerInstruction()
126 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in runOnMachineFunction()665 const AVRSubtarget &STI = MBB.getParent()->getSubtarget<AVRSubtarget>(); in expand()776 const AVRSubtarget &STI = MBB.getParent()->getSubtarget<AVRSubtarget>(); in expand()843 const AVRSubtarget &STI = MBB.getParent()->getSubtarget<AVRSubtarget>(); in expandLPMWELPMW()954 const AVRSubtarget &STI = MBB.getParent()->getSubtarget<AVRSubtarget>(); in expandLPMBELPMB()1013 const AVRSubtarget &STI = MBB.getParent()->getSubtarget<AVRSubtarget>(); in expandAtomic()1081 const AVRSubtarget &STI = MBB.getParent()->getSubtarget<AVRSubtarget>(); in expand()1154 const AVRSubtarget &STI = MBB.getParent()->getSubtarget<AVRSubtarget>(); in expand()1271 const AVRSubtarget &STI = MBB.getParent()->getSubtarget<AVRSubtarget>(); in expand()1344 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in expand()[all …]
34 const AVRSubtarget &Subtarget) const;
58 const AVRSubtarget *Subtarget;76 Subtarget = &MF.getSubtarget<AVRSubtarget>(); in INITIALIZE_PASS()222 const AVRSubtarget &STI = MF->getSubtarget<AVRSubtarget>(); in SelectInlineAsmMemoryOperand()
38 AVRInstrInfo::AVRInstrInfo(AVRSubtarget &STI) in AVRInstrInfo()
37 const AVRSubtarget &STI) in AVRTargetLowering()1907 const AVRSubtarget &STI = BB->getParent()->getSubtarget<AVRSubtarget>(); in insertMultibyteShift()2342 const AVRSubtarget &STI = MBB->getParent()->getSubtarget<AVRSubtarget>(); in EmitInstrWithCustomInserter()
11 // new member in AVRSubtarget (to store a value) for each set because we do not