Home
last modified time | relevance | path

Searched refs:MSP430InstrInfo (Results 1 – 20 of 20) 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-7.0/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, in removeBranch()
132 bool MSP430InstrInfo::
164 bool MSP430InstrInfo::isUnpredicatedTerminator(const MachineInstr &MI) const { in isUnpredicatedTerminator()
176 bool MSP430InstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()
266 unsigned MSP430InstrInfo::insertBranch(MachineBasicBlock &MBB, in insertBranch()
[all …]
DMSP430.td63 include "MSP430InstrInfo.td"
65 def MSP430InstrInfo : InstrInfo;
72 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.h43 MSP430InstrInfo InstrInfo;
67 const MSP430InstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
DMSP430InstrInfo.h43 class MSP430InstrInfo : public MSP430GenInstrInfo {
47 explicit MSP430InstrInfo(MSP430Subtarget &STI);
DMSP430BranchSelector.cpp43 const MSP430InstrInfo *TII;
226 TII = static_cast<const MSP430InstrInfo *>(MF->getSubtarget().getInstrInfo()); in runOnMachineFunction()
DCMakeLists.txt16 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 -*-===//