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++ -*-===//
105 class SystemZInstrInfo : public SystemZGenInstrInfo {
113 explicit SystemZInstrInfo(SystemZTargetMachine &TM);
SystemZInstrInfo.cpp 1 //===-- SystemZInstrInfo.cpp - SystemZ instruction information ------------===//
14 #include "SystemZInstrInfo.h"
31 SystemZInstrInfo::SystemZInstrInfo(SystemZTargetMachine &tm)
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::AnalyzeBranch(MachineBasicBlock &MBB
    [all...]

Completed in 29 milliseconds