Home | History | Annotate | Download | only in SystemZ

Lines Matching defs:SystemZInstrInfo

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,
230 unsigned SystemZInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
252 bool SystemZInstrInfo::
260 SystemZInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
306 bool SystemZInstrInfo::isPredicable(MachineInstr *MI) const {
314 bool SystemZInstrInfo::
322 bool SystemZInstrInfo::
332 bool SystemZInstrInfo::
353 SystemZInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
386 SystemZInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
403 SystemZInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
471 SystemZInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI,
537 SystemZInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
629 SystemZInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, MachineInstr* MI,
636 SystemZInstrInfo::expandPostRAPseudo(MachineBasicBlock::iterator MI) const {
663 uint64_t SystemZInstrInfo::getInstSizeInBytes(const MachineInstr *MI) const {
673 SystemZInstrInfo::getBranchInfo(const MachineInstr *MI) const {
710 void SystemZInstrInfo::getLoadStoreOpcodes(const TargetRegisterClass *RC,
737 unsigned SystemZInstrInfo::getOpcodeForOffset(unsigned Opcode,
764 unsigned SystemZInstrInfo::getLoadAndTest(unsigned Opcode) const {
794 bool SystemZInstrInfo::isRxSBGMask(uint64_t Mask, unsigned BitSize,
822 unsigned SystemZInstrInfo::getCompareAndBranch(unsigned Opcode,
838 void SystemZInstrInfo::loadImmediate(MachineBasicBlock &MBB,