Home
last modified time | relevance | path

Searched refs:getDuplexCandidateGroup (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCDuplexInfo.cpp185 unsigned HexagonMCInstrInfo::getDuplexCandidateGroup(MCInst const &MCI) { in getDuplexCandidateGroup() function in HexagonMCInstrInfo
587 unsigned MIaG = HexagonMCInstrInfo::getDuplexCandidateGroup(MIa), in isOrderedDuplexPair()
588 MIbG = HexagonMCInstrInfo::getDuplexCandidateGroup(MIb); in isOrderedDuplexPair()
654 unsigned MIaG = getDuplexCandidateGroup(MIa), in isDuplexPair()
655 MIbG = getDuplexCandidateGroup(MIb); in isDuplexPair()
1064 getDuplexCandidateGroup(*MCB.getOperand(k).getInst()), in getDuplexPossibilties()
1065 getDuplexCandidateGroup(*MCB.getOperand(j).getInst())); in getDuplexPossibilties()
1089 getDuplexCandidateGroup(*MCB.getOperand(j).getInst()), in getDuplexPossibilties()
1090 getDuplexCandidateGroup(*MCB.getOperand(k).getInst())); in getDuplexPossibilties()
DHexagonMCInstrInfo.h120 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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h456 HexagonII::SubInstructionGroup getDuplexCandidateGroup(const MachineInstr &MI)
DHexagonInstrInfo.cpp2089 HexagonII::SubInstructionGroup MIaG = getDuplexCandidateGroup(MIa); in isDuplexPair()
2090 HexagonII::SubInstructionGroup MIbG = getDuplexCandidateGroup(MIb); in isDuplexPair()
3668 HexagonII::SubInstructionGroup HexagonInstrInfo::getDuplexCandidateGroup( in getDuplexCandidateGroup() function in HexagonInstrInfo