HomeSort by: relevance | last modified time | path
    Searched defs:PPCInstrInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 1 //===-- PPCInstrInfo.h - PowerPC Instruction Information --------*- C++ -*-===//
186 class PPCInstrInfo : public PPCGenInstrInfo {
278 explicit PPCInstrInfo(PPCSubtarget &STI);
PPCInstrInfo.cpp 1 //===-- PPCInstrInfo.cpp - PowerPC Instruction Information ----------------===//
13 #include "PPCInstrInfo.h"
88 void PPCInstrInfo::anchor() {}
90 PPCInstrInfo::PPCInstrInfo(PPCSubtarget &STI)
99 PPCInstrInfo::CreateTargetHazardRecognizer(const TargetSubtargetInfo *STI,
116 PPCInstrInfo::CreateTargetPostRAHazardRecognizer(const InstrItineraryData *II,
136 unsigned PPCInstrInfo::getInstrLatency(const InstrItineraryData *ItinData,
166 int PPCInstrInfo::getOperandLatency(const InstrItineraryData *ItinData,
221 void PPCInstrInfo::setSpecialOperandAttr(MachineInstr &OldMI1
    [all...]

Completed in 197 milliseconds