Searched defs:MipsSEInstrInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h1 //===-- MipsSEInstrInfo.h - Mips32/64 Instruction Information ---*- C++ -*-===//
22 class MipsSEInstrInfo : public MipsInstrInfo { class in namespace:llvm
26 explicit MipsSEInstrInfo(const MipsSubtarget &STI);
H A DMipsSEInstrInfo.cpp1 //===-- MipsSEInstrInfo.cpp - Mips32/64 Instruction Information -----------===//
14 #include "MipsSEInstrInfo.h"
28 MipsSEInstrInfo::MipsSEInstrInfo(const MipsSubtarget &STI) function in class:MipsSEInstrInfo
32 const MipsRegisterInfo &MipsSEInstrInfo::getRegisterInfo() const {
41 unsigned MipsSEInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
63 unsigned MipsSEInstrInfo::isStoreToStackSlot(const MachineInstr &MI,
79 void MipsSEInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
182 void MipsSEInstrInfo::
251 void MipsSEInstrInfo
[all...]

Completed in 75 milliseconds