Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp38 AVRInstrInfo::AVRInstrInfo(AVRSubtarget &STI) in AVRInstrInfo() function in llvm::AVRInstrInfo
42 void AVRInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
94 Register AVRInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot()
113 Register AVRInstrInfo::isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot()
132 void AVRInstrInfo::storeRegToStackSlot( in storeRegToStackSlot()
164 void AVRInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()
195 const MCInstrDesc &AVRInstrInfo::getBrCond(AVRCC::CondCodes CC) const { in getBrCond()
218 AVRCC::CondCodes AVRInstrInfo::getCondFromBranchOpc(unsigned Opc) const { in getCondFromBranchOpc()
241 AVRCC::CondCodes AVRInstrInfo::getOppositeCondition(AVRCC::CondCodes CC) const { in getOppositeCondition()
264 bool AVRInstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()
[all …]
H A DAVR.td33 include "AVRInstrInfo.td"
35 def AVRInstrInfo : InstrInfo;
74 let InstructionSet = AVRInstrInfo;
H A DAVRSubtarget.h22 #include "AVRInstrInfo.h"
42 const AVRInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
107 AVRInstrInfo InstrInfo; in getRegZeroIndex()
H A DAVRInstrInfo.h66 class AVRInstrInfo : public AVRGenInstrInfo {
68 explicit AVRInstrInfo(AVRSubtarget &STI);
H A DTODO.md1 # Write an XFAIL test for this `FIXME` in `AVRInstrInfo.td`
H A DAVRFrameLowering.cpp16 #include "AVRInstrInfo.h"
55 const AVRInstrInfo &TII = *STI.getInstrInfo(); in emitPrologue()
146 const AVRInstrInfo &TII = *STI.getInstrInfo(); in restoreStatusRegister()
180 const AVRInstrInfo &TII = *STI.getInstrInfo(); in emitEpilogue()
351 const AVRInstrInfo &TII = *STI.getInstrInfo(); in eliminateCallFramePseudoInstr()
H A DAVRInstrFormats.td1 //===-- AVRInstrInfo.td - AVR Instruction Formats ----------*- tablegen -*-===//
H A DAVRISelLowering.cpp2392 const AVRInstrInfo &TII = (const AVRInstrInfo &)*MI.getParent() in EmitInstrWithCustomInserter()
H A DAVRInstrInfo.td1 //===-- AVRInstrInfo.td - AVR Instruction defs -------------*- tablegen -*-===//
324 // AVRInstrInfo.td. They must be kept in synch.