Home
last modified time | relevance | path

Searched refs:AVRInstrInfo (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp38 AVRInstrInfo::AVRInstrInfo() in AVRInstrInfo() function in llvm::AVRInstrInfo
41 void AVRInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
82 unsigned AVRInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot()
101 unsigned AVRInstrInfo::isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot()
120 void AVRInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()
159 void AVRInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()
194 const MCInstrDesc &AVRInstrInfo::getBrCond(AVRCC::CondCodes CC) const { in getBrCond()
217 AVRCC::CondCodes AVRInstrInfo::getCondFromBranchOpc(unsigned Opc) const { in getCondFromBranchOpc()
240 AVRCC::CondCodes AVRInstrInfo::getOppositeCondition(AVRCC::CondCodes CC) const { in getOppositeCondition()
263 bool AVRInstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()
[all …]
DAVR.td33 include "AVRInstrInfo.td"
35 def AVRInstrInfo : InstrInfo;
74 let InstructionSet = AVRInstrInfo;
DAVRSubtarget.h41 const AVRInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
117 AVRInstrInfo InstrInfo;
DAVRInstrInfo.h64 class AVRInstrInfo : public AVRGenInstrInfo {
66 explicit AVRInstrInfo();
DTODO.md1 # Write an XFAIL test for this `FIXME` in `AVRInstrInfo.td`
DAVRFrameLowering.cpp57 const AVRInstrInfo &TII = *STI.getInstrInfo(); in emitPrologue()
146 const AVRInstrInfo &TII = *STI.getInstrInfo(); in restoreStatusRegister()
177 const AVRInstrInfo &TII = *STI.getInstrInfo(); in emitEpilogue()
337 const AVRInstrInfo &TII = *STI.getInstrInfo(); in eliminateCallFramePseudoInstr()
DAVRInstrFormats.td1 //===-- AVRInstrInfo.td - AVR Instruction Formats ----------*- tablegen -*-===//
DAVRISelLowering.cpp1701 const AVRInstrInfo &TII = (const AVRInstrInfo &)*MI.getParent() in EmitInstrWithCustomInserter()
DAVRInstrInfo.td1 //===-- AVRInstrInfo.td - AVR Instruction defs -------------*- tablegen -*-===//
333 // AVRInstrInfo.td. They must be kept in synch.