Home
last modified time | relevance | path

Searched refs:getDuplexCandidateGroup (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp189 unsigned HexagonMCInstrInfo::getDuplexCandidateGroup(MCInst const &MCI) { in getDuplexCandidateGroup() function in HexagonMCInstrInfo
590 unsigned MIaG = HexagonMCInstrInfo::getDuplexCandidateGroup(MIa), in isOrderedDuplexPair()
591 MIbG = HexagonMCInstrInfo::getDuplexCandidateGroup(MIb); in isOrderedDuplexPair()
656 unsigned MIaG = getDuplexCandidateGroup(MIa), in isDuplexPair()
657 MIbG = getDuplexCandidateGroup(MIb); in isDuplexPair()
1066 getDuplexCandidateGroup(*MCB.getOperand(k).getInst()), in getDuplexPossibilties()
1067 getDuplexCandidateGroup(*MCB.getOperand(j).getInst())); in getDuplexPossibilties()
1091 getDuplexCandidateGroup(*MCB.getOperand(j).getInst()), in getDuplexPossibilties()
1092 getDuplexCandidateGroup(*MCB.getOperand(k).getInst())); in getDuplexPossibilties()
H A DHexagonMCInstrInfo.h121 unsigned getDuplexCandidateGroup(MCInst const &MI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h451 HexagonII::SubInstructionGroup getDuplexCandidateGroup(const MachineInstr &MI)
H A DHexagonInstrInfo.cpp2172 HexagonII::SubInstructionGroup MIaG = getDuplexCandidateGroup(MIa); in isDuplexPair()
2173 HexagonII::SubInstructionGroup MIbG = getDuplexCandidateGroup(MIb); in isDuplexPair()
3816 HexagonII::SubInstructionGroup HexagonInstrInfo::getDuplexCandidateGroup( in getDuplexCandidateGroup() function in HexagonInstrInfo
4351 if (getDuplexCandidateGroup(*MII)) in changeDuplexOpcode()