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

  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 1 //===-- MipsInstrInfo.h - Mips Instruction Information ----------*- C++ -*-===//
33 class MipsInstrInfo : public MipsGenInstrInfo {
49 explicit MipsInstrInfo(const MipsSubtarget &STI, unsigned UncondBrOpc);
51 static const MipsInstrInfo *create(MipsSubtarget &STI);
146 /// Create MipsInstrInfo objects.
147 const MipsInstrInfo *createMips16InstrInfo(const MipsSubtarget &STI);
148 const MipsInstrInfo *createMipsSEInstrInfo(const MipsSubtarget &STI);
MipsInstrInfo.cpp 1 //===-- MipsInstrInfo.cpp - Mips Instruction Information ------------------===//
14 #include "MipsInstrInfo.h"
31 void MipsInstrInfo::anchor() {}
33 MipsInstrInfo::MipsInstrInfo(const MipsSubtarget &STI, unsigned UncondBr)
37 const MipsInstrInfo *MipsInstrInfo::create(MipsSubtarget &STI) {
44 bool MipsInstrInfo::isZeroImm(const MachineOperand &op) const {
50 void MipsInstrInfo::
57 MachineMemOperand *MipsInstrInfo::GetMemOperand(MachineBasicBlock &MBB, int FI
    [all...]

Completed in 135 milliseconds