OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MipsSEInstrInfo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
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"
32
MipsSEInstrInfo
::
MipsSEInstrInfo
(MipsTargetMachine &tm)
38
const MipsRegisterInfo &
MipsSEInstrInfo
::getRegisterInfo() const {
47
unsigned
MipsSEInstrInfo
::
72
unsigned
MipsSEInstrInfo
::
91
void
MipsSEInstrInfo
::copyPhysReg(MachineBasicBlock &MBB,
177
void
MipsSEInstrInfo
::
212
void
MipsSEInstrInfo
:
[
all
...]
Completed in 444 milliseconds