Searched refs:PPCInstrInfo (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 43 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 …]
|
D | PPC.td | 56 include "PPCInstrInfo.td" 98 def PPCInstrInfo : InstrInfo { 109 let InstructionSet = PPCInstrInfo;
|
D | PPCTargetMachine.h | 35 PPCInstrInfo InstrInfo; 47 virtual const PPCInstrInfo *getInstrInfo() const { return &InstrInfo; } in getInstrInfo()
|
D | PPCInstrInfo.h | 67 class PPCInstrInfo : public PPCGenInstrInfo { 80 explicit PPCInstrInfo(PPCTargetMachine &TM);
|
D | PPCBranchSelector.cpp | 56 const PPCInstrInfo *TII = in runOnMachineFunction() 57 static_cast<const PPCInstrInfo*>(Fn.getTarget().getInstrInfo()); in runOnMachineFunction()
|
D | CMakeLists.txt | 18 PPCInstrInfo.cpp
|
D | PPCFrameLowering.cpp | 256 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()
|
D | README_ALTIVEC.txt | 3 Implement PPCInstrInfo::isLoadFromStackSlot/isStoreToStackSlot for vector
|
D | PPCInstrFormats.td | 32 /// These fields correspond to the fields in PPCInstrInfo.h. Any changes to
|
D | README.txt | 412 logical op, it will invoke PPCInstrInfo::convertToThreeAddress. At this point
|
D | PPCInstrInfo.td | 1 //===- PPCInstrInfo.td - The PowerPC Instruction Set -------*- tablegen -*-===//
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUNodes.td | 142 // Constraints: (taken from PPCInstrInfo.td)
|