Home
last modified time | relevance | path

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

123456

/freebsd-src/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 ! in getDebugLoc() local
146 for (auto MII = FirstMI; MII != LastMI; ++MII) { finalizeBundle() local
229 for (auto MII = FirstMI; MII != LastMI; ++MII) { finalizeBundle() local
258 MachineBasicBlock::instr_iterator MII = MBB.instr_begin(); finalizeBundles() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCExpandPseudos.cpp80 MachineBasicBlock::iterator MII) { in expandCTLZ()
109 MachineBasicBlock::iterator MII) { in expandCTTZ()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.h23 SparcInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SparcInstPrinter() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEInstPrinter.h23 VEInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in VEInstPrinter()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.h21 BPFInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in BPFInstPrinter()
/freebsd-src/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()
/freebsd-src/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() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.h23 RISCVInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in RISCVInstPrinter() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.h21 MSP430InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in MSP430InstPrinter()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchInstPrinter.h23 LoongArchInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in LoongArchInstPrinter()
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaInstPrinter.h26 XtensaInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in XtensaInstPrinter()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.h23 LanaiInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in LanaiInstPrinter()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreInstPrinter.h25 XCoreInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in XCoreInstPrinter()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.h30 PPCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in PPCInstPrinter()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonInstPrinter.h27 explicit HexagonInstPrinter(MCAsmInfo const &MAI, MCInstrInfo const &MII, in HexagonInstPrinter()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp149 for (auto MII = std::prev(MBB->end()), Begin = MBB->begin(); runOnMachineFunction() local
232 for (auto MII = std::prev(MBB.end()), Begin = MBB.begin(); !ReachedBegin;) { runOnMachineFunction() local
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.h24 ARCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in ARCInstPrinter()
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCTargetAsmParser.cpp16 MCTargetAsmParser(MCTargetOptions const & MCOptions,const MCSubtargetInfo & STI,const MCInstrInfo & MII) MCTargetAsmParser() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRInstPrinter.h25 AVRInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in AVRInstPrinter()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.h29 const MCInstrInfo &MII; variable

123456