Searched defs:SystemZInstrInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h1 //===-- SystemZInstrInfo.h - SystemZ instruction information ----*- C++ -*-===//
114 class SystemZInstrInfo : public SystemZGenInstrInfo { class in namespace:llvm
134 explicit SystemZInstrInfo(SystemZSubtarget &STI);
H A DSystemZInstrInfo.cpp1 //===-- SystemZInstrInfo.cpp - SystemZ instruction information ------------===//
14 #include "SystemZInstrInfo.h"
41 void SystemZInstrInfo::anchor() {}
43 SystemZInstrInfo::SystemZInstrInfo(SystemZSubtarget &sti) function in class:SystemZInstrInfo
50 void SystemZInstrInfo::splitMove(MachineBasicBlock::iterator MI,
82 void SystemZInstrInfo::splitAdjDynAlloc(MachineBasicBlock::iterator MI) const {
103 void SystemZInstrInfo::expandRIPseudo(MachineInstr *MI, unsigned LowOpcode,
117 void SystemZInstrInfo::expandRIEPseudo(MachineInstr *MI, unsigned LowOpcode,
138 void SystemZInstrInfo
[all...]

Completed in 1916 milliseconds