Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp99 void PPCInstrInfo::anchor() {} in anchor()
101 PPCInstrInfo::PPCInstrInfo(PPCSubtarget &STI) in PPCInstrInfo() function in PPCInstrInfo
269 bool PPCInstrInfo::getMachineCombinerPatterns( in getMachineCombinerPatterns()
456 void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB, in insertNoop()
476 void PPCInstrInfo::getNoop(MCInst &NopInst) const { in getNoop()
892 void PPCInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
1099 PPCInstrInfo::getLoadOpcodeForSpill(unsigned Reg, in getLoadOpcodeForSpill()
1184 void PPCInstrInfo::StoreRegToStackSlot( in StoreRegToStackSlot()
1298 bool PPCInstrInfo::
1539 bool PPCInstrInfo::DefinesPredicate(MachineInstr &MI, in DefinesPredicate()
[all …]
H A DPPCPreEmitPeephole.cpp65 const PPCInstrInfo *TII = MF.getSubtarget<PPCSubtarget>().getInstrInfo(); in runOnMachineFunction()
72 if (PPCInstrInfo::isSameClassPhysRegCopy(Opc)) { in runOnMachineFunction()
H A DPPCSubtarget.h149 PPCInstrInfo InstrInfo;
182 const PPCInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
H A DPPCBranchSelector.cpp74 const PPCInstrInfo *TII = in runOnMachineFunction()
75 static_cast<const PPCInstrInfo *>(Fn.getSubtarget().getInstrInfo()); in runOnMachineFunction()
H A DPPCInstrInfo.h117 class PPCInstrInfo : public PPCGenInstrInfo {
184 explicit PPCInstrInfo(PPCSubtarget &STI);
H A DPPCTLSDynamicCall.cpp49 const PPCInstrInfo *TII;
H A DREADME_P9.txt204 . Define DAG Node in PPCInstrInfo.td:
249 . Define DAG Node in PPCInstrInfo.td:
500 . Need define ix16addr in PPCInstrInfo.td
501 ix16addr: 16-byte aligned, see "def memrix16" in PPCInstrInfo.td
H A DPPCReduceCRLogicals.cpp159 const PPCInstrInfo *TII = MF->getSubtarget<PPCSubtarget>().getInstrInfo(); in splitMBB()
354 const PPCInstrInfo *TII;
H A DPPCFrameLowering.cpp720 const PPCInstrInfo &TII = *Subtarget.getInstrInfo(); in emitPrologue()
1254 const PPCInstrInfo &TII = *Subtarget.getInstrInfo(); in emitEpilogue()
1580 const PPCInstrInfo &TII = *Subtarget.getInstrInfo(); in createTailCallBranchInstr()
2043 const PPCInstrInfo &TII = *Subtarget.getInstrInfo(); in spillCalleeSavedRegisters()
2120 const PPCInstrInfo &TII = *MF->getSubtarget<PPCSubtarget>().getInstrInfo(); in restoreCRs()
2200 const PPCInstrInfo &TII = *Subtarget.getInstrInfo(); in restoreCalleeSavedRegisters()
H A DPPCVSXFMAMutate.cpp68 const PPCInstrInfo *TII;
H A DPPC.td450 def PPCInstrInfo : InstrInfo {
475 let InstructionSet = PPCInstrInfo;
H A DPPCAsmPrinter.cpp168 unsigned Reg = PPCInstrInfo::getRegNumForOperand(MI->getDesc(), in printOperand()
259 if (PPCInstrInfo::isVRRegister(Reg)) in PrintAsmOperand()
261 else if (PPCInstrInfo::isVFRegister(Reg)) in PrintAsmOperand()
H A DPPCMIPeephole.cpp76 const PPCInstrInfo *TII;
142 getKnownLeadingZeroCount(MachineInstr *MI, const PPCInstrInfo *TII) { in getKnownLeadingZeroCount()
H A DPPCScheduleP9.td13 include "PPCInstrInfo.td"
H A DPPCVSXSwapRemoval.cpp104 const PPCInstrInfo *TII;
H A DPPCInstrFormats.td34 /// These fields correspond to the fields in PPCInstrInfo.h. Any changes to
105 /// These fields correspond to the fields in PPCInstrInfo.h. Any changes to
H A DPPCInstr64Bit.td200 // PPCInstrInfo::convertToImmediateForm() but we should probably not emit them
H A DPPCInstrInfo.td1 //===-- PPCInstrInfo.td - The PowerPC Instruction Set ------*- tablegen -*-===//
1661 // PPCInstrInfo::convertToImmediateForm() but we should probably not emit them
H A DPPCISelDAGToDAG.cpp2576 int NewOpc = PPCInstrInfo::getRecordFormOpcode(NonRecOpc); in tryLogicOpOfCompares()
H A DPPCISelLowering.cpp13456 const PPCInstrInfo *TII = Subtarget.getInstrInfo(); in getPrefLoopAlignment()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp273 PPCInstrInfo::getRegNumForOperand(MCII.get(MI.getOpcode()), in getMachineOpValue()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp511 Reg = PPCInstrInfo::getRegNumForOperand(MII.get(MI->getOpcode()), in printOperand()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1112 SRCS_MIN+= Target/PowerPC/PPCInstrInfo.cpp