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++ -*-===//
105 class SystemZInstrInfo : public SystemZGenInstrInfo { class in namespace:llvm
113 explicit SystemZInstrInfo(SystemZTargetMachine &TM);
H A DSystemZInstrInfo.cpp1 //===-- SystemZInstrInfo.cpp - SystemZ instruction information ------------===//
14 #include "SystemZInstrInfo.h"
31 SystemZInstrInfo::SystemZInstrInfo(SystemZTargetMachine &tm) function in class:SystemZInstrInfo
38 void SystemZInstrInfo::splitMove(MachineBasicBlock::iterator MI,
70 void SystemZInstrInfo::splitAdjDynAlloc(MachineBasicBlock::iterator MI) const {
103 unsigned SystemZInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
108 unsigned SystemZInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
113 bool SystemZInstrInfo::isStackSlotCopy(const MachineInstr *MI,
138 bool SystemZInstrInfo
[all...]

Completed in 51 milliseconds