Searched refs:PPCInstrInfo (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.h20 #include "PPCInstrInfo.h"
33 PPCInstrInfo InstrInfo;
46 virtual const PPCInstrInfo *getInstrInfo() const { return &InstrInfo; }
H A DPPCInstrInfo.cpp1 //===-- PPCInstrInfo.cpp - PowerPC Instruction Information ----------------===//
14 #include "PPCInstrInfo.h"
47 PPCInstrInfo::PPCInstrInfo(PPCTargetMachine &tm) function in class:PPCInstrInfo
53 ScheduleHazardRecognizer *PPCInstrInfo::CreateTargetHazardRecognizer(
68 ScheduleHazardRecognizer *PPCInstrInfo::CreateTargetPostRAHazardRecognizer(
86 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
100 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
118 unsigned PPCInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
139 PPCInstrInfo
[all...]
H A DPPCInstrInfo.h1 //===-- PPCInstrInfo.h - PowerPC Instruction Information --------*- C++ -*-===//
67 class PPCInstrInfo : public PPCGenInstrInfo { class in namespace:llvm
80 explicit PPCInstrInfo(PPCTargetMachine &TM);
H A DPPCBranchSelector.cpp21 #include "PPCInstrInfo.h"
56 const PPCInstrInfo *TII =
57 static_cast<const PPCInstrInfo*>(Fn.getTarget().getInstrInfo());
H A DPPCFrameLowering.cpp15 #include "PPCInstrInfo.h"
258 const PPCInstrInfo &TII =
259 *static_cast<const PPCInstrInfo*>(MF.getTarget().getInstrInfo());
511 const PPCInstrInfo &TII =
512 *static_cast<const PPCInstrInfo*>(MF.getTarget().getInstrInfo());

Completed in 139 milliseconds