Home
last modified time | relevance | path

Searched refs:getInstrInfo (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp101 TII(*static_cast<const MipsSEInstrInfo *>(Subtarget.getInstrInfo())), in ExpandPseudo()
407 *static_cast<const MipsSEInstrInfo *>(STI.getInstrInfo()); in emitPrologue()
616 STI.getInstrInfo()->storeRegToStack(MBB, MBBI, Mips::K1, false, in emitInterruptPrologueStub()
627 STI.getInstrInfo()->storeRegToStack(MBB, MBBI, Mips::K1, false, in emitInterruptPrologueStub()
656 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1) in emitInterruptPrologueStub()
664 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1) in emitInterruptPrologueStub()
694 *static_cast<const MipsSEInstrInfo *>(STI.getInstrInfo()); in emitEpilogue()
757 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::EHB)); in emitInterruptEpilogueStub()
760 STI.getInstrInfo()->loadRegFromStackSlot(MBB, MBBI, Mips::K1, in emitInterruptEpilogueStub()
768 STI.getInstrInfo()->loadRegFromStackSlot(MBB, MBBI, Mips::K1, in emitInterruptEpilogueStub()
[all …]
H A DMips16FrameLowering.cpp46 *static_cast<const Mips16InstrInfo *>(STI.getInstrInfo()); in emitPrologue()
95 *static_cast<const Mips16InstrInfo *>(STI.getInstrInfo()); in emitEpilogue()
163 *static_cast<const Mips16InstrInfo *>(STI.getInstrInfo()); in determineCalleeSaves()
H A DMips16RegisterInfo.cpp61 const TargetInstrInfo &TII = *MBB.getParent()->getSubtarget().getInstrInfo(); in saveScavengerRegister()
136 *static_cast<const Mips16InstrInfo *>(MF.getSubtarget().getInstrInfo()); in eliminateFI()
H A DMips16ISelLowering.cpp512 const TargetInstrInfo *TII = Subtarget.getInstrInfo(); in emitSel16()
575 const TargetInstrInfo *TII = Subtarget.getInstrInfo(); in emitSelT16()
641 const TargetInstrInfo *TII = Subtarget.getInstrInfo(); in emitSeliT16()
707 const TargetInstrInfo *TII = Subtarget.getInstrInfo(); in emitFEXT_T8I816_ins()
724 const TargetInstrInfo *TII = Subtarget.getInstrInfo(); in emitFEXT_T8I8I16_ins()
757 const TargetInstrInfo *TII = Subtarget.getInstrInfo(); in emitFEXT_CCRX16_ins()
776 const TargetInstrInfo *TII = Subtarget.getInstrInfo(); in emitFEXT_CCRXI16_ins()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp118 const auto *TII = static_cast<const SIInstrInfo*>(ST.getInstrInfo()); in lower()
185 if (!STI.getInstrInfo()->verifyInstruction(*MI, Err)) { in emitInstruction()
256 *STI.getInstrInfo(), OutContext)); in emitInstruction()
259 assert(CodeBytes.size() == STI.getInstrInfo()->getInstSizeInBytes(*MI)); in emitInstruction()
269 AMDGPUInstPrinter InstPrinter(*TM.getMCAsmInfo(), *STI.getInstrInfo(), in emitInstruction()
H A DGCNHazardRecognizer.cpp58 TII(*ST.getInstrInfo()), in GCNHazardRecognizer()
722 const SIInstrInfo *TII = ST.getInstrInfo(); in checkDPPHazards()
752 const SIInstrInfo *TII = ST.getInstrInfo(); in checkDivFMasHazards()
767 const SIInstrInfo *TII = ST.getInstrInfo(); in checkGetRegHazards()
780 const SIInstrInfo *TII = ST.getInstrInfo(); in checkSetRegHazards()
795 const SIInstrInfo *TII = ST.getInstrInfo(); in createsVALUHazard()
1031 const SIInstrInfo *TII = ST.getInstrInfo(); in checkRWLaneHazards()
1054 const SIInstrInfo *TII = ST.getInstrInfo(); in checkRFEHazards()
1066 const SIInstrInfo *TII = ST.getInstrInfo(); in checkReadM0Hazards()
1092 const SIInstrInfo *TII = ST.getInstrInfo(); in fixVcmpxPermlaneHazards()
[all …]
H A DSILowerSGPRSpills.cpp80 const TargetInstrInfo &TII = *MF.getSubtarget().getInstrInfo(); in insertCSRSaves()
122 const TargetInstrInfo &TII = *MF.getSubtarget().getInstrInfo(); in insertCSRRestores()
248 TII = ST.getInstrInfo(); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp46 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo()); in emitPrologue()
110 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo()); in emitEpilogue()
188 const TargetInstrInfo &TII = *MF.getSubtarget().getInstrInfo(); in spillCalleeSavedRegisters()
212 const TargetInstrInfo &TII = *MF.getSubtarget().getInstrInfo(); in restoreCalleeSavedRegisters()
224 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo()); in eliminateCallFramePseudoInstr()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp142 const VEInstrInfo &TII = *STI.getInstrInfo(); in emitPrologueInsns()
190 const VEInstrInfo &TII = *STI.getInstrInfo(); in emitEpilogueInsns()
232 const VEInstrInfo &TII = *STI.getInstrInfo(); in emitSPAdjustment()
277 const VEInstrInfo &TII = *STI.getInstrInfo(); in emitSPExtend()
313 const VEInstrInfo &TII = *STI.getInstrInfo(); in emitPrologue()
398 const VEInstrInfo &TII = *STI.getInstrInfo(); in emitEpilogue()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp76 WST.getInstrInfo()->get(WebAssembly::I32_WRAP_I64), Reg32) in fixBrTableIndex()
83 MI.setDesc(WST.getInstrInfo()->get(WebAssembly::BR_TABLE_I32)); in fixBrTableIndex()
102 const auto &TII = *MF.getSubtarget<WebAssemblySubtarget>().getInstrInfo(); in fixBrTableDefault()
H A DWebAssemblySubtarget.h79 const WebAssemblyInstrInfo *getInstrInfo() const override { in getInstrInfo() function
83 return &getInstrInfo()->getRegisterInfo(); in getRegisterInfo()
H A DWebAssemblyFrameLowering.cpp228 const auto *TII = MF.getSubtarget<WebAssemblySubtarget>().getInstrInfo(); in writeSPToGlobal()
245 const auto *TII = ST.getInstrInfo(); in eliminateCallFramePseudoInstr()
266 const auto *TII = ST.getInstrInfo(); in emitPrologue()
330 const auto *TII = ST.getInstrInfo(); in emitEpilogue()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp65 *static_cast<const LanaiInstrInfo *>(STI.getInstrInfo()); in replaceAdjDynAllocPseudo()
94 *static_cast<const LanaiInstrInfo *>(STI.getInstrInfo()); in emitPrologue()
179 *static_cast<const LanaiInstrInfo *>(STI.getInstrInfo()); in emitEpilogue()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp57 const AVRInstrInfo &TII = *STI.getInstrInfo(); in emitPrologue()
140 const AVRInstrInfo &TII = *STI.getInstrInfo(); in restoreStatusRegister()
171 const AVRInstrInfo &TII = *STI.getInstrInfo(); in emitEpilogue()
245 const TargetInstrInfo &TII = *STI.getInstrInfo(); in spillCalleeSavedRegisters()
284 const TargetInstrInfo &TII = *STI.getInstrInfo(); in restoreCalleeSavedRegisters()
332 const AVRInstrInfo &TII = *STI.getInstrInfo(); in eliminateCallFramePseudoInstr()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPatchableFunction.cpp60 const TargetInstrInfo *TII = MF.getSubtarget().getInstrInfo(); in runOnMachineFunction()
81 auto *TII = MF.getSubtarget().getInstrInfo(); in runOnMachineFunction()
H A DBasicBlockSections.cpp136 const TargetInstrInfo *TII = MF.getSubtarget().getInstrInfo(); in updateBranches()
278 MCInst Nop = MF.getSubtarget().getInstrInfo()->getNop(); in avoidZeroOffsetLandingPad()
280 MF.getSubtarget().getInstrInfo()->get(Nop.getOpcode())); in avoidZeroOffsetLandingPad()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp59 MF.getSubtarget().getInstrInfo()->get(CvtaLocalOpcode), in emitPrologue()
63 BuildMI(MBB, MI, dl, MF.getSubtarget().getInstrInfo()->get(MovDepotOpcode), in emitPrologue()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp41 const TargetInstrInfo &TII = *Subtarget->getInstrInfo(); in runOnMachineFunction()
125 const TargetInstrInfo &TII = *Subtarget->getInstrInfo(); in runOnMachineFunction()
H A DSparcRegisterInfo.cpp123 const TargetInstrInfo &TII = *MF.getSubtarget().getInstrInfo(); in replaceFI()
184 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in eliminateFrameIndex()
196 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in eliminateFrameIndex()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp100 const TargetInstrInfo *TII = MF->getSubtarget().getInstrInfo(); in replaceTLSBaseAddrCall()
122 const TargetInstrInfo *TII = MF->getSubtarget().getInstrInfo(); in setRegister()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp83 const CSKYInstrInfo *TII = STI.getInstrInfo(); in emitPrologue()
171 const CSKYInstrInfo *TII = STI.getInstrInfo(); in emitPrologue()
261 const CSKYInstrInfo *TII = STI.getInstrInfo(); in emitEpilogue()
364 const CSKYInstrInfo *TII = STI.getInstrInfo(); in determineCalleeSaves()
470 const TargetInstrInfo &TII = *MF->getSubtarget().getInstrInfo(); in spillCalleeSavedRegisters()
492 const TargetInstrInfo &TII = *MF->getSubtarget().getInstrInfo(); in restoreCalleeSavedRegisters()
541 const CSKYInstrInfo *TII = STI.getInstrInfo(); in adjustReg()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp711 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in lowerDynamicAlloc()
771 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in prepareDynamicAlloca()
857 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in lowerPrepareProbedAlloca()
901 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in lowerDynamicAreaOffset()
928 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in lowerCRSpilling()
973 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in lowerCRRestore()
1016 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in lowerCRBitSpilling()
1135 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in lowerCRBitRestore()
1246 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in lowerOctWordSpilling()
1268 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in lowerACCSpilling()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp113 static_cast<const HexagonInstrInfo *>(MF.getSubtarget().getInstrInfo()); in fixupLoopInstrs()
170 const TargetInstrInfo *TII = MF.getSubtarget().getInstrInfo(); in useExtLoopInstr()
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp108 generateStackAdjustment(MBB, MBBI, *ST.getInstrInfo(), DebugLoc(), in adjustStackToMatchRecords()
122 const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in emitPrologue()
181 generateStackAdjustment(MBB, MBBI, *ST.getInstrInfo(), dl, in emitPrologue()
243 const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in emitEpilogue()
471 const ARCInstrInfo *TII = MF.getSubtarget<ARCSubtarget>().getInstrInfo(); in eliminateCallFramePseudoInstr()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp319 const auto Opcodes = getOpcodesOrDie(State.getInstrInfo()); in benchmarkMain()
344 State.getInstrInfo().get(Opcode).getSchedClass() == 0) { in benchmarkMain()
345 errs() << State.getInstrInfo().getName(Opcode) in benchmarkMain()
354 Twine(State.getInstrInfo().getName(Opcode)).concat(": ")); in benchmarkMain()

12345678910>>...19