Lines Matching refs:MCB
1035 MCInst const &MCB) { in getDuplexPossibilties() argument
1036 assert(isBundle(MCB)); in getDuplexPossibilties()
1039 unsigned numInstrInPacket = MCB.getNumOperands(); in getDuplexPossibilties()
1048 if (isStoreInst(MCB.getOperand(j).getInst()->getOpcode()) && in getDuplexPossibilties()
1049 isStoreInst(MCB.getOperand(k).getInst()->getOpcode())) { in getDuplexPossibilties()
1054 if (HexagonMCInstrInfo::isMemReorderDisabled(MCB)) // }:mem_noshuf in getDuplexPossibilties()
1059 MCII, *MCB.getOperand(k).getInst(), in getDuplexPossibilties()
1060 HexagonMCInstrInfo::hasExtenderForIndex(MCB, k - 1), in getDuplexPossibilties()
1061 *MCB.getOperand(j).getInst(), in getDuplexPossibilties()
1062 HexagonMCInstrInfo::hasExtenderForIndex(MCB, j - 1), in getDuplexPossibilties()
1066 getDuplexCandidateGroup(*MCB.getOperand(k).getInst()), in getDuplexPossibilties()
1067 getDuplexCandidateGroup(*MCB.getOperand(j).getInst())); in getDuplexPossibilties()
1072 << MCB.getOperand(j).getInst()->getOpcode() << "," in getDuplexPossibilties()
1073 << MCB.getOperand(k).getInst()->getOpcode() << "\n"); in getDuplexPossibilties()
1077 << MCB.getOperand(j).getInst()->getOpcode() << "," in getDuplexPossibilties()
1078 << MCB.getOperand(k).getInst()->getOpcode() << "\n"); in getDuplexPossibilties()
1084 MCII, *MCB.getOperand(j).getInst(), in getDuplexPossibilties()
1085 HexagonMCInstrInfo::hasExtenderForIndex(MCB, j - 1), in getDuplexPossibilties()
1086 *MCB.getOperand(k).getInst(), in getDuplexPossibilties()
1087 HexagonMCInstrInfo::hasExtenderForIndex(MCB, k - 1), in getDuplexPossibilties()
1091 getDuplexCandidateGroup(*MCB.getOperand(j).getInst()), in getDuplexPossibilties()
1092 getDuplexCandidateGroup(*MCB.getOperand(k).getInst())); in getDuplexPossibilties()
1098 << MCB.getOperand(j).getInst()->getOpcode() << "," in getDuplexPossibilties()
1099 << MCB.getOperand(k).getInst()->getOpcode() << "\n"); in getDuplexPossibilties()
1103 << MCB.getOperand(j).getInst()->getOpcode() << "," in getDuplexPossibilties()
1104 << MCB.getOperand(k).getInst()->getOpcode() << "\n"); in getDuplexPossibilties()