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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp593 MIbG = HexagonMCInstrInfo::getDuplexCandidateGroup(MIb); local
600 if ((MIaG != HexagonII::HSIG_None) && (MIaG == MIbG) && bisReversable) {
619 if ((MIaG != HexagonII::HSIG_None) && (MIbG != HexagonII::HSIG_None)) {
633 if (MIbG == HexagonII::HSIG_L2) {
647 if ((MIbG == HexagonII::HSIG_S1) || (MIbG == HexagonII::HSIG_S2)) {
653 return (isDuplexPairMatch(MIaG, MIbG));
659 MIbG = getDuplexCandidateGroup(MIb); local
660 return (isDuplexPairMatch(MIaG, MIbG) || isDuplexPairMatch(MIbG, MIa
[all...]
H A DHexagonMCCompound.cpp337 unsigned MIbG = getCompoundCandidateGroup(MIb, IsExtendedB); local
341 if (MIaG == HexagonII::HCG_A && MIbG == HexagonII::HCG_C &&
344 return ((MIaG == HexagonII::HCG_A && MIbG == HexagonII::HCG_B) &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2145 HexagonII::SubInstructionGroup MIbG = getDuplexCandidateGroup(MIb); local
2146 return (isDuplexPairMatch(MIaG, MIbG) || isDuplexPairMatch(MIbG, MIaG));

Completed in 123 milliseconds