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 20 #include "PPCInstrInfo.h"
35 PPCInstrInfo InstrInfo;
47 virtual const PPCInstrInfo *getInstrInfo() const { return &InstrInfo; }
PPCBranchSelector.cpp 21 #include "PPCInstrInfo.h"
56 const PPCInstrInfo *TII =
57 static_cast<const PPCInstrInfo*>(Fn.getTarget().getInstrInfo());
PPCInstrInfo.cpp 1 //===- PPCInstrInfo.cpp - PowerPC32 Instruction Information -----*- C++ -*-===//
14 #include "PPCInstrInfo.h"
43 PPCInstrInfo::PPCInstrInfo(PPCTargetMachine &tm)
49 ScheduleHazardRecognizer *PPCInstrInfo::CreateTargetHazardRecognizer(
67 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
85 unsigned PPCInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
106 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const {
170 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB,
178 bool PPCInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,MachineBasicBlock *&TBB
    [all...]
PPCInstrInfo.h 1 //===- PPCInstrInfo.h - PowerPC Instruction Information ---------*- C++ -*-===//
67 class PPCInstrInfo : public PPCGenInstrInfo {
80 explicit PPCInstrInfo(PPCTargetMachine &TM);
PPCFrameLowering.cpp 15 #include "PPCInstrInfo.h"
256 const PPCInstrInfo &TII =
257 *static_cast<const PPCInstrInfo*>(MF.getTarget().getInstrInfo());
509 const PPCInstrInfo &TII =
510 *static_cast<const PPCInstrInfo*>(MF.getTarget().getInstrInfo());
    [all...]

Completed in 288 milliseconds