Searched defs:PPCInstrInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h1 //===-- PPCInstrInfo.h - PowerPC Instruction Information --------*- C++ -*-===//
67 class PPCInstrInfo : public PPCGenInstrInfo { class in namespace:llvm
82 explicit PPCInstrInfo(PPCTargetMachine &TM);
H A DPPCInstrInfo.cpp1 //===-- PPCInstrInfo.cpp - PowerPC Instruction Information ----------------===//
14 #include "PPCInstrInfo.h"
48 PPCInstrInfo::PPCInstrInfo(PPCTargetMachine &tm) function in class:PPCInstrInfo
54 ScheduleHazardRecognizer *PPCInstrInfo::CreateTargetHazardRecognizer(
69 ScheduleHazardRecognizer *PPCInstrInfo::CreateTargetPostRAHazardRecognizer(
86 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
100 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
124 unsigned PPCInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
151 PPCInstrInfo
[all...]

Completed in 268 milliseconds