Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp189 unsigned HexagonMCInstrInfo::getDuplexCandidateGroup(MCInst const &MCI) { in getDuplexCandidateGroup() function in HexagonMCInstrInfo
586 unsigned MIaG = HexagonMCInstrInfo::getDuplexCandidateGroup(MIa), in isOrderedDuplexPair()
587 MIbG = HexagonMCInstrInfo::getDuplexCandidateGroup(MIb); in isOrderedDuplexPair()
652 unsigned MIaG = getDuplexCandidateGroup(MIa), in isDuplexPair()
653 MIbG = getDuplexCandidateGroup(MIb); in isDuplexPair()
1061 getDuplexCandidateGroup(*MCB.getOperand(k).getInst()), in getDuplexPossibilties()
1062 getDuplexCandidateGroup(*MCB.getOperand(j).getInst())); in getDuplexPossibilties()
1086 getDuplexCandidateGroup(*MCB.getOperand(j).getInst()), in getDuplexPossibilties()
1087 getDuplexCandidateGroup(*MCB.getOperand(k).getInst())); in getDuplexPossibilties()
H A DHexagonMCInstrInfo.h129 unsigned getDuplexCandidateGroup(MCInst const &MI);
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h456 HexagonII::SubInstructionGroup getDuplexCandidateGroup(const MachineInstr &MI)
H A DHexagonInstrInfo.cpp2258 HexagonII::SubInstructionGroup MIaG = getDuplexCandidateGroup(MIa); in isDuplexPair()
2259 HexagonII::SubInstructionGroup MIbG = getDuplexCandidateGroup(MIb); in isDuplexPair()
3891 HexagonII::SubInstructionGroup HexagonInstrInfo::getDuplexCandidateGroup( in getDuplexCandidateGroup() function in HexagonInstrInfo
4426 if (getDuplexCandidateGroup(*MII)) in changeDuplexOpcode()