Searched refs:MIbG (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp585 MIbG = HexagonMCInstrInfo::getDuplexCandidateGroup(MIb); local
592 if ((MIaG != HexagonII::HSIG_None) && (MIaG == MIbG) && bisReversable) {
611 if ((MIaG != HexagonII::HSIG_None) && (MIbG != HexagonII::HSIG_None)) {
625 if (MIbG == HexagonII::HSIG_L2) {
636 if ((MIbG == HexagonII::HSIG_S1) || (MIbG == HexagonII::HSIG_S2)) {
641 return (isDuplexPairMatch(MIaG, MIbG));
647 MIbG = getDuplexCandidateGroup(MIb); local
648 return (isDuplexPairMatch(MIaG, MIbG) || isDuplexPairMatch(MIbG, MIa
[all...]
H A DHexagonMCCompound.cpp348 unsigned MIbG = getCompoundCandidateGroup(MIb, IsExtendedB); local
352 if (MIaG == HexagonII::HCG_A && MIbG == HexagonII::HCG_C &&
355 return ((MIaG == HexagonII::HCG_A && MIbG == HexagonII::HCG_B) &&
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2028 HexagonII::SubInstructionGroup MIbG = getDuplexCandidateGroup(MIb); local
2029 return (isDuplexPairMatch(MIaG, MIbG) || isDuplexPairMatch(MIbG, MIaG));

Completed in 124 milliseconds