HomeSort by relevance Sort by last modified time
    Searched defs:AVRInstrInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AVR/
AVRInstrInfo.h 1 //===-- AVRInstrInfo.h - AVR Instruction Information ------------*- C++ -*-===//
30 /// These correspond to `AVR_*_COND` in `AVRInstrInfo.td`.
65 class AVRInstrInfo : public AVRGenInstrInfo {
67 explicit AVRInstrInfo();
AVRInstrInfo.cpp 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
    [all...]

Completed in 312 milliseconds