Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp38 AVRInstrInfo::AVRInstrInfo() in AVRInstrInfo() function in llvm::AVRInstrInfo
41 void AVRInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
63 unsigned AVRInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot()
82 unsigned AVRInstrInfo::isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot()
101 void AVRInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()
137 void AVRInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()
172 const MCInstrDesc &AVRInstrInfo::getBrCond(AVRCC::CondCodes CC) const { in getBrCond()
195 AVRCC::CondCodes AVRInstrInfo::getCondFromBranchOpc(unsigned Opc) const { in getCondFromBranchOpc()
218 AVRCC::CondCodes AVRInstrInfo::getOppositeCondition(AVRCC::CondCodes CC) const { in getOppositeCondition()
241 bool AVRInstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()
[all …]
DAVRSubtarget.h43 const AVRInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
83 AVRInstrInfo InstrInfo;
DAVRInstrInfo.h65 class AVRInstrInfo : public AVRGenInstrInfo {
67 explicit AVRInstrInfo();
DTODO.md1 # Write an XFAIL test for this `FIXME` in `AVRInstrInfo.td`
DCMakeLists.txt10 AVRInstrInfo.cpp
DAVR.td517 include "AVRInstrInfo.td"
519 def AVRInstrInfo : InstrInfo;
557 let InstructionSet = AVRInstrInfo;
DAVRInstrFormats.td1 //===-- AVRInstrInfo.td - AVR Instruction Formats ----------*- tablegen -*-===//
DAVRInstrInfo.td1 //===-- AVRInstrInfo.td - AVR Instruction defs -------------*- tablegen -*-===//
276 // AVRInstrInfo.td. They must be kept in synch.