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

  /external/swiftshader/third_party/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(
59 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
77 unsigned PPCInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
98 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const {
162 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB,
170 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());
507 const PPCInstrInfo &TII =
508 *static_cast<const PPCInstrInfo*>(MF.getTarget().getInstrInfo());
    [all...]
  /external/llvm/lib/Target/PowerPC/
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,
111 unsigned PPCInstrInfo::getInstrLatency(const InstrItineraryData *ItinData,
141 int PPCInstrInfo::getOperandLatency(const InstrItineraryData *ItinData,
199 bool PPCInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst) const
    [all...]
PPCSubtarget.h 19 #include "PPCInstrInfo.h"
145 PPCInstrInfo InstrInfo;
178 const PPCInstrInfo *getInstrInfo() const override { return &InstrInfo; }
PPCBranchSelector.cpp 21 #include "PPCInstrInfo.h"
72 const PPCInstrInfo *TII =
73 static_cast<const PPCInstrInfo *>(Fn.getSubtarget().getInstrInfo());
PPCInstrInfo.h 1 //===-- PPCInstrInfo.h - PowerPC Instruction Information --------*- C++ -*-===//
67 class PPCInstrInfo : public PPCGenInstrInfo {
99 explicit PPCInstrInfo(PPCSubtarget &STI);
PPCMIPeephole.cpp 22 #include "PPCInstrInfo.h"
44 const PPCInstrInfo *TII;
PPCTLSDynamicCall.cpp 24 #include "PPCInstrInfo.h"
49 const PPCInstrInfo *TII;
PPCFrameLowering.cpp 16 #include "PPCInstrInfo.h"
697 const PPCInstrInfo &TII =
698 *static_cast<const PPCInstrInfo *>(Subtarget.getInstrInfo());
    [all...]
PPCVSXFMAMutate.cpp 15 #include "PPCInstrInfo.h"
67 const PPCInstrInfo *TII;
PPCVSXSwapRemoval.cpp 45 #include "PPCInstrInfo.h"
103 const PPCInstrInfo *TII;
    [all...]
PPCISelLowering.cpp     [all...]

Completed in 2288 milliseconds