Searched refs:MII (Results 1 - 25 of 60) sorted by relevance

123

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonExpandPredSpillCode.cpp73 for (MachineBasicBlock::iterator MII = MBB->begin(); MII != MBB->end();
74 ++MII) {
75 MachineInstr *MI = MII;
89 BuildMI(*MBB, MII, MI->getDebugLoc(),
92 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::ADD_rr),
95 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::TFR_RsPd),
97 BuildMI(*MBB, MII, MI->getDebugLoc(),
102 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Hexagon::ADD_ri),
104 BuildMI(*MBB, MII, M
[all...]
H A DHexagonSplitTFRCondSets.cpp81 for (MachineBasicBlock::iterator MII = MBB->begin(); MII != MBB->end();
82 ++MII) {
83 MachineInstr *MI = MII;
106 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Opc1),
110 BuildMI(*MBB, MII, MI->getDebugLoc(), TII->get(Opc2),
113 MII = MBB->erase(MI);
114 --MII;
125 BuildMI(*MBB, MII, MI->getDebugLoc(),
130 BuildMI(*MBB, MII, M
[all...]
H A DHexagonNewValueJump.cpp156 MachineBasicBlock::iterator MII) {
159 if (MII->getDesc().mayStore())
163 if (MII->getOpcode() == Hexagon::CALLv3)
177 if (MII->getOpcode() == TargetOpcode::KILL ||
178 MII->getOpcode() == TargetOpcode::PHI ||
179 MII->getOpcode() == TargetOpcode::COPY)
186 if (MII->getOpcode() == Hexagon::TFR_condset_rr ||
187 MII->getOpcode() == Hexagon::TFR_condset_ii ||
188 MII->getOpcode() == Hexagon::TFR_condset_ri ||
189 MII
155 commonChecksToProhibitNewValueJump(bool afterRA, MachineBasicBlock::iterator MII) argument
[all...]
H A DHexagonHardwareLoops.cpp191 MachineBasicBlock::iterator &MII,
412 MII = MBB->begin(), E = MBB->end(); MII != E; ++MII) {
413 const MachineInstr *MI = &*MII;
594 MachineBasicBlock::iterator MII = MBB->begin(); local
595 while (MII != MIE) {
596 if (isHardwareLoop(MII)) {
597 RS.forward(MII);
598 assert(MII
623 convertLoopInstr(MachineFunction &MF, MachineBasicBlock::iterator &MII, RegScavenger &RS) argument
[all...]
H A DHexagonAsmPrinter.cpp204 MachineBasicBlock::const_instr_iterator MII = MI; local
205 ++MII;
207 while (MII != MBB->end() && MII->isInsideBundle()) {
208 const MachineInstr *MInst = MII;
212 ++MII;
215 //BundleMIs.push_back(&*MII);
217 ++MII;
300 const MCInstrInfo &MII,
304 return(new HexagonInstPrinter(MAI, MII, MR
297 createHexagonMCInstPrinter(const Target &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI) argument
[all...]
H A DHexagonCFGOptimizer.cpp103 MachineBasicBlock::iterator MII = MBB->getFirstTerminator(); local
104 if (MII != MBB->end()) {
105 MachineInstr *MI = MII;
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCInstPrinter.cpp24 return MII.getName(Opcode);
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineInstrBundle.cpp43 for (MachineBasicBlock::instr_iterator MII = MBB->instr_begin(),
44 MIE = MBB->instr_end(); MII != MIE; ) {
45 MachineInstr *MI = &*MII;
50 while (++MII != MIE && MII->isInsideBundle()) {
51 MII->setIsInsideBundle(false);
52 for (unsigned i = 0, e = MII->getNumOperands(); i != e; ++i) {
53 MachineOperand &MO = MII->getOperand(i);
64 ++MII;
227 MachineBasicBlock::instr_iterator MII local
[all...]
H A DOptimizePHIs.cpp157 MII = MBB.begin(), E = MBB.end(); MII != E; ) {
158 MachineInstr *MI = &*MII++;
184 if (&*MII == PhiMI)
185 ++MII;
H A DDeadMachineInstructionElim.cpp122 for (MachineBasicBlock::reverse_iterator MII = MBB->rbegin(),
123 MIE = MBB->rend(); MII != MIE; ) {
124 MachineInstr *MI = &*MII;
155 // MII is now pointing to the next instruction to process,
191 // We didn't delete the current instruction, so increment MII to
193 ++MII;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCInstPrinter.h30 const MCInstrInfo &MII; member in class:llvm::MCInstPrinter
41 : CommentStream(0), MAI(mai), MII(mii), MRI(mri), AvailableFeatures(0) {}
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/InstPrinter/
H A DMBlazeInstPrinter.h24 MBlazeInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument
26 : MCInstPrinter(MAI, MII, MRI) {}
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MSP430/InstPrinter/
H A DMSP430InstPrinter.h24 MSP430InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument
26 : MCInstPrinter(MAI, MII, MRI) {}
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/Disassembler/
H A DX86Disassembler.h106 const MCInstrInfo *MII; member in class:llvm::X86Disassembler::X86GenericDisassembler
112 const MCInstrInfo *MII);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineBasicBlock.h143 IterTy MII; member in class:llvm::MachineBasicBlock::bundle_iterator
146 bundle_iterator(IterTy mii) : MII(mii) {}
148 bundle_iterator(Ty &mi) : MII(mi) {
152 bundle_iterator(Ty *mi) : MII(mi) {
159 : MII(I.getInstrIterator()) {}
160 bundle_iterator() : MII(0) {}
162 Ty &operator*() const { return *MII; }
165 operator Ty*() const { return MII; }
168 return MII == x.MII;
[all...]
H A DDFAPacketizer.h126 MachineBasicBlock::iterator MII = MI; local
129 return MII;
H A DMachineInstrBuilder.h251 MachineBasicBlock::instr_iterator MII = I; local
252 return BuildMI(BB, MII, DL, MCID, DestReg);
255 MachineBasicBlock::iterator MII = I; local
256 return BuildMI(BB, MII, DL, MCID, DestReg);
286 MachineBasicBlock::instr_iterator MII = I; local
287 return BuildMI(BB, MII, DL, MCID);
290 MachineBasicBlock::iterator MII = I; local
291 return BuildMI(BB, MII, DL, MCID);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCTargetDesc.cpp64 const MCInstrInfo &MII,
68 return new MSP430InstPrinter(MAI, MII, MRI);
61 createMSP430MCInstPrinter(const Target &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.h80 MipsInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument
82 : MCInstPrinter(MAI, MII, MRI) {}
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DMLxExpansionPass.cpp314 MachineBasicBlock::iterator MII = MI;
315 MII = llvm::prior(MII);
316 MachineInstr &MI2 = *MII;
317 MII = llvm::prior(MII);
318 MachineInstr &MI1 = *MII;
334 MachineBasicBlock::reverse_iterator MII = MBB.rbegin(), E = MBB.rend(); local
335 while (MII != E) {
336 MachineInstr *MI = &*MII;
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DDisassembler.cpp62 const MCInstrInfo *MII = TheTarget->createMCInstrInfo(); local
63 assert(MII && "Unable to create target instruction info!");
88 *MAI, *MII, *MRI, *STI);
94 STI, MII, Ctx, DisAsm, IP);
H A DDisassembler.h69 llvm::OwningPtr<const llvm::MCInstrInfo> MII; member in class:llvm::LLVMDisasmContext
97 MII.reset(mII);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.h27 PPCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument
29 : MCInstPrinter(MAI, MII, MRI), SyntaxVariant(syntaxVariant) {}
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.h24 const MCInstrInfo &MII,
26 : MCInstPrinter(MAI, MII, MRI) {}
23 HexagonInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeMCTargetDesc.cpp98 const MCInstrInfo &MII,
102 return new MBlazeInstPrinter(MAI, MII, MRI);
95 createMBlazeMCInstPrinter(const Target &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI) argument

Completed in 279 milliseconds

123