Home
last modified time | relevance | path

Searched refs:PPCInstrInfo (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp43 PPCInstrInfo::PPCInstrInfo(PPCTargetMachine &tm) in PPCInstrInfo() function in PPCInstrInfo
49 ScheduleHazardRecognizer *PPCInstrInfo::CreateTargetHazardRecognizer( in CreateTargetHazardRecognizer()
59 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot()
77 unsigned PPCInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot()
98 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { in commuteInstruction()
162 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop()
170 bool PPCInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,MachineBasicBlock *&TBB, in AnalyzeBranch()
248 unsigned PPCInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { in RemoveBranch()
276 PPCInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, in InsertBranch()
302 void PPCInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
[all …]
DPPC.td56 include "PPCInstrInfo.td"
98 def PPCInstrInfo : InstrInfo {
109 let InstructionSet = PPCInstrInfo;
DPPCTargetMachine.h35 PPCInstrInfo InstrInfo;
47 virtual const PPCInstrInfo *getInstrInfo() const { return &InstrInfo; } in getInstrInfo()
DPPCInstrInfo.h67 class PPCInstrInfo : public PPCGenInstrInfo {
80 explicit PPCInstrInfo(PPCTargetMachine &TM);
DPPCBranchSelector.cpp56 const PPCInstrInfo *TII = in runOnMachineFunction()
57 static_cast<const PPCInstrInfo*>(Fn.getTarget().getInstrInfo()); in runOnMachineFunction()
DCMakeLists.txt18 PPCInstrInfo.cpp
DPPCFrameLowering.cpp256 const PPCInstrInfo &TII = in emitPrologue()
257 *static_cast<const PPCInstrInfo*>(MF.getTarget().getInstrInfo()); in emitPrologue()
509 const PPCInstrInfo &TII = in emitEpilogue()
510 *static_cast<const PPCInstrInfo*>(MF.getTarget().getInstrInfo()); in emitEpilogue()
DREADME_ALTIVEC.txt3 Implement PPCInstrInfo::isLoadFromStackSlot/isStoreToStackSlot for vector
DPPCInstrFormats.td32 /// These fields correspond to the fields in PPCInstrInfo.h. Any changes to
DREADME.txt412 logical op, it will invoke PPCInstrInfo::convertToThreeAddress. At this point
DPPCInstrInfo.td1 //===- PPCInstrInfo.td - The PowerPC Instruction Set -------*- tablegen -*-===//
/external/llvm/lib/Target/CellSPU/
DSPUNodes.td142 // Constraints: (taken from PPCInstrInfo.td)