Home
last modified time | relevance | path

Searched refs:DuplexCandidate (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h31 class DuplexCandidate {
34 DuplexCandidate(unsigned i, unsigned j, unsigned iClass) in DuplexCandidate() function
108 SmallVector<DuplexCandidate, 8> getDuplexPossibilties(MCInstrInfo const &MCII,
277 void replaceDuplex(MCContext &Context, MCInst &MCB, DuplexCandidate Candidate);
DHexagonMCShuffler.cpp153 SmallVector<DuplexCandidate, 8> possibleDuplexes) { in HexagonMCShuffle() argument
176 DuplexCandidate duplexToTry = possibleDuplexes.pop_back_val(); in HexagonMCShuffle()
DHexagonMCShuffler.h62 SmallVector<DuplexCandidate, 8>);
DHexagonMCDuplexInfo.cpp1012 SmallVector<DuplexCandidate, 8>
1016 SmallVector<DuplexCandidate, 8> duplexToTry; in getDuplexPossibilties()
1049 duplexToTry.push_back(DuplexCandidate(j, k, iClass)); in getDuplexPossibilties()
1074 duplexToTry.push_back(DuplexCandidate(k, j, iClass)); in getDuplexPossibilties()
DHexagonMCInstrInfo.cpp75 SmallVector<DuplexCandidate, 8> possibleDuplexes; in canonicalizePacket()
744 DuplexCandidate Candidate) { in replaceDuplex()