HomeSort by relevance Sort by last modified time
    Searched refs:DuplexCandidate (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCShuffler.h 62 SmallVector<DuplexCandidate, 8>);
HexagonMCInstrInfo.h 31 class DuplexCandidate {
34 DuplexCandidate(unsigned i, unsigned j, unsigned iClass)
108 SmallVector<DuplexCandidate, 8> getDuplexPossibilties(MCInstrInfo const &MCII,
277 void replaceDuplex(MCContext &Context, MCInst &MCB, DuplexCandidate Candidate);
HexagonMCShuffler.cpp 153 SmallVector<DuplexCandidate, 8> possibleDuplexes) {
176 DuplexCandidate duplexToTry = possibleDuplexes.pop_back_val();
HexagonMCDuplexInfo.cpp     [all...]
HexagonMCInstrInfo.cpp 75 SmallVector<DuplexCandidate, 8> possibleDuplexes;
744 DuplexCandidate Candidate) {

Completed in 232 milliseconds