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

  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 19 #include "PPCInstrInfo.h"
33 PPCInstrInfo InstrInfo;
46 virtual const PPCInstrInfo *getInstrInfo() const { return &InstrInfo; }
PPCInstrInfo.cpp 1 //===-- PPCInstrInfo.cpp - PowerPC Instruction Information ----------------===//
14 #include "PPCInstrInfo.h"
48 PPCInstrInfo::PPCInstrInfo(PPCTargetMachine &tm)
54 ScheduleHazardRecognizer *PPCInstrInfo::CreateTargetHazardRecognizer(
69 ScheduleHazardRecognizer *PPCInstrInfo::CreateTargetPostRAHazardRecognizer(
86 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
100 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
124 unsigned PPCInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
151 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const
    [all...]
PPCBranchSelector.cpp 22 #include "PPCInstrInfo.h"
65 const PPCInstrInfo *TII =
66 static_cast<const PPCInstrInfo*>(Fn.getTarget().getInstrInfo());
PPCInstrInfo.h 1 //===-- PPCInstrInfo.h - PowerPC Instruction Information --------*- C++ -*-===//
67 class PPCInstrInfo : public PPCGenInstrInfo {
82 explicit PPCInstrInfo(PPCTargetMachine &TM);
PPCFrameLowering.cpp 16 #include "PPCInstrInfo.h"
338 const PPCInstrInfo &TII =
339 *static_cast<const PPCInstrInfo*>(MF.getTarget().getInstrInfo());
693 const PPCInstrInfo &TII =
694 *static_cast<const PPCInstrInfo*>(MF.getTarget().getInstrInfo());
    [all...]

Completed in 386 milliseconds