Home
last modified time | relevance | path

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

123456

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineInstrBundle.cpp52 for (MachineBasicBlock::instr_iterator MII = MBB.instr_begin(), in runOnMachineFunction() local
112 for (auto MII = FirstMI; MII != LastMI; ++MII) in getDebugLoc() local
147 for (auto MII = FirstMI; MII != LastMI; ++MII) { in finalizeBundle() local
234 for (auto MII = FirstMI; MII != LastMI; ++MII) { in finalizeBundle() local
263 MachineBasicBlock::instr_iterator MII = MBB.instr_begin(); in finalizeBundles() local
/openbsd/src/gnu/llvm/llvm/lib/Target/ARC/
DARCExpandPseudos.cpp80 MachineBasicBlock::iterator MII) { in expandCTLZ()
109 MachineBasicBlock::iterator MII) { in expandCTTZ()
/openbsd/src/gnu/llvm/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
DHexagonVLIWPacketizer.cpp376 SDep::Kind DepType, MachineBasicBlock::iterator &MII, in promoteToDotCur()
407 const SUnit *PacketSU, unsigned DepReg, MachineBasicBlock::iterator &MII, in canPromoteToDotCur()
458 SDep::Kind DepType, MachineBasicBlock::iterator &MII, in promoteToDotNew()
821 MachineBasicBlock::iterator &MII) { in canPromoteToNewValue()
850 const SUnit *PacketSU, unsigned DepReg, MachineBasicBlock::iterator &MII, in canPromoteToDotNew()
1710 MachineBasicBlock::iterator MII = MI.getIterator(); in addToPacket() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DInstructionSelect.cpp142 for (auto MII = std::prev(MBB->end()), Begin = MBB->begin(); in runOnMachineFunction() local
225 for (auto MII = std::prev(MBB.end()), Begin = MBB.begin(); !ReachedBegin;) { in runOnMachineFunction() local
/openbsd/src/gnu/llvm/llvm/lib/MC/MCDisassembler/
DDisassembler.h68 std::unique_ptr<const llvm::MCInstrInfo> MII; variable
92 std::unique_ptr<const MCInstrInfo> &&MII, in LLVMDisasmContext()
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcInstPrinter.h22 SparcInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SparcInstPrinter()
/openbsd/src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/
DBPFInstPrinter.h21 BPFInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in BPFInstPrinter()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
DR600InstPrinter.h18 R600InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in R600InstPrinter()
DAMDGPUInstPrinter.h23 const MCInstrInfo &MII, const MCRegisterInfo &MRI) in AMDGPUInstPrinter()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVInstPrinter.h23 RISCVInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in RISCVInstPrinter()
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/
DVEInstPrinter.h23 VEInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in VEInstPrinter()
/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430InstPrinter.h21 MSP430InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in MSP430InstPrinter()
DMSP430MCTargetDesc.cpp54 const MCInstrInfo &MII, in createMSP430MCInstPrinter()
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreInstPrinter.h25 XCoreInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in XCoreInstPrinter()
/openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiInstPrinter.h23 LanaiInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in LanaiInstPrinter()
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DMCTargetAsmParser.cpp16 const MCInstrInfo &MII) in MCTargetAsmParser()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCInstPrinter.h30 PPCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in PPCInstPrinter()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.h27 explicit HexagonInstPrinter(MCAsmInfo const &MAI, MCInstrInfo const &MII, in HexagonInstPrinter()
DHexagonMCCodeEmitter.h49 HexagonMCCodeEmitter(MCInstrInfo const &MII, MCContext &MCT) in HexagonMCCodeEmitter()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/
DARCInstPrinter.h24 ARCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in ARCInstPrinter()
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmTypeCheck.h29 const MCInstrInfo &MII; variable
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
DAVRInstPrinter.h25 AVRInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in AVRInstPrinter()
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZInstPrinter.h26 SystemZInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SystemZInstPrinter()

123456