HomeSort by relevance Sort by last modified time
    Searched refs:SystemZInstrInfo (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 19 #include "SystemZInstrInfo.h"
47 SystemZInstrInfo InstrInfo;
59 const SystemZInstrInfo *getInstrInfo() const { return &InstrInfo; }
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...]
SystemZTargetMachine.h 38 const SystemZInstrInfo *getInstrInfo() const override {
SystemZShortenInst.cpp 40 const SystemZInstrInfo *TII;
153 TII = static_cast<const SystemZInstrInfo *>(F.getTarget().getInstrInfo());
SystemZInstrInfo.h 1 //===-- SystemZInstrInfo.h - SystemZ instruction information ----*- C++ -*-===//
114 class SystemZInstrInfo : public SystemZGenInstrInfo {
134 explicit SystemZInstrInfo(SystemZSubtarget &STI);
SystemZRegisterInfo.cpp 10 #include "SystemZInstrInfo.h"
65 static_cast<const SystemZInstrInfo *>(MF.getTarget().getInstrInfo());
SystemZLongBranch.cpp 157 const SystemZInstrInfo *TII;
451 TII = static_cast<const SystemZInstrInfo *>(F.getTarget().getInstrInfo());
SystemZElimCompare.cpp 88 const SystemZInstrInfo *TII;
461 TII = static_cast<const SystemZInstrInfo *>(F.getTarget().getInstrInfo());
SystemZISelLowering.cpp     [all...]
SystemZFrameLowering.cpp 13 #include "SystemZInstrInfo.h"
314 static_cast<const SystemZInstrInfo*>(MF.getTarget().getInstrInfo());
411 static_cast<const SystemZInstrInfo*>(MF.getTarget().getInstrInfo());
SystemZISelDAGToDAG.cpp 142 const SystemZInstrInfo *getInstrInfo() const {
679 const SystemZInstrInfo *TII = getInstrInfo();
    [all...]

Completed in 423 milliseconds