Lines Matching refs:MCB
1014 MCInst const &MCB) { in getDuplexPossibilties() argument
1015 assert(isBundle(MCB)); in getDuplexPossibilties()
1018 unsigned numInstrInPacket = MCB.getNumOperands(); in getDuplexPossibilties()
1027 if (isStoreInst(MCB.getOperand(j).getInst()->getOpcode()) && in getDuplexPossibilties()
1028 isStoreInst(MCB.getOperand(k).getInst()->getOpcode())) { in getDuplexPossibilties()
1033 if (HexagonMCInstrInfo::isMemReorderDisabled(MCB)) // }:mem_noshuf in getDuplexPossibilties()
1038 MCII, *MCB.getOperand(k).getInst(), in getDuplexPossibilties()
1039 HexagonMCInstrInfo::hasExtenderForIndex(MCB, k - 1), in getDuplexPossibilties()
1040 *MCB.getOperand(j).getInst(), in getDuplexPossibilties()
1041 HexagonMCInstrInfo::hasExtenderForIndex(MCB, j - 1), in getDuplexPossibilties()
1045 getDuplexCandidateGroup(*MCB.getOperand(k).getInst()), in getDuplexPossibilties()
1046 getDuplexCandidateGroup(*MCB.getOperand(j).getInst())); in getDuplexPossibilties()
1051 << MCB.getOperand(j).getInst()->getOpcode() << "," in getDuplexPossibilties()
1052 << MCB.getOperand(k).getInst()->getOpcode() << "\n"); in getDuplexPossibilties()
1056 << MCB.getOperand(j).getInst()->getOpcode() << "," in getDuplexPossibilties()
1057 << MCB.getOperand(k).getInst()->getOpcode() << "\n"); in getDuplexPossibilties()
1063 MCII, *MCB.getOperand(j).getInst(), in getDuplexPossibilties()
1064 HexagonMCInstrInfo::hasExtenderForIndex(MCB, j - 1), in getDuplexPossibilties()
1065 *MCB.getOperand(k).getInst(), in getDuplexPossibilties()
1066 HexagonMCInstrInfo::hasExtenderForIndex(MCB, k - 1), in getDuplexPossibilties()
1070 getDuplexCandidateGroup(*MCB.getOperand(j).getInst()), in getDuplexPossibilties()
1071 getDuplexCandidateGroup(*MCB.getOperand(k).getInst())); in getDuplexPossibilties()
1076 << MCB.getOperand(j).getInst()->getOpcode() << "," in getDuplexPossibilties()
1077 << MCB.getOperand(k).getInst()->getOpcode() << "\n"); in getDuplexPossibilties()
1080 << MCB.getOperand(j).getInst()->getOpcode() << "," in getDuplexPossibilties()
1081 << MCB.getOperand(k).getInst()->getOpcode() << "\n"); in getDuplexPossibilties()