Lines Matching refs:AVRInstrInfo

38 AVRInstrInfo::AVRInstrInfo(AVRSubtarget &STI)  in AVRInstrInfo()  function in llvm::AVRInstrInfo
42 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()
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()
397 unsigned AVRInstrInfo::insertBranch(MachineBasicBlock &MBB, in insertBranch()
438 unsigned AVRInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch()
469 bool AVRInstrInfo::reverseBranchCondition( in reverseBranchCondition()
479 unsigned AVRInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const { in getInstSizeInBytes()
506 AVRInstrInfo::getBranchDestBlock(const MachineInstr &MI) const { in getBranchDestBlock()
534 bool AVRInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange()
560 void AVRInstrInfo::insertIndirectBranch(MachineBasicBlock &MBB, in insertIndirectBranch()