OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MipsSEInstrInfo
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSERegisterInfo.h
21
class
MipsSEInstrInfo
;
MipsSERegisterInfo.cpp
19
#include "
MipsSEInstrInfo
.h"
186
const
MipsSEInstrInfo
&TII =
187
*static_cast<const
MipsSEInstrInfo
*>(
202
const
MipsSEInstrInfo
&TII =
203
*static_cast<const
MipsSEInstrInfo
*>(
MipsSEInstrInfo.h
1
//===--
MipsSEInstrInfo
.h - Mips32/64 Instruction Information ---*- C++ -*-===//
22
class
MipsSEInstrInfo
: public MipsInstrInfo {
26
explicit
MipsSEInstrInfo
(const MipsSubtarget &STI);
MipsSEInstrInfo.cpp
1
//===--
MipsSEInstrInfo
.cpp - Mips32/64 Instruction Information -----------===//
14
#include "
MipsSEInstrInfo
.h"
27
MipsSEInstrInfo
::
MipsSEInstrInfo
(const MipsSubtarget &STI)
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,
179
void
MipsSEInstrInfo
::
248
void
MipsSEInstrInfo
:
[
all
...]
Android.mk
43
MipsSEInstrInfo
.cpp \
MipsSEFrameLowering.cpp
18
#include "
MipsSEInstrInfo
.h"
76
const
MipsSEInstrInfo
&TII;
84
TII(*static_cast<const
MipsSEInstrInfo
*>(Subtarget.getInstrInfo())),
263
/// This method expands the same instruction that
MipsSEInstrInfo
::
266
/// because frame indexes are eliminated before
MipsSEInstrInfo
::
315
/// This method expands the same instruction that
MipsSEInstrInfo
::
318
/// because frame indexes are eliminated before
MipsSEInstrInfo
::
382
const
MipsSEInstrInfo
&TII =
383
*static_cast<const
MipsSEInstrInfo
*>(STI.getInstrInfo());
672
const
MipsSEInstrInfo
&TII
[
all
...]
Completed in 7447 milliseconds