Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:PPCInstrInfo

1 //===- PPCInstrInfo.cpp - PowerPC32 Instruction Information -----*- C++ -*-===//
14 #include "PPCInstrInfo.h"
43 PPCInstrInfo::PPCInstrInfo(PPCTargetMachine &tm)
49 ScheduleHazardRecognizer *PPCInstrInfo::CreateTargetHazardRecognizer(
67 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
85 unsigned PPCInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
106 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const {
170 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB,
178 bool PPCInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,MachineBasicBlock *&TBB,
256 unsigned PPCInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
284 PPCInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
310 void PPCInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
339 PPCInstrInfo::StoreRegToStackSlot(MachineFunction &MF,
479 PPCInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
506 PPCInstrInfo::LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL,
604 PPCInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
628 PPCInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF,
637 bool PPCInstrInfo::
648 unsigned PPCInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const {