HomeSort by relevance Sort by last modified time
    Searched refs:MIbG (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCDuplexInfo.cpp 588 MIbG = HexagonMCInstrInfo::getDuplexCandidateGroup(MIb);
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);
648 return (isDuplexPairMatch(MIaG, MIbG) || isDuplexPairMatch(MIbG, MIaG))
    [all...]
HexagonMCCompound.cpp 348 unsigned MIbG = getCompoundCandidateGroup(MIb, IsExtendedB);
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/
HexagonInstrInfo.cpp     [all...]

Completed in 110 milliseconds