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;
24 const MipsSEInstrInfo &TII;
28 const MipsSEInstrInfo &TII);
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"
26 MipsSEInstrInfo::MipsSEInstrInfo(MipsTargetMachine &tm)
32 const MipsRegisterInfo &MipsSEInstrInfo::getRegisterInfo() const {
41 unsigned MipsSEInstrInfo::
66 unsigned MipsSEInstrInfo::
85 void MipsSEInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
154 void MipsSEInstrInfo::
181 void MipsSEInstrInfo:
    [all...]
MipsSEFrameLowering.cpp 18 #include "MipsSEInstrInfo.h"
49 const MipsSEInstrInfo &TII =
50 *static_cast<const MipsSEInstrInfo*>(MF.getTarget().getInstrInfo());
166 const MipsSEInstrInfo &TII =
167 *static_cast<const MipsSEInstrInfo*>(MF.getTarget().getInstrInfo());
256 const MipsSEInstrInfo &TII =
257 *static_cast<const MipsSEInstrInfo*>(MF.getTarget().getInstrInfo());
Android.mk 37 MipsSEInstrInfo.cpp \
MipsSERegisterInfo.cpp 19 #include "MipsSEInstrInfo.h"
44 const MipsSEInstrInfo &I)

Completed in 101 milliseconds