Lines Matching defs:I
198 Iter I = Position, E = Position->getParent()->end(); in getNextMachineInstrInBB() local
231 for (unsigned I = 0, E = Br.getDesc().getNumOperands(); I < E; ++I) { in getTargetMBB() local
298 for (unsigned I = 0, E = MBBInfos.size(); I < E; ++I) { in initMBBInfo() local
346 for (unsigned I = 0, E = Br->getDesc().getNumOperands(); I < E; ++I) { in replaceBranch() local
412 void MipsBranchExpansion::expandToLongBranch(MBBInfo &I) { in expandToLongBranch()
734 MachineBasicBlock::iterator I = MBB.begin(); in emitGPDisp() local
749 for (Iter I = FI->begin(); I != FI->end(); ++I) { in handleSlot() local
786 [this](auto &I) -> bool { return TII->HasForbiddenSlot(I); }, in handleForbiddenSlot()
787 [this](auto &IInSlot, auto &I) -> bool { in handleForbiddenSlot()
797 return handleSlot([this](auto &I) -> bool { return TII->HasFPUDelaySlot(I); }, in handleFPUDelaySlot()
798 [this](auto &IInSlot, auto &I) -> bool { in handleFPUDelaySlot()
809 [this](auto &I) -> bool { return TII->HasLoadDelaySlot(I); }, in handleLoadDelaySlot()
810 [this](auto &IInSlot, auto &I) -> bool { in handleLoadDelaySlot()
829 for (unsigned I = 0, E = MBBInfos.size(); I < E; ++I) { in handlePossibleLongBranch() local
858 SmallVectorImpl<MBBInfo>::iterator I, E = MBBInfos.end(); in handlePossibleLongBranch() local