Lines Matching refs:Iter
74 using Iter = MachineBasicBlock::iterator; typedef in __anon93ab41760111::ExpandPseudo
76 bool expandInstr(MachineBasicBlock &MBB, Iter I);
77 void expandLoadCCond(MachineBasicBlock &MBB, Iter I);
78 void expandStoreCCond(MachineBasicBlock &MBB, Iter I);
79 void expandLoadACC(MachineBasicBlock &MBB, Iter I, unsigned RegSize);
80 void expandStoreACC(MachineBasicBlock &MBB, Iter I, unsigned MFHiOpc,
82 bool expandCopy(MachineBasicBlock &MBB, Iter I);
83 bool expandCopyACC(MachineBasicBlock &MBB, Iter I, unsigned MFHiOpc,
109 for (Iter I = MBB.begin(), End = MBB.end(); I != End;) in expand()
116 bool ExpandPseudo::expandInstr(MachineBasicBlock &MBB, Iter I) { in expandInstr()
168 void ExpandPseudo::expandLoadCCond(MachineBasicBlock &MBB, Iter I) { in expandLoadCCond()
183 void ExpandPseudo::expandStoreCCond(MachineBasicBlock &MBB, Iter I) { in expandStoreCCond()
198 void ExpandPseudo::expandLoadACC(MachineBasicBlock &MBB, Iter I, in expandLoadACC()
222 void ExpandPseudo::expandStoreACC(MachineBasicBlock &MBB, Iter I, in expandStoreACC()
245 bool ExpandPseudo::expandCopy(MachineBasicBlock &MBB, Iter I) { in expandCopy()
255 bool ExpandPseudo::expandCopyACC(MachineBasicBlock &MBB, Iter I, in expandCopyACC()