OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDuplexCandidateGroup
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCDuplexInfo.cpp
189
unsigned HexagonMCInstrInfo::
getDuplexCandidateGroup
(MCInst const &MCI) {
590
unsigned MIaG = HexagonMCInstrInfo::
getDuplexCandidateGroup
(MIa),
591
MIbG = HexagonMCInstrInfo::
getDuplexCandidateGroup
(MIb);
656
unsigned MIaG =
getDuplexCandidateGroup
(MIa),
657
MIbG =
getDuplexCandidateGroup
(MIb);
1066
getDuplexCandidateGroup
(*MCB.getOperand(k).getInst()),
1067
getDuplexCandidateGroup
(*MCB.getOperand(j).getInst()));
1091
getDuplexCandidateGroup
(*MCB.getOperand(j).getInst()),
1092
getDuplexCandidateGroup
(*MCB.getOperand(k).getInst()));
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp
2172
HexagonII::SubInstructionGroup MIaG =
getDuplexCandidateGroup
(MIa);
2173
HexagonII::SubInstructionGroup MIbG =
getDuplexCandidateGroup
(MIb);
3816
HexagonII::SubInstructionGroup HexagonInstrInfo::
getDuplexCandidateGroup
(
4351
if (
getDuplexCandidateGroup
(*MII))
Completed in 20 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026