HomeSort by relevance Sort by last modified time
    Searched defs:Mips16InstrInfo (Results 1 - 4 of 4) 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"
32 Mips16InstrInfo::Mips16InstrInfo(const MipsSubtarget &STI)
35 const MipsRegisterInfo &Mips16InstrInfo::getRegisterInfo() const {
44 unsigned Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
54 unsigned Mips16InstrInfo::isStoreToStackSlot(const MachineInstr &MI,
59 void Mips16InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
91 void Mips16InstrInfo::storeRegToStack(MachineBasicBlock &MBB,
109 void Mips16InstrInfo::loadRegFromStack(MachineBasicBlock &MBB
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16InstrInfo.h 1 //===- Mips16InstrInfo.h - Mips16 Instruction Information -------*- C++ -*-===//
28 class Mips16InstrInfo : public MipsInstrInfo {
32 explicit Mips16InstrInfo(const MipsSubtarget &STI);
Mips16InstrInfo.cpp 1 //===- Mips16InstrInfo.cpp - Mips16 Instruction Information ---------------===//
14 #include "Mips16InstrInfo.h"
43 Mips16InstrInfo::Mips16InstrInfo(const MipsSubtarget &STI)
46 const MipsRegisterInfo &Mips16InstrInfo::getRegisterInfo() const {
55 unsigned Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
65 unsigned Mips16InstrInfo::isStoreToStackSlot(const MachineInstr &MI,
70 void Mips16InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
100 bool Mips16InstrInfo::isCopyInstr(const MachineInstr &MI,
111 void Mips16InstrInfo::storeRegToStack(MachineBasicBlock &MBB
    [all...]

Completed in 74 milliseconds