• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/

Lines Matching refs:ISJ

228   for (iterator ISJ = begin(); ISJ != end(); ++ISJ) {
229 MCInst const &Inst = ISJ->getDesc();
236 for (iterator ISJ = begin(); ISJ != end(); ++ISJ) {
237 MCInst const &Inst = ISJ->getDesc();
242 unsigned Units = ISJ->Core.getUnits();
250 ISJ->Core.setUnits(Units & ~2U);
259 for (iterator ISJ = begin(); ISJ != end(); ++ISJ) {
260 MCInst const &Inst = ISJ->getDesc();
268 for (iterator ISJ = begin(); ISJ != end(); ++ISJ) {
269 MCInst const &Inst = ISJ->getDesc();
271 unsigned Units = ISJ->Core.getUnits();
277 ISJ->Core.setUnits(Units & ~2U);
314 for (iterator ISJ = begin(); ISJ != end(); ++ISJ) {
315 MCInst const &ID = ISJ->getDesc();
319 slot3ISJ = ISJ;
329 foundBranches.push_back(ISJ);
344 if (ISJ->Core.getUnits() == slotSingleLoad ||
348 foundBranches.push_back(ISJ);
363 if (ISJ->Core.getUnits() == slotSingleStore ||
376 foundBranches.push_back(ISJ);
382 if (ISJ->Core.getUnits() == slotSingleLoad ||
396 foundBranches.push_back(ISJ);
403 foundBranches.push_back(ISJ);
405 foundBranches.push_back(ISJ);
407 foundBranches.push_back(ISJ);
409 foundBranches.push_back(ISJ);
429 for (iterator ISJ = begin(); ISJ != end(); ++ISJ) {
430 MCInst const &ID = ISJ->getDesc();
432 if (!ISJ->Core.getUnits()) {
451 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotSingleLoad);
464 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotLoadStore);
475 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotSingleStore);
483 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotLoadStore);
496 if (ISJ->Core.getUnits() == slotThree)
499 if (!ISJ->Core.getUnits()) {
573 for (iterator ISJ = begin(); ISJ != end(); ++ISJ) {
574 MCInst const &ID = ISJ->getDesc();
576 ISJ->Core.setUnits(saveUnits);
634 iterator ISJ, ISK;
638 for (ISJ = ISK = Packet.begin(), slotSkip = slotWeight = 0;
642 ++ISJ;
650 std::stable_sort(ISJ, Packet.end());
656 for (iterator ISJ = begin(); ISJ != end(); ++ISJ)
657 LLVM_DEBUG(dbgs().write_hex(ISJ->Core.getUnits()); if (ISJ->CVI.isValid()) {
659 dbgs().write_hex(ISJ->CVI.getUnits()) << '|';
660 dbgs() << ISJ->CVI.getLanes();
662 << HexagonMCInstrInfo::getDesc(MCII, ISJ->getDesc()).getOpcode();