Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp52 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
228 for (auto MII = FirstMI; MII != LastMI; ++MII) { in finalizeBundle() local
257 MachineBasicBlock::instr_iterator MII = MBB.instr_begin(); in finalizeBundles() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCExpandPseudos.cpp80 MachineBasicBlock::iterator MII) { in expandCTLZ()
109 MachineBasicBlock::iterator MII) { in expandCTTZ()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEInstPrinter.h23 VEInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in VEInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600InstPrinter.h18 R600InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in R600InstPrinter()
H A DAMDGPUInstPrinter.h23 const MCInstrInfo &MII, const MCRegisterInfo &MRI) in AMDGPUInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchInstPrinter.h23 LoongArchInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in LoongArchInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.h21 MSP430InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in MSP430InstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.h21 BPFInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in BPFInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYInstPrinter.h26 CSKYInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in CSKYInstPrinter()
H A DCSKYMCCodeEmitter.h27 const MCInstrInfo &MII; variable
30 CSKYMCCodeEmitter(MCContext &Ctx, const MCInstrInfo &MII) in CSKYMCCodeEmitter() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.h23 SparcInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SparcInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp136 MachineBasicBlock::iterator MII = MBB.begin(); in fixupLoopInstrs() local
169 MachineBasicBlock::iterator &MII) { in useExtLoopInstr()
H A DHexagonVectorPrint.cpp140 MachineBasicBlock::instr_iterator MII = MI.getIterator(); in runOnMachineFunction() local
171 MachineBasicBlock::instr_iterator MII = I->getIterator(); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreInstPrinter.h25 XCoreInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in XCoreInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaInstPrinter.h26 XtensaInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in XtensaInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.h23 LanaiInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in LanaiInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.h30 PPCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in PPCInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp143 for (auto MII = std::prev(MBB->end()), Begin = MBB->begin(); in runOnMachineFunction() local
226 for (auto MII = std::prev(MBB.end()), Begin = MBB.begin(); !ReachedBegin;) { in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonInstPrinter.h27 explicit HexagonInstPrinter(MCAsmInfo const &MAI, MCInstrInfo const &MII, in HexagonInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h68 std::unique_ptr<const llvm::MCInstrInfo> MII; variable
92 std::unique_ptr<const MCInstrInfo> &&MII, in LLVMDisasmContext()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.h24 ARCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in ARCInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.h23 RISCVInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in RISCVInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.h29 const MCInstrInfo &MII; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRInstPrinter.h25 AVRInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in AVRInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCTargetAsmParser.cpp17 const MCInstrInfo &MII) in MCTargetAsmParser()

123456