Home
last modified time | relevance | path

Searched defs:MII (Results 1 – 25 of 136) sorted by relevance

123456

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.h22 const MCInstrInfo &MII, const MCRegisterInfo &MRI) in AMDGPUInstPrinter()
245 R600InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in R600InstPrinter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineInstrBundle.cpp51 for (MachineBasicBlock::instr_iterator MII = MBB.instr_begin(), in runOnMachineFunction() local
111 for (auto MII = FirstMI; MII != LastMI; ++MII) in getDebugLoc() local
146 for (auto MII = FirstMI; MII != LastMI; ++MII) { in finalizeBundle() local
229 for (auto MII = FirstMI; MII != LastMI; ++MII) { in finalizeBundle() local
258 MachineBasicBlock::instr_iterator MII = MBB.instr_begin(); in finalizeBundles() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonFixupHwLoops.cpp136 MachineBasicBlock::iterator MII = MBB.begin(); in fixupLoopInstrs() local
169 MachineBasicBlock::iterator &MII) { in useExtLoopInstr()
DHexagonVectorPrint.cpp140 MachineBasicBlock::instr_iterator MII = MI.getIterator(); in runOnMachineFunction() local
171 MachineBasicBlock::instr_iterator MII = I->getIterator(); in runOnMachineFunction() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcInstPrinter.h22 SparcInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SparcInstPrinter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
DVEInstPrinter.h23 VEInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in VEInstPrinter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
DCSKYInstPrinter.h23 CSKYInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in CSKYInstPrinter()
DCSKYMCCodeEmitter.h25 const MCInstrInfo &MII; variable
28 CSKYMCCodeEmitter(MCContext &Ctx, const MCInstrInfo &MII) in CSKYMCCodeEmitter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430InstPrinter.h21 MSP430InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in MSP430InstPrinter()
DMSP430MCTargetDesc.cpp53 const MCInstrInfo &MII, in createMSP430MCInstPrinter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVInstPrinter.h23 RISCVInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in RISCVInstPrinter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiInstPrinter.h23 LanaiInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in LanaiInstPrinter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
DBPFInstPrinter.h21 BPFInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in BPFInstPrinter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreInstPrinter.h25 XCoreInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in XCoreInstPrinter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCInstPrinter.h30 PPCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in PPCInstPrinter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DMCTargetAsmParser.cpp16 const MCInstrInfo &MII) in MCTargetAsmParser()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DInstructionSelect.cpp142 for (auto MII = std::prev(MBB->end()), Begin = MBB->begin(); in runOnMachineFunction() local
210 for (auto MII = std::prev(MBB.end()), Begin = MBB.begin(); !ReachedBegin;) { in runOnMachineFunction() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.h27 explicit HexagonInstPrinter(MCAsmInfo const &MAI, MCInstrInfo const &MII, in HexagonInstPrinter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
DDisassembler.h68 std::unique_ptr<const llvm::MCInstrInfo> MII; variable
92 std::unique_ptr<const MCInstrInfo> &&MII, in LLVMDisasmContext()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
DAVRInstPrinter.h25 AVRInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in AVRInstPrinter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
DARCInstPrinter.h24 ARCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in ARCInstPrinter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmTypeCheck.h28 const MCInstrInfo &MII; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZInstPrinter.h26 SystemZInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SystemZInstPrinter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerBrUnless.cpp66 for (auto MII = MBB.begin(); MII != MBB.end();) { in runOnMachineFunction() local
DWebAssemblyOptimizeLiveIntervals.cpp109 for (auto MII = MF.begin()->begin(), MIE = MF.begin()->end(); MII != MIE;) { in runOnMachineFunction() local

123456