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

  /external/llvm/lib/Target/Blackfin/
BlackfinInstrInfo.h 1 //===- BlackfinInstrInfo.h - Blackfin Instruction Information ---*- C++ -*-===//
25 class BlackfinInstrInfo : public BlackfinGenInstrInfo {
29 explicit BlackfinInstrInfo(BlackfinSubtarget &ST);
BlackfinInstrInfo.cpp 1 //===- BlackfinInstrInfo.cpp - Blackfin Instruction Information -*- C++ -*-===//
14 #include "BlackfinInstrInfo.h"
29 BlackfinInstrInfo::BlackfinInstrInfo(BlackfinSubtarget &ST)
39 unsigned BlackfinInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
61 unsigned BlackfinInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
78 unsigned BlackfinInstrInfo::
100 void BlackfinInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
170 BlackfinInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
207 void BlackfinInstrInfo:
    [all...]

Completed in 535 milliseconds