Home
last modified time | relevance | path

Searched refs:MII (Results 1 – 25 of 238) sorted by relevance

12345678910

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp138 while (MII != MIE) { in fixupLoopInstrs()
140 if (MII->isMetaInstruction()) { in fixupLoopInstrs()
141 ++MII; in fixupLoopInstrs()
144 if (isHardwareLoop(*MII)) { in fixupLoopInstrs()
151 useExtLoopInstr(MF, MII); in fixupLoopInstrs()
152 MII = MBB.erase(MII); in fixupLoopInstrs()
155 ++MII; in fixupLoopInstrs()
158 ++MII; in fixupLoopInstrs()
172 DebugLoc DL = MII->getDebugLoc(); in useExtLoopInstr()
175 switch (MII->getOpcode()) { in useExtLoopInstr()
[all …]
H A DHexagonVectorPrint.cpp141 for (++MII; MII != MBB.instr_end() && MII->isInsideBundle(); ++MII) { in runOnMachineFunction()
142 if (MII->getNumOperands() < 1) in runOnMachineFunction()
145 if (getInstrVecReg(*MII, Reg)) { in runOnMachineFunction()
146 VecPrintList.push_back((&*MII)); in runOnMachineFunction()
148 MII->dump()); in runOnMachineFunction()
174 while (MBB->instr_end() != MII && MII->isInsideBundle()) in runOnMachineFunction()
175 MII++; in runOnMachineFunction()
178 MII++; in runOnMachineFunction()
180 if (MBB->instr_end() == MII) in runOnMachineFunction()
189 MII, DL, QII, Fn); in runOnMachineFunction()
[all …]
H A DHexagonNewValueJump.cpp203 if (MII->mayStore()) in commonChecksToProhibitNewValueJump()
207 if (MII->isCall()) in commonChecksToProhibitNewValueJump()
221 if (MII->getOpcode() == TargetOpcode::KILL || in commonChecksToProhibitNewValueJump()
222 MII->getOpcode() == TargetOpcode::PHI || in commonChecksToProhibitNewValueJump()
223 MII->getOpcode() == TargetOpcode::COPY) in commonChecksToProhibitNewValueJump()
230 if (MII->getOpcode() == Hexagon::LDriw_pred || in commonChecksToProhibitNewValueJump()
231 MII->getOpcode() == Hexagon::STriw_pred) in commonChecksToProhibitNewValueJump()
496 MII != E;) { in runOnMachineFunction()
497 MachineInstr &MI = *--MII; in runOnMachineFunction()
517 jmpPos = MII; in runOnMachineFunction()
[all …]
H A DHexagonVLIWPacketizer.h119 MachineBasicBlock::iterator &MII,
122 unsigned DepReg, MachineBasicBlock::iterator &MII,
127 MachineBasicBlock::iterator &MII,
130 unsigned DepReg, MachineBasicBlock::iterator &MII,
133 unsigned DepReg, MachineBasicBlock::iterator &MII);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp53 MachineInstr *MI = &*MII; in runOnMachineFunction()
58 while (++MII != MIE && MII->isBundledWithPred()) { in runOnMachineFunction()
72 ++MII; in runOnMachineFunction()
111 for (auto MII = FirstMI; MII != LastMI; ++MII) in getDebugLoc() local
113 return MII->getDebugLoc(); in getDebugLoc()
146 for (auto MII = FirstMI; MII != LastMI; ++MII) { in finalizeBundle() local
229 for (auto MII = FirstMI; MII != LastMI; ++MII) { in finalizeBundle() local
260 if (MII == MIE) in finalizeBundles()
265 for (++MII; MII != MIE; ) { in finalizeBundles()
267 ++MII; in finalizeBundles()
[all …]
H A DOptimizePHIs.cpp170 MII = MBB.begin(), E = MBB.end(); MII != E; ) { in OptimizeBB() local
171 MachineInstr *MI = &*MII++; in OptimizeBB()
199 if (MII == PhiMI) in OptimizeBB()
200 ++MII; in OptimizeBB()
H A DPseudoProbeInserter.cpp86 auto MII = MBB.rbegin(); in runOnMachineFunction() local
87 while (MII != MBB.rend()) { in runOnMachineFunction()
90 if (!MII->isPseudo()) in runOnMachineFunction()
92 auto Cur = MII++; in runOnMachineFunction()
H A DLLVMTargetMachine.cpp44 MII.reset(TheTarget.createMCInstrInfo()); in initAsmInfo()
45 assert(MII && "Unable to create instruction info"); in initAsmInfo()
155 const MCInstrInfo &MII = *getMCInstrInfo(); in createMCStreamer() local
162 getTargetTriple(), MAI.getAssemblerDialect(), MAI, MII, MRI); in createMCStreamer()
167 MCE.reset(getTarget().createMCCodeEmitter(MII, MRI, Context)); in createMCStreamer()
182 MCCodeEmitter *MCE = getTarget().createMCCodeEmitter(MII, MRI, Context); in createMCStreamer()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h112 instr_iterator MII;
138 MachineInstrBundleIterator(reference MI) : MII(MI) {
144 MachineInstrBundleIterator(pointer MI) : MII(MI) {
157 : MII(I.getInstrIterator()) {}
159 MachineInstrBundleIterator() : MII(nullptr) {}
178 reference operator*() const { return *MII; }
182 bool isValid() const { return MII.getNodePtr(); }
186 return L.MII == R.MII;
256 this->decrement(MII);
260 this->increment(MII);
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonInstPrinter.h27 explicit HexagonInstPrinter(MCAsmInfo const &MAI, MCInstrInfo const &MII, in HexagonInstPrinter() argument
29 : MCInstPrinter(MAI, MII, MRI), MII(MII) {} in HexagonInstPrinter()
43 MCInstrInfo const &getMII() const { return MII; } in getMII()
46 MCInstrInfo const &MII;
H A DHexagonInstPrinter.cpp42 if (HexagonMCInstrInfo::isDuplex(MII, MCI)) { in printInst()
64 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo && in printOperand()
65 (HasExtender || HexagonMCInstrInfo::isConstExtended(MII, *MI))) in printOperand()
90 if (HasExtender || HexagonMCInstrInfo::isConstExtended(MII, *MI)) in printBrtarget()
91 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo) in printBrtarget()
/freebsd-13.1/sys/contrib/device-tree/Bindings/ptp/
H A Dtimestamper.txt1 Time stamps from MII bus snooping devices
3 This binding supports non-PHY devices that snoop the MII bus and
6 alone MII time stamping drivers use this binding to specify the
9 Non-PHY MII time stamping drivers typically talk to the control
12 time stamping channels, each of which snoops on a MII bus.
15 stamping channel from the controller device to that phy's MII bus.
40 In this example, time stamps from the MII bus attached to phy@1 will
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp142 for (auto MII = std::prev(MBB->end()), Begin = MBB->begin(); in runOnMachineFunction() local
146 const auto AfterIt = std::next(MII); in runOnMachineFunction()
149 MachineInstr &MI = *MII; in runOnMachineFunction()
152 if (MII == Begin) in runOnMachineFunction()
155 --MII; in runOnMachineFunction()
195 auto InsertedBegin = ReachedBegin ? MBB->begin() : std::next(MII); in runOnMachineFunction()
210 for (auto MII = std::prev(MBB.end()), Begin = MBB.begin(); !ReachedBegin;) { in runOnMachineFunction() local
212 MachineInstr &MI = *MII; in runOnMachineFunction()
215 if (MII == Begin) in runOnMachineFunction()
218 --MII; in runOnMachineFunction()
H A DCombiner.cpp133 for (auto MII = MBB->rbegin(), MIE = MBB->rend(); MII != MIE;) { in combineMachineInstrs() local
134 MachineInstr *CurMI = &*MII; in combineMachineInstrs()
135 ++MII; in combineMachineInstrs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp77 for (auto MII = MBB.begin(); MII != MBB.end(); ++MII) { in runOnMachineFunction() local
78 MachineInstr &MI = *MII; in runOnMachineFunction()
121 BuildMI(*Prev.DebugValue->getParent(), std::next(MII), in runOnMachineFunction()
H A DWebAssemblyPrepareForLiveIntervals.cpp115 for (auto MII = Entry.begin(), MIE = Entry.end(); MII != MIE;) { in runOnMachineFunction() local
116 MachineInstr &MI = *MII++; in runOnMachineFunction()
H A DWebAssemblyOptimizeLiveIntervals.cpp109 for (auto MII = MF.begin()->begin(), MIE = MF.begin()->end(); MII != MIE;) { in runOnMachineFunction() local
110 MachineInstr *MI = &*MII++; in runOnMachineFunction()
/freebsd-13.1/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() argument
99 MII(std::move(MII)), Ctx(std::move(Ctx)), DisAsm(std::move(DisAsm)), in LLVMDisasmContext()
111 const MCInstrInfo *getInstrInfo() const { return MII.get(); } in getInstrInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCTargetAsmParser.cpp16 const MCInstrInfo &MII) in MCTargetAsmParser() argument
17 : MCOptions(MCOptions), STI(&STI), MII(MII) {} in MCTargetAsmParser()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp312 MachineBasicBlock::iterator MII = MI; in ExpandFPMLxInstruction()
313 MII = std::prev(MII); in ExpandFPMLxInstruction()
314 MachineInstr &MI2 = *MII; in ExpandFPMLxInstruction()
315 MII = std::prev(MII); in ExpandFPMLxInstruction()
316 MachineInstr &MI1 = *MII; in ExpandFPMLxInstruction()
332 MachineBasicBlock::reverse_iterator MII = MBB.rbegin(), E = MBB.rend(); in ExpandFPMLxInstructions() local
333 while (MII != E) { in ExpandFPMLxInstructions()
334 MachineInstr *MI = &*MII++; in ExpandFPMLxInstructions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp176 for (MachineBasicBlock::iterator MII = MBB->getFirstTerminator(), in runOnMachineFunction() local
177 MIIE = MBB->end(); MII != MIIE; ++MII) { in runOnMachineFunction()
178 unsigned Opc = MII->getOpcode(); in runOnMachineFunction()
181 if (!verifyCTRBranch(MBB, MII)) in runOnMachineFunction()
/freebsd-13.1/sys/contrib/device-tree/Bindings/phy/
H A Dti-phy-gmii-sel.txt5 two 10/100/1000 Ethernet ports with selectable G/MII, RMII, and RGMII interfaces.
6 The interface mode is selected by configuring the MII mode selection register(s)
16 | |Port 1..<--+-->GMII/MII<------->
31 CPSW Port's Interface Mode Selection PHY describes MII interface mode between
H A Dti,phy-gmii-sel.yaml15 two 10/100/1000 Ethernet ports with selectable G/MII, RMII, and RGMII interfaces.
16 The interface mode is selected by configuring the MII mode selection register(s)
26 | |Port 1..<--+-->GMII/MII<------->
41 CPSW Port's Interface Mode Selection PHY describes MII interface mode between
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCCodeEmitter.h25 const MCInstrInfo &MII; variable
28 CSKYMCCodeEmitter(MCContext &Ctx, const MCInstrInfo &MII) in CSKYMCCodeEmitter() argument
29 : Ctx(Ctx), MII(MII) {} in CSKYMCCodeEmitter()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp178 MachineInstr *MII = SUI->getInstr(), *MIJ = SUJ->getInstr(); in isLegalToPacketizeTogether() local
179 if (getSlot(*MII) == getSlot(*MIJ)) in isLegalToPacketizeTogether()
182 int OpI = TII->getOperandIdx(MII->getOpcode(), R600::OpName::pred_sel), in isLegalToPacketizeTogether()
184 Register PredI = (OpI > -1)?MII->getOperand(OpI).getReg() : Register(), in isLegalToPacketizeTogether()
196 if (MII->getOperand(0).getReg() != MIJ->getOperand(0).getReg()) in isLegalToPacketizeTogether()
203 TII->definesAddressRegister(*MII) || TII->definesAddressRegister(*MIJ); in isLegalToPacketizeTogether()
205 TII->usesAddressRegister(*MII) || TII->usesAddressRegister(*MIJ); in isLegalToPacketizeTogether()

12345678910