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

  /external/llvm/lib/Target/Mips/
MipsSERegisterInfo.h 21 class MipsSEInstrInfo;
MipsSEInstrInfo.h 1 //===-- MipsSEInstrInfo.h - Mips32/64 Instruction Information ---*- C++ -*-===//
22 class MipsSEInstrInfo : public MipsInstrInfo {
27 explicit MipsSEInstrInfo(MipsTargetMachine &TM);
MipsSEInstrInfo.cpp 1 //===-- MipsSEInstrInfo.cpp - Mips32/64 Instruction Information -----------===//
14 #include "MipsSEInstrInfo.h"
32 MipsSEInstrInfo::MipsSEInstrInfo(MipsTargetMachine &tm)
38 const MipsRegisterInfo &MipsSEInstrInfo::getRegisterInfo() const {
47 unsigned MipsSEInstrInfo::
72 unsigned MipsSEInstrInfo::
91 void MipsSEInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
177 void MipsSEInstrInfo::
212 void MipsSEInstrInfo:
    [all...]
MipsSERegisterInfo.cpp 19 #include "MipsSEInstrInfo.h"
121 const MipsSEInstrInfo &TII =
122 *static_cast<const MipsSEInstrInfo*>(
MipsSEFrameLowering.cpp 18 #include "MipsSEInstrInfo.h"
118 const MipsSEInstrInfo &TII =
119 *static_cast<const MipsSEInstrInfo*>(MF.getTarget().getInstrInfo());
138 const MipsSEInstrInfo &TII =
139 *static_cast<const MipsSEInstrInfo*>(MF.getTarget().getInstrInfo());
161 const MipsSEInstrInfo &TII =
162 *static_cast<const MipsSEInstrInfo*>(MF.getTarget().getInstrInfo());
190 const MipsSEInstrInfo &TII =
191 *static_cast<const MipsSEInstrInfo*>(MF.getTarget().getInstrInfo());
229 const MipsSEInstrInfo &TII
    [all...]
Android.mk 41 MipsSEInstrInfo.cpp \

Completed in 93 milliseconds