OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MBlazeInstrInfo
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/MBlaze/
MBlazeTargetMachine.h
18
#include "
MBlazeInstrInfo
.h"
35
MBlazeInstrInfo
InstrInfo;
47
virtual const
MBlazeInstrInfo
*getInstrInfo() const
MBlazeInstrInfo.cpp
1
//===-
MBlazeInstrInfo
.cpp - MBlaze Instruction Information -----*- C++ -*-===//
14
#include "
MBlazeInstrInfo
.h"
30
MBlazeInstrInfo
::
MBlazeInstrInfo
(MBlazeTargetMachine &tm)
43
unsigned
MBlazeInstrInfo
::
62
unsigned
MBlazeInstrInfo
::
77
void
MBlazeInstrInfo
::
83
void
MBlazeInstrInfo
::
92
void
MBlazeInstrInfo
::
102
void
MBlazeInstrInfo
:
[
all
...]
MBlazeInstrInfo.h
1
//===-
MBlazeInstrInfo
.h - MBlaze Instruction Information -------*- C++ -*-===//
225
class
MBlazeInstrInfo
: public MBlazeGenInstrInfo {
229
explicit
MBlazeInstrInfo
(MBlazeTargetMachine &TM);
MBlazeFrameLowering.cpp
17
#include "
MBlazeInstrInfo
.h"
227
const
MBlazeInstrInfo
&TII =
228
*static_cast<const
MBlazeInstrInfo
*>(MF.getTarget().getInstrInfo());
345
const
MBlazeInstrInfo
&TII =
346
*static_cast<const
MBlazeInstrInfo
*>(MF.getTarget().getInstrInfo());
392
const
MBlazeInstrInfo
&TII =
393
*static_cast<const
MBlazeInstrInfo
*>(MF.getTarget().getInstrInfo());
MBlazeISelDAGToDAG.cpp
77
const
MBlazeInstrInfo
*getInstrInfo() {
Completed in 18 milliseconds