/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSubtarget.h | 119 const AMDGPUInstrInfo *getInstrInfo() const override; 304 const R600InstrInfo *getInstrInfo() const override { in getInstrInfo() function 351 const SIInstrInfo *getInstrInfo() const override { in getInstrInfo() function 432 inline const AMDGPUInstrInfo *AMDGPUSubtarget::getInstrInfo() const { in getInstrInfo() function 434 return static_cast<const SISubtarget *>(this)->getInstrInfo(); in getInstrInfo() 436 return static_cast<const R600Subtarget *>(this)->getInstrInfo(); in getInstrInfo()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEFrameLowering.cpp | 82 TII(*static_cast<const MipsSEInstrInfo *>(Subtarget.getInstrInfo())), in ExpandPseudo() 381 *static_cast<const MipsSEInstrInfo *>(STI.getInstrInfo()); in emitPrologue() 574 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::MFC0), Mips::K0) in emitInterruptPrologueStub() 579 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::EXT), Mips::K0) in emitInterruptPrologueStub() 588 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::MFC0), Mips::K1) in emitInterruptPrologueStub() 593 STI.getInstrInfo()->storeRegToStack(MBB, MBBI, Mips::K1, false, in emitInterruptPrologueStub() 599 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::MFC0), Mips::K1) in emitInterruptPrologueStub() 604 STI.getInstrInfo()->storeRegToStack(MBB, MBBI, Mips::K1, false, in emitInterruptPrologueStub() 633 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1) in emitInterruptPrologueStub() 641 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1) in emitInterruptPrologueStub() [all …]
|
/external/llvm-project/llvm/lib/Target/Mips/ |
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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMCInstLower.cpp | 113 ST.getInstrInfo()->get(AMDGPU::S_GETPC_B64).Size == 4); in getLongBranchBlockExpr() 178 const auto *TII = static_cast<const SIInstrInfo*>(ST.getInstrInfo()); in lower() 265 if (!STI.getInstrInfo()->verifyInstruction(*MI, Err)) { in EmitInstruction() 332 *STI.getInstrInfo(), *OutContext.getRegisterInfo(), OutContext)); in EmitInstruction() 335 assert(CodeBytes.size() == STI.getInstrInfo()->getInstSizeInBytes(*MI)); in EmitInstruction() 345 AMDGPUInstPrinter InstPrinter(*TM.getMCAsmInfo(), *STI.getInstrInfo(), in EmitInstruction() 389 if (!STI.getInstrInfo()->verifyInstruction(*MI, Err)) { in EmitInstruction()
|
D | GCNHazardRecognizer.cpp | 45 TII(*ST.getInstrInfo()), in GCNHazardRecognizer() 605 const SIInstrInfo *TII = ST.getInstrInfo(); in checkDPPHazards() 632 const SIInstrInfo *TII = ST.getInstrInfo(); in checkDivFMasHazards() 645 const SIInstrInfo *TII = ST.getInstrInfo(); in checkGetRegHazards() 658 const SIInstrInfo *TII = ST.getInstrInfo(); in checkSetRegHazards() 673 const SIInstrInfo *TII = ST.getInstrInfo(); in createsVALUHazard() 785 const SIInstrInfo *TII = ST.getInstrInfo(); in checkRWLaneHazards() 810 const SIInstrInfo *TII = ST.getInstrInfo(); in checkRFEHazards() 850 const SIInstrInfo *TII = ST.getInstrInfo(); in checkReadM0Hazards() 871 const SIInstrInfo *TII = ST.getInstrInfo(); in fixVcmpxPermlaneHazards() [all …]
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMCInstLower.cpp | 113 ST.getInstrInfo()->get(AMDGPU::S_GETPC_B64).Size == 4); in getLongBranchBlockExpr() 178 const auto *TII = static_cast<const SIInstrInfo*>(ST.getInstrInfo()); in lower() 265 if (!STI.getInstrInfo()->verifyInstruction(*MI, Err)) { in emitInstruction() 335 *STI.getInstrInfo(), *OutContext.getRegisterInfo(), OutContext)); in emitInstruction() 338 assert(CodeBytes.size() == STI.getInstrInfo()->getInstSizeInBytes(*MI)); in emitInstruction() 348 AMDGPUInstPrinter InstPrinter(*TM.getMCAsmInfo(), *STI.getInstrInfo(), in emitInstruction() 392 if (!STI.getInstrInfo()->verifyInstruction(*MI, Err)) { in emitInstruction()
|
D | GCNHazardRecognizer.cpp | 45 TII(*ST.getInstrInfo()), in GCNHazardRecognizer() 633 const SIInstrInfo *TII = ST.getInstrInfo(); in checkDPPHazards() 660 const SIInstrInfo *TII = ST.getInstrInfo(); in checkDivFMasHazards() 673 const SIInstrInfo *TII = ST.getInstrInfo(); in checkGetRegHazards() 686 const SIInstrInfo *TII = ST.getInstrInfo(); in checkSetRegHazards() 701 const SIInstrInfo *TII = ST.getInstrInfo(); in createsVALUHazard() 814 const SIInstrInfo *TII = ST.getInstrInfo(); in checkRWLaneHazards() 839 const SIInstrInfo *TII = ST.getInstrInfo(); in checkRFEHazards() 851 const SIInstrInfo *TII = ST.getInstrInfo(); in checkReadM0Hazards() 872 const SIInstrInfo *TII = ST.getInstrInfo(); in fixVcmpxPermlaneHazards() [all …]
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 47 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo()); in emitPrologue() 112 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo()); in emitEpilogue() 192 const TargetInstrInfo &TII = *MF.getSubtarget().getInstrInfo(); in spillCalleeSavedRegisters() 218 const TargetInstrInfo &TII = *MF.getSubtarget().getInstrInfo(); in restoreCalleeSavedRegisters() 230 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo()); in eliminateCallFramePseudoInstr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VEFrameLowering.cpp | 42 *static_cast<const VEInstrInfo *>(MF.getSubtarget().getInstrInfo()); in emitPrologueInsns() 80 *static_cast<const VEInstrInfo *>(MF.getSubtarget().getInstrInfo()); in emitEpilogueInsns() 112 *static_cast<const VEInstrInfo *>(MF.getSubtarget().getInstrInfo()); in emitSPAdjustment() 142 *static_cast<const VEInstrInfo *>(MF.getSubtarget().getInstrInfo()); in emitSPExtend() 180 *static_cast<const VEInstrInfo *>(Subtarget.getInstrInfo()); in emitPrologue()
|
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 46 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo()); in emitPrologue() 111 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo()); in emitEpilogue() 189 const TargetInstrInfo &TII = *MF.getSubtarget().getInstrInfo(); in spillCalleeSavedRegisters() 213 const TargetInstrInfo &TII = *MF.getSubtarget().getInstrInfo(); in restoreCalleeSavedRegisters() 225 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo()); in eliminateCallFramePseudoInstr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 46 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo()); in emitPrologue() 111 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo()); in emitEpilogue() 191 const TargetInstrInfo &TII = *MF.getSubtarget().getInstrInfo(); in spillCalleeSavedRegisters() 217 const TargetInstrInfo &TII = *MF.getSubtarget().getInstrInfo(); in restoreCalleeSavedRegisters() 229 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo()); in eliminateCallFramePseudoInstr()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblySubtarget.h | 64 const WebAssemblyInstrInfo *getInstrInfo() const override { in getInstrInfo() function 68 return &getInstrInfo()->getRegisterInfo(); in getRegisterInfo()
|
D | WebAssemblyFrameLowering.cpp | 92 const auto *TII = MF.getSubtarget<WebAssemblySubtarget>().getInstrInfo(); in writeSPToMemory() 113 const auto *TII = MF.getSubtarget<WebAssemblySubtarget>().getInstrInfo(); in eliminateCallFramePseudoInstr() 132 const auto *TII = MF.getSubtarget<WebAssemblySubtarget>().getInstrInfo(); in emitPrologue() 185 const auto *TII = MF.getSubtarget<WebAssemblySubtarget>().getInstrInfo(); in emitEpilogue()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixBrTableDefaults.cpp | 72 WST.getInstrInfo()->get(WebAssembly::I32_WRAP_I64), Reg32) in fixBrTableIndex() 79 MI.setDesc(WST.getInstrInfo()->get(WebAssembly::BR_TABLE_I32)); in fixBrTableIndex() 98 const auto &TII = *MF.getSubtarget<WebAssemblySubtarget>().getInstrInfo(); in fixBrTableDefault()
|
D | WebAssemblySubtarget.h | 78 const WebAssemblyInstrInfo *getInstrInfo() const override { in getInstrInfo() function 82 return &getInstrInfo()->getRegisterInfo(); in getRegisterInfo()
|
/external/llvm-project/llvm/lib/Target/VE/ |
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() 403 const VEInstrInfo &TII = *STI.getInstrInfo(); in emitEpilogue()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXFrameLowering.cpp | 57 MF.getSubtarget().getInstrInfo()->get(CvtaLocalOpcode), in emitPrologue() 61 BuildMI(MBB, MI, dl, MF.getSubtarget().getInstrInfo()->get(MovDepotOpcode), in emitPrologue()
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRFrameLowering.cpp | 57 const AVRInstrInfo &TII = *STI.getInstrInfo(); in emitPrologue() 141 const AVRInstrInfo &TII = *STI.getInstrInfo(); in restoreStatusRegister() 172 const AVRInstrInfo &TII = *STI.getInstrInfo(); in emitEpilogue() 243 const TargetInstrInfo &TII = *STI.getInstrInfo(); in spillCalleeSavedRegisters() 282 const TargetInstrInfo &TII = *STI.getInstrInfo(); in restoreCalleeSavedRegisters() 332 const AVRInstrInfo &TII = *STI.getInstrInfo(); in eliminateCallFramePseudoInstr() 496 const TargetInstrInfo &TII = *STI.getInstrInfo(); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXFrameLowering.cpp | 56 MF.getSubtarget().getInstrInfo()->get(CvtaLocalOpcode), in emitPrologue() 60 BuildMI(MBB, MI, dl, MF.getSubtarget().getInstrInfo()->get(MovDepotOpcode), in emitPrologue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblySubtarget.h | 81 const WebAssemblyInstrInfo *getInstrInfo() const override { in getInstrInfo() function 85 return &getInstrInfo()->getRegisterInfo(); in getRegisterInfo()
|
D | WebAssemblyFrameLowering.cpp | 128 const auto *TII = MF.getSubtarget<WebAssemblySubtarget>().getInstrInfo(); in writeSPToGlobal() 143 const auto *TII = MF.getSubtarget<WebAssemblySubtarget>().getInstrInfo(); in eliminateCallFramePseudoInstr() 163 const auto *TII = MF.getSubtarget<WebAssemblySubtarget>().getInstrInfo(); in emitPrologue() 230 const auto *TII = MF.getSubtarget<WebAssemblySubtarget>().getInstrInfo(); in emitEpilogue()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | PatchableFunction.cpp | 60 const TargetInstrInfo *TII = MF.getSubtarget().getInstrInfo(); in runOnMachineFunction() 81 auto *TII = MF.getSubtarget().getInstrInfo(); in runOnMachineFunction()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXFrameLowering.cpp | 56 MF.getSubtarget().getInstrInfo()->get(CvtaLocalOpcode), in emitPrologue() 60 BuildMI(MBB, MI, dl, MF.getSubtarget().getInstrInfo()->get(MovDepotOpcode), in emitPrologue()
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiFrameLowering.cpp | 65 *static_cast<const LanaiInstrInfo *>(STI.getInstrInfo()); in replaceAdjDynAllocPseudo() 97 *static_cast<const LanaiInstrInfo *>(STI.getInstrInfo()); in emitPrologue() 182 *static_cast<const LanaiInstrInfo *>(STI.getInstrInfo()); in emitEpilogue()
|