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++ -*-===//
53 class SystemZInstrInfo : public SystemZGenInstrInfo {
57 explicit SystemZInstrInfo(SystemZTargetMachine &TM);
SystemZInstrInfo.cpp 1 //===- SystemZInstrInfo.cpp - SystemZ Instruction Information --------------===//
16 #include "SystemZInstrInfo.h"
32 SystemZInstrInfo::SystemZInstrInfo(SystemZTargetMachine &tm)
43 void SystemZInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
73 void SystemZInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
102 void SystemZInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
126 unsigned SystemZInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
161 unsigned SystemZInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
196 bool SystemZInstrInfo:
    [all...]

Completed in 291 milliseconds