/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstrBundle.cpp | 52 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 D | ARCExpandPseudos.cpp | 80 MachineBasicBlock::iterator MII) { in expandCTLZ() 109 MachineBasicBlock::iterator MII) { in expandCTTZ()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
H A D | VEInstPrinter.h | 23 VEInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in VEInstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | R600InstPrinter.h | 18 R600InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in R600InstPrinter()
|
H A D | AMDGPUInstPrinter.h | 23 const MCInstrInfo &MII, const MCRegisterInfo &MRI) in AMDGPUInstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchInstPrinter.h | 23 LoongArchInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in LoongArchInstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
H A D | MSP430InstPrinter.h | 21 MSP430InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in MSP430InstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
H A D | BPFInstPrinter.h | 21 BPFInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in BPFInstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYInstPrinter.h | 26 CSKYInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in CSKYInstPrinter()
|
H A D | CSKYMCCodeEmitter.h | 27 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 D | SparcInstPrinter.h | 23 SparcInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SparcInstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonFixupHwLoops.cpp | 136 MachineBasicBlock::iterator MII = MBB.begin(); in fixupLoopInstrs() local 169 MachineBasicBlock::iterator &MII) { in useExtLoopInstr()
|
H A D | HexagonVectorPrint.cpp | 140 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 D | XCoreInstPrinter.h | 25 XCoreInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in XCoreInstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
H A D | XtensaInstPrinter.h | 26 XtensaInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in XtensaInstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiInstPrinter.h | 23 LanaiInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in LanaiInstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCInstPrinter.h | 30 PPCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in PPCInstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InstructionSelect.cpp | 143 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 D | HexagonInstPrinter.h | 27 explicit HexagonInstPrinter(MCAsmInfo const &MAI, MCInstrInfo const &MII, in HexagonInstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.h | 68 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 D | ARCInstPrinter.h | 24 ARCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in ARCInstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVInstPrinter.h | 23 RISCVInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in RISCVInstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmTypeCheck.h | 29 const MCInstrInfo &MII; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRInstPrinter.h | 25 AVRInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in AVRInstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MCTargetAsmParser.cpp | 17 const MCInstrInfo &MII) in MCTargetAsmParser()
|