HomeSort by relevance Sort by last modified time
    Searched defs:PPCInstrInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 1 //===-- PPCInstrInfo.h - PowerPC Instruction Information --------*- C++ -*-===//
67 class PPCInstrInfo : public PPCGenInstrInfo {
100 explicit PPCInstrInfo(PPCSubtarget &STI);
PPCInstrInfo.cpp 1 //===-- PPCInstrInfo.cpp - PowerPC Instruction Information ----------------===//
14 #include "PPCInstrInfo.h"
65 void PPCInstrInfo::anchor() {}
67 PPCInstrInfo::PPCInstrInfo(PPCSubtarget &STI)
74 PPCInstrInfo::CreateTargetHazardRecognizer(const TargetSubtargetInfo *STI,
91 PPCInstrInfo::CreateTargetPostRAHazardRecognizer(const InstrItineraryData *II,
110 unsigned PPCInstrInfo::getInstrLatency(const InstrItineraryData *ItinData,
140 int PPCInstrInfo::getOperandLatency(const InstrItineraryData *ItinData,
197 bool PPCInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst) const
    [all...]

Completed in 53 milliseconds