OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SystemZInstrInfo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h
1
//===--
SystemZInstrInfo
.h - SystemZ instruction information ----*- C++ -*-===//
117
class
SystemZInstrInfo
: public SystemZGenInstrInfo {
137
explicit
SystemZInstrInfo
(SystemZSubtarget &STI);
SystemZInstrInfo.cpp
1
//===--
SystemZInstrInfo
.cpp - SystemZ instruction information ------------===//
14
#include "
SystemZInstrInfo
.h"
41
void
SystemZInstrInfo
::anchor() {}
43
SystemZInstrInfo
::
SystemZInstrInfo
(SystemZSubtarget &sti)
50
void
SystemZInstrInfo
::splitMove(MachineBasicBlock::iterator MI,
87
void
SystemZInstrInfo
::splitAdjDynAlloc(MachineBasicBlock::iterator MI) const {
108
void
SystemZInstrInfo
::expandRIPseudo(MachineInstr *MI, unsigned LowOpcode,
122
void
SystemZInstrInfo
::expandRIEPseudo(MachineInstr *MI, unsigned LowOpcode,
144
void
SystemZInstrInfo
::expandRXYPseudo(MachineInstr *MI, unsigned LowOpcode
[
all
...]
Completed in 40 milliseconds