Home
last modified time | relevance | path

Searched refs:MSP430InstrInfo (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp31 void MSP430InstrInfo::anchor() {} in anchor()
33 MSP430InstrInfo::MSP430InstrInfo(MSP430Subtarget &STI) in MSP430InstrInfo() function in MSP430InstrInfo
37 void MSP430InstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()
64 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()
173 bool MSP430InstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()
263 unsigned MSP430InstrInfo::InsertBranch(MachineBasicBlock &MBB, in InsertBranch()
[all …]
DMSP430.td49 include "MSP430InstrInfo.td"
51 def MSP430InstrInfo : InstrInfo;
58 let InstructionSet = MSP430InstrInfo;
DMSP430FrameLowering.cpp46 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()
DMSP430Subtarget.h36 MSP430InstrInfo InstrInfo;
56 const MSP430InstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
DMSP430InstrInfo.h43 class MSP430InstrInfo : public MSP430GenInstrInfo {
47 explicit MSP430InstrInfo(MSP430Subtarget &STI);
DMSP430BranchSelector.cpp62 const MSP430InstrInfo *TII = in runOnMachineFunction()
63 static_cast<const MSP430InstrInfo *>(Fn.getSubtarget().getInstrInfo()); in runOnMachineFunction()
DCMakeLists.txt15 MSP430InstrInfo.cpp
DREADME.txt38 10. Handle imm in comparisons in better way (see comment in MSP430InstrInfo.td)
DMSP430InstrFormats.td67 // should be kept up-to-date with the fields in the MSP430InstrInfo.h file.
DMSP430InstrInfo.td1 //===-- MSP430InstrInfo.td - MSP430 Instruction defs -------*- tablegen -*-===//
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430InstrInfo.cpp31 MSP430InstrInfo::MSP430InstrInfo(MSP430TargetMachine &tm) in MSP430InstrInfo() function in MSP430InstrInfo
35 void MSP430InstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()
64 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::
163 bool MSP430InstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const { in isUnpredicatedTerminator()
175 bool MSP430InstrInfo::AnalyzeBranch(MachineBasicBlock &MBB, in AnalyzeBranch()
266 MSP430InstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, in InsertBranch()
298 unsigned MSP430InstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { in GetInstSizeInBytes()
DMSP430.td49 include "MSP430InstrInfo.td"
51 def MSP430InstrInfo : InstrInfo;
63 let InstructionSet = MSP430InstrInfo;
DMSP430TargetMachine.h35 MSP430InstrInfo InstrInfo;
48 virtual const MSP430InstrInfo *getInstrInfo() const { return &InstrInfo; } in getInstrInfo()
DMSP430FrameLowering.cpp45 const MSP430InstrInfo &TII = in emitPrologue()
46 *static_cast<const MSP430InstrInfo*>(MF.getTarget().getInstrInfo()); in emitPrologue()
110 const MSP430InstrInfo &TII = in emitEpilogue()
111 *static_cast<const MSP430InstrInfo*>(MF.getTarget().getInstrInfo()); in emitEpilogue()
DMSP430InstrInfo.h43 class MSP430InstrInfo : public MSP430GenInstrInfo {
47 explicit MSP430InstrInfo(MSP430TargetMachine &TM);
DMSP430BranchSelector.cpp55 const MSP430InstrInfo *TII = in runOnMachineFunction()
56 static_cast<const MSP430InstrInfo*>(Fn.getTarget().getInstrInfo()); in runOnMachineFunction()
DREADME.txt38 10. Handle imm in comparisons in better way (see comment in MSP430InstrInfo.td)
DMSP430InstrFormats.td67 // should be kept up-to-date with the fields in the MSP430InstrInfo.h file.
DMSP430InstrInfo.td1 //===- MSP430InstrInfo.td - MSP430 Instruction defs -----------*- tblgen-*-===//