| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 88 void PPCInstrInfo::anchor() {} in anchor() 90 PPCInstrInfo::PPCInstrInfo(PPCSubtarget &STI) in PPCInstrInfo() function in PPCInstrInfo 367 bool PPCInstrInfo::getFMAPatterns( in getFMAPatterns() 543 void PPCInstrInfo::finalizeInsInstrs( in finalizeInsInstrs() 794 void PPCInstrInfo::reassociateFMA( in reassociateFMA() 1262 MCInst PPCInstrInfo::getNop() const { in getNop() 1925 void PPCInstrInfo::StoreRegToStackSlot( in StoreRegToStackSlot() 1947 void PPCInstrInfo::storeRegToStackSlotNoUpd( in storeRegToStackSlotNoUpd() 2044 bool PPCInstrInfo:: 2805 bool PPCInstrInfo::shouldClusterMemOps( in shouldClusterMemOps() [all …]
|
| H A D | PPCBranchSelector.cpp | 119 const PPCInstrInfo *TII = in ComputeBlockSizes() 120 static_cast<const PPCInstrInfo *>(Fn.getSubtarget().getInstrInfo()); in ComputeBlockSizes() 295 const PPCInstrInfo *TII = in runOnMachineFunction() 296 static_cast<const PPCInstrInfo *>(Fn.getSubtarget().getInstrInfo()); in runOnMachineFunction()
|
| H A D | PPCSubtarget.h | 167 PPCInstrInfo InstrInfo; 206 const PPCInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
|
| H A D | PPCExpandAtomicPseudoInsts.cpp | 32 const PPCInstrInfo *TII; 51 static void PairedCopy(const PPCInstrInfo *TII, MachineBasicBlock &MBB, in PairedCopy() 75 TII = static_cast<const PPCInstrInfo *>(MF.getSubtarget().getInstrInfo()); in runOnMachineFunction()
|
| H A D | PPCPreEmitPeephole.cpp | 424 const PPCInstrInfo *TII = MF.getSubtarget<PPCSubtarget>().getInstrInfo(); in runOnMachineFunction() 438 if (PPCInstrInfo::isSameClassPhysRegCopy(Opc)) { in runOnMachineFunction()
|
| H A D | PPCInstrInfo.h | 191 class PPCInstrInfo : public PPCGenInstrInfo { 283 explicit PPCInstrInfo(PPCSubtarget &STI);
|
| H A D | PPCTLSDynamicCall.cpp | 45 const PPCInstrInfo *TII;
|
| H A D | README_P9.txt | 204 . 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 D | PPCFrameLowering.cpp | 609 const PPCInstrInfo &TII = *Subtarget.getInstrInfo(); in emitPrologue() 1235 const PPCInstrInfo &TII = *Subtarget.getInstrInfo(); in inlineStackProbe() 1546 const PPCInstrInfo &TII = *Subtarget.getInstrInfo(); in emitEpilogue() 1918 const PPCInstrInfo &TII = *Subtarget.getInstrInfo(); in createTailCallBranchInstr() 2373 const PPCInstrInfo &TII = *Subtarget.getInstrInfo(); in spillCalleeSavedRegisters() 2497 const PPCInstrInfo &TII = *MF->getSubtarget<PPCSubtarget>().getInstrInfo(); in restoreCRs() 2567 const PPCInstrInfo &TII = *Subtarget.getInstrInfo(); in restoreCalleeSavedRegisters()
|
| H A D | PPCReduceCRLogicals.cpp | 155 const PPCInstrInfo *TII = MF->getSubtarget<PPCSubtarget>().getInstrInfo(); in splitMBB() 379 const PPCInstrInfo *TII = nullptr;
|
| H A D | PPCVSXFMAMutate.cpp | 68 const PPCInstrInfo *TII;
|
| H A D | PPCMIPeephole.cpp | 87 const PPCInstrInfo *TII; 170 getKnownLeadingZeroCount(MachineInstr *MI, const PPCInstrInfo *TII) { in getKnownLeadingZeroCount() 320 static void convertUnprimedAccPHIs(const PPCInstrInfo *TII, in convertUnprimedAccPHIs()
|
| H A D | PPC.td | 612 def PPCInstrInfo : InstrInfo { 644 let InstructionSet = PPCInstrInfo;
|
| H A D | PPCScheduleP9.td | 12 include "PPCInstrInfo.td"
|
| H A D | PPCVSXSwapRemoval.cpp | 99 const PPCInstrInfo *TII;
|
| H A D | PPCAsmPrinter.cpp | 331 if (PPCInstrInfo::isVRRegister(Reg)) in PrintAsmOperand() 333 else if (PPCInstrInfo::isVFRegister(Reg)) in PrintAsmOperand()
|
| H A D | PPCInstrFormats.td | 33 /// These fields correspond to the fields in PPCInstrInfo.h. Any changes to 99 /// These fields correspond to the fields in PPCInstrInfo.h. Any changes to
|
| H A D | PPCRegisterInfo.cpp | 378 const PPCInstrInfo *InstrInfo = Subtarget.getInstrInfo(); in requiresFrameIndexScavenging()
|
| H A D | PPCInstr64Bit.td | 227 // PPCInstrInfo::convertToImmediateForm() but we should probably not emit them
|
| H A D | PPCInstrInfo.td | 1 //===-- PPCInstrInfo.td - The PowerPC Instruction Set ------*- tablegen -*-===// 2057 // PPCInstrInfo::convertToImmediateForm() but we should probably not emit them
|
| H A D | PPCInstrPrefix.td | 86 /// These fields correspond to the fields in PPCInstrInfo.h. Any changes to
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCInstructionSelector.cpp | 46 const PPCInstrInfo &TII;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCCodeEmitter.cpp | 441 PPCInstrInfo::getRegNumForOperand(MCII.get(MI.getOpcode()), in getMachineOpValue() 490 const PPCInstrInfo *InstrInfo = static_cast<const PPCInstrInfo*>(&MCII); in isPrefixedInstruction()
|
| H A D | PPCInstPrinter.cpp | 642 Reg = PPCInstrInfo::getRegNumForOperand(MII.get(MI->getOpcode()), in printOperand()
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 1311 SRCS_MIN+= Target/PowerPC/PPCInstrInfo.cpp
|