Searched refs:BlackfinInstrInfo (Results 1 – 7 of 7) sorted by relevance
29 BlackfinInstrInfo::BlackfinInstrInfo(BlackfinSubtarget &ST) in BlackfinInstrInfo() function in BlackfinInstrInfo39 unsigned BlackfinInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot()61 unsigned BlackfinInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot()78 unsigned BlackfinInstrInfo::100 void BlackfinInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()170 BlackfinInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()207 void BlackfinInstrInfo::218 BlackfinInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()249 void BlackfinInstrInfo::
49 const BlackfinInstrInfo &TII = in emitPrologue()50 *static_cast<const BlackfinInstrInfo*>(MF.getTarget().getInstrInfo()); in emitPrologue()97 const BlackfinInstrInfo &TII = in emitEpilogue()98 *static_cast<const BlackfinInstrInfo*>(MF.getTarget().getInstrInfo()); in emitEpilogue()
34 BlackfinInstrInfo InstrInfo;42 virtual const BlackfinInstrInfo *getInstrInfo() const { return &InstrInfo; } in getInstrInfo()
25 class BlackfinInstrInfo : public BlackfinGenInstrInfo {29 explicit BlackfinInstrInfo(BlackfinSubtarget &ST);
59 const BlackfinInstrInfo &getInstrInfo() { in getInstrInfo()140 const BlackfinInstrInfo &TII = getInstrInfo(); in FixRegisterClasses()
78 include "BlackfinInstrInfo.td"80 def BlackfinInstrInfo : InstrInfo {}201 let InstructionSet = BlackfinInstrInfo;
1 //===- BlackfinInstrInfo.td - Target Description for Blackfin Target ------===//