Searched refs:MSP430InstrInfo (Results 1 – 20 of 20) sorted by relevance
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 31 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 …]
|
D | MSP430.td | 49 include "MSP430InstrInfo.td" 51 def MSP430InstrInfo : InstrInfo; 58 let InstructionSet = MSP430InstrInfo;
|
D | MSP430FrameLowering.cpp | 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()
|
D | MSP430Subtarget.h | 36 MSP430InstrInfo InstrInfo; 56 const MSP430InstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
|
D | MSP430InstrInfo.h | 43 class MSP430InstrInfo : public MSP430GenInstrInfo { 47 explicit MSP430InstrInfo(MSP430Subtarget &STI);
|
D | MSP430BranchSelector.cpp | 62 const MSP430InstrInfo *TII = in runOnMachineFunction() 63 static_cast<const MSP430InstrInfo *>(Fn.getSubtarget().getInstrInfo()); in runOnMachineFunction()
|
D | CMakeLists.txt | 15 MSP430InstrInfo.cpp
|
D | README.txt | 38 10. Handle imm in comparisons in better way (see comment in MSP430InstrInfo.td)
|
D | MSP430InstrFormats.td | 67 // should be kept up-to-date with the fields in the MSP430InstrInfo.h file.
|
D | MSP430InstrInfo.td | 1 //===-- MSP430InstrInfo.td - MSP430 Instruction defs -------*- tablegen -*-===//
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 31 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 …]
|
D | MSP430.td | 63 include "MSP430InstrInfo.td" 65 def MSP430InstrInfo : InstrInfo; 72 let InstructionSet = MSP430InstrInfo;
|
D | MSP430FrameLowering.cpp | 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()
|
D | MSP430Subtarget.h | 43 MSP430InstrInfo InstrInfo; 67 const MSP430InstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
|
D | MSP430InstrInfo.h | 43 class MSP430InstrInfo : public MSP430GenInstrInfo { 47 explicit MSP430InstrInfo(MSP430Subtarget &STI);
|
D | MSP430BranchSelector.cpp | 43 const MSP430InstrInfo *TII; 226 TII = static_cast<const MSP430InstrInfo *>(MF->getSubtarget().getInstrInfo()); in runOnMachineFunction()
|
D | CMakeLists.txt | 16 MSP430InstrInfo.cpp
|
D | README.txt | 38 10. Handle imm in comparisons in better way (see comment in MSP430InstrInfo.td)
|
D | MSP430InstrFormats.td | 67 // should be kept up-to-date with the fields in the MSP430InstrInfo.h file.
|
D | MSP430InstrInfo.td | 1 //===-- MSP430InstrInfo.td - MSP430 Instruction defs -------*- tablegen -*-===//
|