| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsSEFrameLowering.cpp | 101 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 D | Mips16FrameLowering.cpp | 46 *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 D | Mips16RegisterInfo.cpp | 61 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 D | AMDGPUMCInstLower.cpp | 119 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 D | MSP430FrameLowering.cpp | 46 *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 D | VEFrameLowering.cpp | 142 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 D | WebAssemblyFixBrTableDefaults.cpp | 76 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 D | WebAssemblySubtarget.h | 79 const WebAssemblyInstrInfo *getInstrInfo() const override { in getInstrInfo() function 83 return &getInstrInfo()->getRegisterInfo(); in getRegisterInfo()
|
| H A D | WebAssemblyFrameLowering.cpp | 227 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 D | LanaiFrameLowering.cpp | 65 *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 D | X86ReturnThunks.cpp | 81 const MCInstrDesc &CS = ST.getInstrInfo()->get(X86::CS_PREFIX); in runOnMachineFunction() 82 const MCInstrDesc &JMP = ST.getInstrInfo()->get(X86::TAILJMPd); in runOnMachineFunction()
|
| H A D | X86ReturnProtectorLowering.cpp | 38 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 D | PatchableFunction.cpp | 43 const TargetInstrInfo *TII = MF.getSubtarget().getInstrInfo(); in runOnMachineFunction() 60 auto *TII = MF.getSubtarget().getInstrInfo(); in runOnMachineFunction()
|
| H A D | BasicBlockSections.cpp | 136 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 D | NVPTXFrameLowering.cpp | 59 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 D | AVRFrameLowering.cpp | 57 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 D | AArch64CleanupLocalDynamicTLSPass.cpp | 100 const TargetInstrInfo *TII = MF->getSubtarget().getInstrInfo(); in replaceTLSBaseAddrCall() 122 const TargetInstrInfo *TII = MF->getSubtarget().getInstrInfo(); in setRegister()
|
| H A D | AArch64ReturnProtectorLowering.cpp | 39 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 D | LeonPasses.cpp | 41 const TargetInstrInfo &TII = *Subtarget->getInstrInfo(); in runOnMachineFunction() 125 const TargetInstrInfo &TII = *Subtarget->getInstrInfo(); in runOnMachineFunction()
|
| H A D | SparcRegisterInfo.cpp | 123 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 D | llvm-exegesis.cpp | 285 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 D | CSKYFrameLowering.cpp | 83 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 D | PPCRegisterInfo.cpp | 456 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 D | GIMatchTree.cpp | 396 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 D | HexagonFixupHwLoops.cpp | 113 static_cast<const HexagonInstrInfo *>(MF.getSubtarget().getInstrInfo()); in fixupLoopInstrs() 170 const TargetInstrInfo *TII = MF.getSubtarget().getInstrInfo(); in useExtLoopInstr()
|