Searched refs:MSP430InstrInfo (Results 1 – 10 of 10) sorted by relevance
31 void MSP430InstrInfo::anchor() {} in anchor()33 MSP430InstrInfo::MSP430InstrInfo(MSP430Subtarget &STI) in MSP430InstrInfo() function in MSP430InstrInfo37 void MSP430InstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()65 void MSP430InstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()91 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()107 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { in RemoveBranch()129 bool MSP430InstrInfo::161 bool MSP430InstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const { in isUnpredicatedTerminator()172 bool MSP430InstrInfo::AnalyzeBranch(MachineBasicBlock &MBB, in AnalyzeBranch()263 MSP430InstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, in InsertBranch()[all …]
49 include "MSP430InstrInfo.td"51 def MSP430InstrInfo : InstrInfo;58 let InstructionSet = MSP430InstrInfo;
46 const MSP430InstrInfo &TII = in emitPrologue()47 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo()); in emitPrologue()111 const MSP430InstrInfo &TII = in emitEpilogue()112 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo()); in emitEpilogue()229 const MSP430InstrInfo &TII = in eliminateCallFramePseudoInstr()230 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo()); in eliminateCallFramePseudoInstr()
36 MSP430InstrInfo InstrInfo;56 const MSP430InstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
43 class MSP430InstrInfo : public MSP430GenInstrInfo {47 explicit MSP430InstrInfo(MSP430Subtarget &STI);
57 const MSP430InstrInfo *TII = in runOnMachineFunction()58 static_cast<const MSP430InstrInfo *>(Fn.getSubtarget().getInstrInfo()); in runOnMachineFunction()
15 MSP430InstrInfo.cpp
38 10. Handle imm in comparisons in better way (see comment in MSP430InstrInfo.td)
67 // should be kept up-to-date with the fields in the MSP430InstrInfo.h file.
1 //===-- MSP430InstrInfo.td - MSP430 Instruction defs -------*- tablegen -*-===//