HomeSort by relevance Sort by last modified time
    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++ -*-===//
114 class SystemZInstrInfo : public SystemZGenInstrInfo {
134 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,
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::expandRXYPseudo(MachineInstr *MI, unsigned LowOpcode
    [all...]

Completed in 89 milliseconds