Searched refs:AVRInstrInfo (Results 1 – 9 of 9) sorted by relevance
38 AVRInstrInfo::AVRInstrInfo(AVRSubtarget &STI) in AVRInstrInfo() function in llvm::AVRInstrInfo42 void AVRInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()94 unsigned AVRInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot()113 unsigned AVRInstrInfo::isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot()132 void AVRInstrInfo::storeRegToStackSlot( in storeRegToStackSlot()164 void AVRInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()264 bool AVRInstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()397 unsigned AVRInstrInfo::insertBranch(MachineBasicBlock &MBB, in insertBranch()438 unsigned AVRInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch()469 bool AVRInstrInfo::reverseBranchCondition( in reverseBranchCondition()[all …]
33 include "AVRInstrInfo.td"35 def AVRInstrInfo : InstrInfo;74 let InstructionSet = AVRInstrInfo;
42 const AVRInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()107 AVRInstrInfo InstrInfo;
66 class AVRInstrInfo : public AVRGenInstrInfo {68 explicit AVRInstrInfo(AVRSubtarget &STI);
1 # Write an XFAIL test for this `FIXME` in `AVRInstrInfo.td`
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()
1 //===-- AVRInstrInfo.td - AVR Instruction Formats ----------*- tablegen -*-===//
2408 const AVRInstrInfo &TII = (const AVRInstrInfo &)*MI.getParent() in EmitInstrWithCustomInserter()
1 //===-- AVRInstrInfo.td - AVR Instruction defs -------------*- tablegen -*-===//335 // AVRInstrInfo.td. They must be kept in synch.