Searched refs:getDuplexCandidateGroup (Results 1 – 4 of 4) sorted by relevance
180 unsigned HexagonMCInstrInfo::getDuplexCandidateGroup(MCInst const &MCI) { in getDuplexCandidateGroup() function in HexagonMCInstrInfo587 unsigned MIaG = HexagonMCInstrInfo::getDuplexCandidateGroup(MIa), in isOrderedDuplexPair()588 MIbG = HexagonMCInstrInfo::getDuplexCandidateGroup(MIb); in isOrderedDuplexPair()646 unsigned MIaG = getDuplexCandidateGroup(MIa), in isDuplexPair()647 MIbG = getDuplexCandidateGroup(MIb); in isDuplexPair()1045 getDuplexCandidateGroup(*MCB.getOperand(k).getInst()), in getDuplexPossibilties()1046 getDuplexCandidateGroup(*MCB.getOperand(j).getInst())); in getDuplexPossibilties()1070 getDuplexCandidateGroup(*MCB.getOperand(j).getInst()), in getDuplexPossibilties()1071 getDuplexCandidateGroup(*MCB.getOperand(k).getInst())); in getDuplexPossibilties()
105 unsigned getDuplexCandidateGroup(MCInst const &MI);
363 HexagonII::SubInstructionGroup getDuplexCandidateGroup(const MachineInstr *MI)
1777 HexagonII::SubInstructionGroup MIaG = getDuplexCandidateGroup(MIa); in isDuplexPair()1778 HexagonII::SubInstructionGroup MIbG = getDuplexCandidateGroup(MIb); in isDuplexPair()3170 HexagonII::SubInstructionGroup HexagonInstrInfo::getDuplexCandidateGroup( in getDuplexCandidateGroup() function in HexagonInstrInfo