Lines Matching refs:ISJ
194 for (iterator ISJ = begin(); ISJ != end(); ++ISJ) { in check() local
195 MCInst const *ID = ISJ->getDesc(); in check()
198 solo += !ISJ->isSoloException(); in check()
200 onlyAX += !ISJ->isSoloException(); in check()
202 onlyAin1 += !ISJ->isSoloException(); in check()
208 slot3ISJ = ISJ; in check()
231 if (ISJ->Core.getUnits() == slotSingleLoad) in check()
244 if (ISJ->Core.getUnits() == slotSingleStore) in check()
284 for (iterator ISJ = begin(); ISJ != end(); ++ISJ) { in check() local
285 MCInst const *ID = ISJ->getDesc(); in check()
287 if (!ISJ->Core.getUnits()) { in check()
296 ISJ->Core.setUnits(ISJ->Core.getUnits() & ~slotOne); in check()
301 ISJ->Core.setUnits(ISJ->Core.getUnits() & ~slotOne); in check()
314 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotJump); in check()
323 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotSingleLoad); in check()
330 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotSingleStore); in check()
338 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotLoadStore); in check()
351 if (ISJ->Core.getUnits() == slotThree) in check()
354 if (!ISJ->Core.getUnits()) { in check()
381 for (iterator ISJ = begin(); ISJ != end(); ++ISJ) { in check() local
382 MCInst const *ID = ISJ->getDesc(); in check()
384 ISJ->Core.setUnits(saveUnits); in check()
432 iterator ISJ, ISK; in shuffle() local
436 for (ISJ = ISK = Packet.begin(), slotSkip = slotWeight = 0; in shuffle()
440 ++ISJ; in shuffle()
448 std::sort(ISJ, Packet.end()); in shuffle()
454 for (iterator ISJ = begin(); ISJ != end(); ++ISJ) in shuffle() local
455 DEBUG(dbgs().write_hex(ISJ->Core.getUnits()); in shuffle()
457 << HexagonMCInstrInfo::getDesc(MCII, *ISJ->getDesc()) in shuffle()