HomeSort by relevance Sort by last modified time
    Searched refs:MSP430InstrInfo (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/MSP430/
MSP430Subtarget.h 19 #include "MSP430InstrInfo.h"
36 MSP430InstrInfo InstrInfo;
56 const MSP430InstrInfo *getInstrInfo() const override { return &InstrInfo; }
MSP430InstrInfo.cpp 1 //===-- MSP430InstrInfo.cpp - MSP430 Instruction Information --------------===//
14 #include "MSP430InstrInfo.h"
31 void MSP430InstrInfo::anchor() {}
33 MSP430InstrInfo::MSP430InstrInfo(MSP430Subtarget &STI)
37 void MSP430InstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
64 void MSP430InstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
91 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
107 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
129 bool MSP430InstrInfo:
    [all...]
MSP430InstrInfo.h 1 //===-- MSP430InstrInfo.h - MSP430 Instruction Information ------*- C++ -*-===//
43 class MSP430InstrInfo : public MSP430GenInstrInfo {
47 explicit MSP430InstrInfo(MSP430Subtarget &STI);
MSP430FrameLowering.cpp 15 #include "MSP430InstrInfo.h"
46 const MSP430InstrInfo &TII =
47 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo());
111 const MSP430InstrInfo &TII =
112 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo());
229 const MSP430InstrInfo &TII =
230 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo());
MSP430BranchSelector.cpp 19 #include "MSP430InstrInfo.h"
62 const MSP430InstrInfo *TII =
63 static_cast<const MSP430InstrInfo *>(Fn.getSubtarget().getInstrInfo());
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430TargetMachine.h 18 #include "MSP430InstrInfo.h"
35 MSP430InstrInfo InstrInfo;
48 virtual const MSP430InstrInfo *getInstrInfo() const { return &InstrInfo; }
MSP430InstrInfo.cpp 1 //===- MSP430InstrInfo.cpp - MSP430 Instruction Information ---------------===//
15 #include "MSP430InstrInfo.h"
31 MSP430InstrInfo::MSP430InstrInfo(MSP430TargetMachine &tm)
35 void MSP430InstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
64 void MSP430InstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
91 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
107 unsigned MSP430InstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
129 bool MSP430InstrInfo::
163 bool MSP430InstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const
    [all...]
MSP430InstrInfo.h 1 //===- MSP430InstrInfo.h - MSP430 Instruction Information -------*- C++ -*-===//
43 class MSP430InstrInfo : public MSP430GenInstrInfo {
47 explicit MSP430InstrInfo(MSP430TargetMachine &TM);
MSP430BranchSelector.cpp 20 #include "MSP430InstrInfo.h"
55 const MSP430InstrInfo *TII =
56 static_cast<const MSP430InstrInfo*>(Fn.getTarget().getInstrInfo());
MSP430FrameLowering.cpp 15 #include "MSP430InstrInfo.h"
45 const MSP430InstrInfo &TII =
46 *static_cast<const MSP430InstrInfo*>(MF.getTarget().getInstrInfo());
110 const MSP430InstrInfo &TII =
111 *static_cast<const MSP430InstrInfo*>(MF.getTarget().getInstrInfo());

Completed in 4663 milliseconds