Home | History | Annotate | Download | only in AVR

Lines Matching defs:AVRInstrInfo

1 //===-- AVRInstrInfo.cpp - AVR Instruction Information --------------------===//
14 #include "AVRInstrInfo.h"
38 AVRInstrInfo::AVRInstrInfo()
41 void AVRInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
63 unsigned AVRInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
82 unsigned AVRInstrInfo::isStoreToStackSlot(const MachineInstr &MI,
101 void AVRInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
137 void AVRInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
172 const MCInstrDesc &AVRInstrInfo::getBrCond(AVRCC::CondCodes CC) const {
195 AVRCC::CondCodes AVRInstrInfo::getCondFromBranchOpc(unsigned Opc) const {
218 AVRCC::CondCodes AVRInstrInfo::getOppositeCondition(AVRCC::CondCodes CC) const {
241 bool AVRInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
376 unsigned AVRInstrInfo::InsertBranch(MachineBasicBlock &MBB,
407 unsigned AVRInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
432 bool AVRInstrInfo::ReverseBranchCondition(
442 unsigned AVRInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const {