Home
last modified time | relevance | path

Searched refs:AVRSubtarget (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRSubtarget.cpp30 AVRSubtarget::AVRSubtarget(const Triple &TT, const std::string &CPU, in AVRSubtarget() function in llvm::AVRSubtarget
38 AVRSubtarget &
39 AVRSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS, in initializeSubtargetDependencies()
H A DAVRFrameLowering.cpp54 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...]
H A DAVRTargetMachine.h23 #include "AVRSubtarget.h"
38 const AVRSubtarget *getSubtargetImpl() const;
39 const AVRSubtarget *getSubtargetImpl(const Function &) const override;
62 AVRSubtarget SubTarget;
H A DAVRRegisterInfo.cpp39 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()
H A DAVRAsmPrinter.cpp125 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()
H A DAVRSubtarget.h1 //===-- 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,
H A DAVRInstrInfo.h26 class AVRSubtarget; variable
68 explicit AVRInstrInfo(AVRSubtarget &STI);
123 const AVRSubtarget &STI;
H A DAVRTargetMachine.cpp101 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl()
105 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl()
H A DAVRISelLowering.h80 class AVRSubtarget; variable
87 const AVRSubtarget &STI);
195 const AVRSubtarget &Subtarget;
H A DAVRMCInstLower.cpp27 const AVRSubtarget &Subtarget) const { in lowerSymbolOperand()
70 auto &Subtarget = MI.getParent()->getParent()->getSubtarget<AVRSubtarget>(); in lowerInstruction()
H A DAVRExpandPseudoInsts.cpp126 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 …]
H A DAVRMCInstLower.h34 const AVRSubtarget &Subtarget) const;
H A DAVRISelDAGToDAG.cpp58 const AVRSubtarget *Subtarget;
76 Subtarget = &MF.getSubtarget<AVRSubtarget>(); in INITIALIZE_PASS()
222 const AVRSubtarget &STI = MF->getSubtarget<AVRSubtarget>(); in SelectInlineAsmMemoryOperand()
H A DAVRInstrInfo.cpp38 AVRInstrInfo::AVRInstrInfo(AVRSubtarget &STI) in AVRInstrInfo()
H A DAVRISelLowering.cpp37 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()
H A DAVRDevices.td11 // new member in AVRSubtarget (to store a value) for each set because we do not