Searched refs:DuplexCandidate (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.h | 31 class DuplexCandidate { 34 DuplexCandidate(unsigned i, unsigned j, unsigned iClass) in DuplexCandidate() function 108 SmallVector<DuplexCandidate, 8> getDuplexPossibilties(MCInstrInfo const &MCII, 271 void replaceDuplex(MCContext &Context, MCInst &MCB, DuplexCandidate Candidate);
|
D | HexagonMCShuffler.cpp | 153 SmallVector<DuplexCandidate, 8> possibleDuplexes) { in HexagonMCShuffle() argument 176 DuplexCandidate duplexToTry = possibleDuplexes.pop_back_val(); in HexagonMCShuffle()
|
D | HexagonMCShuffler.h | 62 SmallVector<DuplexCandidate, 8>);
|
D | HexagonMCDuplexInfo.cpp | 1012 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()
|
D | HexagonMCInstrInfo.cpp | 75 SmallVector<DuplexCandidate, 8> possibleDuplexes; in canonicalizePacket() 610 DuplexCandidate Candidate) { in replaceDuplex()
|