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 {
83 explicit PPCInstrInfo(PPCSubtarget &STI);
PPCInstrInfo.cpp 1 //===-- PPCInstrInfo.cpp - PowerPC Instruction Information ----------------===//
14 #include "PPCInstrInfo.h"
60 void PPCInstrInfo::anchor() {}
62 PPCInstrInfo::PPCInstrInfo(PPCSubtarget &STI)
69 PPCInstrInfo::CreateTargetHazardRecognizer(const TargetSubtargetInfo *STI,
86 PPCInstrInfo::CreateTargetPostRAHazardRecognizer(const InstrItineraryData *II,
106 int PPCInstrInfo::getOperandLatency(const InstrItineraryData *ItinData,
156 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
170 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr *MI
    [all...]

Completed in 80 milliseconds