Searched refs:getDuplexCandidateGroup (Results 1 – 4 of 4) sorted by relevance
177 unsigned HexagonMCInstrInfo::getDuplexCandidateGroup(MCInst const &MCI) { in getDuplexCandidateGroup() function in HexagonMCInstrInfo584 unsigned MIaG = HexagonMCInstrInfo::getDuplexCandidateGroup(MIa), in isOrderedDuplexPair()585 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);
393 HexagonII::SubInstructionGroup getDuplexCandidateGroup(const MachineInstr *MI)
2027 HexagonII::SubInstructionGroup MIaG = getDuplexCandidateGroup(MIa); in isDuplexPair()2028 HexagonII::SubInstructionGroup MIbG = getDuplexCandidateGroup(MIb); in isDuplexPair()3636 HexagonII::SubInstructionGroup HexagonInstrInfo::getDuplexCandidateGroup( in getDuplexCandidateGroup() function in HexagonInstrInfo