reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp
 1038   assert(isBundle(MCB));
 1041   unsigned numInstrInPacket = MCB.getNumOperands();
 1050       if (isStoreInst(MCB.getOperand(j).getInst()->getOpcode()) &&
 1051           isStoreInst(MCB.getOperand(k).getInst()->getOpcode())) {
 1056       if (HexagonMCInstrInfo::isMemReorderDisabled(MCB)) // }:mem_noshuf
 1061               MCII, *MCB.getOperand(k).getInst(),
 1062               HexagonMCInstrInfo::hasExtenderForIndex(MCB, k - 1),
 1063               *MCB.getOperand(j).getInst(),
 1064               HexagonMCInstrInfo::hasExtenderForIndex(MCB, j - 1),
 1068             getDuplexCandidateGroup(*MCB.getOperand(k).getInst()),
 1069             getDuplexCandidateGroup(*MCB.getOperand(j).getInst()));
 1074                           << MCB.getOperand(j).getInst()->getOpcode() << ","
 1075                           << MCB.getOperand(k).getInst()->getOpcode() << "\n");
 1079                           << MCB.getOperand(j).getInst()->getOpcode() << ","
 1080                           << MCB.getOperand(k).getInst()->getOpcode() << "\n");
 1086                 MCII, *MCB.getOperand(j).getInst(),
 1087                 HexagonMCInstrInfo::hasExtenderForIndex(MCB, j - 1),
 1088                 *MCB.getOperand(k).getInst(),
 1089                 HexagonMCInstrInfo::hasExtenderForIndex(MCB, k - 1),
 1093               getDuplexCandidateGroup(*MCB.getOperand(j).getInst()),
 1094               getDuplexCandidateGroup(*MCB.getOperand(k).getInst()));
 1100                      << MCB.getOperand(j).getInst()->getOpcode() << ","
 1101                      << MCB.getOperand(k).getInst()->getOpcode() << "\n");
 1105                      << MCB.getOperand(j).getInst()->getOpcode() << ","
 1106                      << MCB.getOperand(k).getInst()->getOpcode() << "\n");