Home
last modified time | relevance | path

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

12345678910>>...20

/openbsd-src/gnu/llvm/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()
598 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::MFC0), Mips::K0) in emitInterruptPrologueStub()
603 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::EXT), Mips::K0) in emitInterruptPrologueStub()
612 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::MFC0), Mips::K1) in emitInterruptPrologueStub()
617 STI.getInstrInfo()->storeRegToStack(MBB, MBBI, Mips::K1, false, in emitInterruptPrologueStub()
623 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::MFC0), Mips::K1) in emitInterruptPrologueStub()
628 STI.getInstrInfo()->storeRegToStack(MBB, MBBI, Mips::K1, false, in emitInterruptPrologueStub()
657 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1) in emitInterruptPrologueStub()
665 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1) in emitInterruptPrologueStub()
[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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp119 const auto *TII = static_cast<const SIInstrInfo*>(ST.getInstrInfo()); in lower()
197 if (!STI.getInstrInfo()->verifyInstruction(*MI, Err)) { in emitInstruction()
291 *STI.getInstrInfo(), OutContext)); in emitInstruction()
294 assert(CodeBytes.size() == STI.getInstrInfo()->getInstSizeInBytes(*MI)); in emitInstruction()
304 AMDGPUInstPrinter InstPrinter(*TM.getMCAsmInfo(), *STI.getInstrInfo(), in emitInstruction()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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.cpp227 const auto *TII = MF.getSubtarget<WebAssemblySubtarget>().getInstrInfo(); in writeSPToGlobal()
244 const auto *TII = ST.getInstrInfo(); in eliminateCallFramePseudoInstr()
265 const auto *TII = ST.getInstrInfo(); in emitPrologue()
329 const auto *TII = ST.getInstrInfo(); in emitEpilogue()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ReturnThunks.cpp81 const MCInstrDesc &CS = ST.getInstrInfo()->get(X86::CS_PREFIX); in runOnMachineFunction()
82 const MCInstrDesc &JMP = ST.getInstrInfo()->get(X86::TAILJMPd); in runOnMachineFunction()
H A DX86ReturnProtectorLowering.cpp38 const TargetInstrInfo *TII = MF.getSubtarget().getInstrInfo(); in insertReturnProtectorPrologue()
56 const TargetInstrInfo *TII = MF.getSubtarget().getInstrInfo(); in insertReturnProtectorEpilogue()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPatchableFunction.cpp43 const TargetInstrInfo *TII = MF.getSubtarget().getInstrInfo(); in runOnMachineFunction()
60 auto *TII = MF.getSubtarget().getInstrInfo(); in runOnMachineFunction()
H A DBasicBlockSections.cpp136 const TargetInstrInfo *TII = MF.getSubtarget().getInstrInfo(); in updateBranches()
282 MCInst Nop = MF.getSubtarget().getInstrInfo()->getNop(); in avoidZeroOffsetLandingPad()
284 MF.getSubtarget().getInstrInfo()->get(Nop.getOpcode())); in avoidZeroOffsetLandingPad()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp59 MF.getSubtarget().getInstrInfo()->get(CvtaLocalOpcode), in emitPrologue()
64 MF.getSubtarget().getInstrInfo()->get(MovDepotOpcode), in emitPrologue()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp57 const AVRInstrInfo &TII = *STI.getInstrInfo(); in emitPrologue()
148 const AVRInstrInfo &TII = *STI.getInstrInfo(); in restoreStatusRegister()
182 const AVRInstrInfo &TII = *STI.getInstrInfo(); in emitEpilogue()
256 const TargetInstrInfo &TII = *STI.getInstrInfo(); in spillCalleeSavedRegisters()
295 const TargetInstrInfo &TII = *STI.getInstrInfo(); in restoreCalleeSavedRegisters()
343 const AVRInstrInfo &TII = *STI.getInstrInfo(); in eliminateCallFramePseudoInstr()
/openbsd-src/gnu/llvm/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()
H A DAArch64ReturnProtectorLowering.cpp39 const TargetInstrInfo *TII = MF.getSubtarget().getInstrInfo(); in insertReturnProtectorPrologue()
57 const TargetInstrInfo *TII = MF.getSubtarget().getInstrInfo(); in insertReturnProtectorEpilogue()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp285 unsigned NumOpcodes = State.getInstrInfo().getNumOpcodes(); in getOpcodesOrDie()
474 State.getInstrInfo().get(Opcode).getSchedClass() == 0) { in benchmarkMain()
475 errs() << State.getInstrInfo().getName(Opcode) in benchmarkMain()
484 Twine(State.getInstrInfo().getName(Opcode)).concat(": ")); in benchmarkMain()
604 filterPoints(Points, State.getInstrInfo()); in analysisMain()
609 &State.getInstrInfo())); in analysisMain()
/openbsd-src/gnu/llvm/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()
493 const TargetInstrInfo &TII = *MF->getSubtarget().getInstrInfo(); in restoreCalleeSavedRegisters()
543 const CSKYInstrInfo *TII = STI.getInstrInfo(); in adjustReg()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp456 const PPCInstrInfo *InstrInfo = Subtarget.getInstrInfo(); in requiresFrameIndexScavenging()
745 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in lowerDynamicAlloc()
805 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in prepareDynamicAlloca()
891 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in lowerPrepareProbedAlloca()
935 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in lowerDynamicAreaOffset()
962 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in lowerCRSpilling()
1007 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in lowerCRRestore()
1050 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in lowerCRBitSpilling()
1169 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in lowerCRBitRestore()
1285 const TargetInstrInfo &TII = *Subtarget.getInstrInfo(); in lowerOctWordSpilling()
[all …]
/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp396 GIMatchTreeInstrInfo *InstrInfo = Leaf.value().getInstrInfo(InstrID); in repartition()
517 GIMatchTreeInstrInfo *InstrInfo = Leaf.value().getInstrInfo(InstrID); in repartition()
569 GIMatchTreeInstrInfo *InstrInfo = Leaf.getInstrInfo(InstrID); in applyForPartition()
584 if (!Leaf.getInstrInfo(InstrID)) in applyForPartition()
658 GIMatchTreeInstrInfo *InstrInfo = Leaf.value().getInstrInfo(InstrID); in repartition()
702 GIMatchTreeInstrInfo *InstrInfo = Leaf.value().getInstrInfo(InstrID); in repartition()
740 GIMatchTreeInstrInfo *InstrInfo = Leaf.getInstrInfo(InstrID); in applyForPartition()
/openbsd-src/gnu/llvm/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()

12345678910>>...20