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
80 explicit PPCInstrInfo(PPCTargetMachine &TM);
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...]

Completed in 54 milliseconds