Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCDuplexInfo.cpp177 unsigned HexagonMCInstrInfo::getDuplexCandidateGroup(MCInst const &MCI) { in getDuplexCandidateGroup() function in HexagonMCInstrInfo
584 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()
DHexagonMCInstrInfo.h105 unsigned getDuplexCandidateGroup(MCInst const &MI);
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h393 HexagonII::SubInstructionGroup getDuplexCandidateGroup(const MachineInstr *MI)
DHexagonInstrInfo.cpp2027 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