HomeSort by relevance Sort by last modified time
    Searched defs:Mips16InstrInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.h 1 //===-- Mips16InstrInfo.h - Mips16 Instruction Information ------*- C++ -*-===//
22 class Mips16InstrInfo : public MipsInstrInfo {
26 explicit Mips16InstrInfo(const MipsSubtarget &STI);
Mips16InstrInfo.cpp 1 //===-- Mips16InstrInfo.cpp - Mips16 Instruction Information --------------===//
13 #include "Mips16InstrInfo.h"
34 Mips16InstrInfo::Mips16InstrInfo(const MipsSubtarget &STI)
37 const MipsRegisterInfo &Mips16InstrInfo::getRegisterInfo() const {
46 unsigned Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
56 unsigned Mips16InstrInfo::isStoreToStackSlot(const MachineInstr *MI,
61 void Mips16InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
93 void Mips16InstrInfo::storeRegToStack(MachineBasicBlock &MBB,
111 void Mips16InstrInfo::loadRegFromStack(MachineBasicBlock &MBB
    [all...]

Completed in 168 milliseconds