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
83 explicit PPCInstrInfo(PPCSubtarget &STI);
H A DPPCInstrInfo.cpp1 //===-- PPCInstrInfo.cpp - PowerPC Instruction Information ----------------===//
14 #include "PPCInstrInfo.h"
62 void PPCInstrInfo::anchor() {}
64 PPCInstrInfo::PPCInstrInfo(PPCSubtarget &STI) function in class:PPCInstrInfo
71 PPCInstrInfo::CreateTargetHazardRecognizer(const TargetSubtargetInfo *STI,
87 ScheduleHazardRecognizer *PPCInstrInfo::CreateTargetPostRAHazardRecognizer(
108 int PPCInstrInfo::getOperandLatency(const InstrItineraryData *ItinData,
159 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
173 unsigned PPCInstrInfo
[all...]

Completed in 1044 milliseconds