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;
MipsSERegisterInfo.cpp 19 #include "MipsSEInstrInfo.h"
173 const MipsSEInstrInfo &TII =
174 *static_cast<const MipsSEInstrInfo *>(
188 const MipsSEInstrInfo &TII =
189 *static_cast<const 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"
27 MipsSEInstrInfo::MipsSEInstrInfo(MipsTargetMachine &tm)
33 const MipsRegisterInfo &MipsSEInstrInfo::getRegisterInfo() const {
42 unsigned MipsSEInstrInfo::
65 unsigned MipsSEInstrInfo::
82 void MipsSEInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
182 void MipsSEInstrInfo::
225 void MipsSEInstrInfo:
    [all...]
MipsSEFrameLowering.cpp 18 #include "MipsSEInstrInfo.h"
129 const MipsSEInstrInfo &TII =
130 *static_cast<const MipsSEInstrInfo*>(MF.getTarget().getInstrInfo());
149 const MipsSEInstrInfo &TII =
150 *static_cast<const MipsSEInstrInfo*>(MF.getTarget().getInstrInfo());
172 const MipsSEInstrInfo &TII =
173 *static_cast<const MipsSEInstrInfo*>(MF.getTarget().getInstrInfo());
202 const MipsSEInstrInfo &TII =
203 *static_cast<const MipsSEInstrInfo*>(MF.getTarget().getInstrInfo());
237 const MipsSEInstrInfo &TII
    [all...]
Android.mk 44 MipsSEInstrInfo.cpp \

Completed in 654 milliseconds