Lines Matching defs:MIbG
587 MIbG = HexagonMCInstrInfo::getDuplexCandidateGroup(MIb);
594 if ((MIaG != HexagonII::HSIG_None) && (MIaG == MIbG) && bisReversable) {
613 if ((MIaG != HexagonII::HSIG_None) && (MIbG != HexagonII::HSIG_None)) {
627 if (MIbG == HexagonII::HSIG_L2) {
641 if ((MIbG == HexagonII::HSIG_S1) || (MIbG == HexagonII::HSIG_S2)) {
647 return (isDuplexPairMatch(MIaG, MIbG));
653 MIbG = getDuplexCandidateGroup(MIb);
654 return (isDuplexPairMatch(MIaG, MIbG) || isDuplexPairMatch(MIbG, MIaG));