Home
last modified time | relevance | path

Searched refs:duplexToTry (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCShuffler.cpp156 DuplexCandidate duplexToTry = possibleDuplexes.pop_back_val(); in HexagonMCShuffle() local
158 HexagonMCInstrInfo::replaceDuplex(Context, Attempt, duplexToTry); in HexagonMCShuffle()
DHexagonMCDuplexInfo.cpp1037 SmallVector<DuplexCandidate, 8> duplexToTry; in getDuplexPossibilties() local
1070 duplexToTry.push_back(DuplexCandidate(j, k, iClass)); in getDuplexPossibilties()
1095 duplexToTry.push_back(DuplexCandidate(k, j, iClass)); in getDuplexPossibilties()
1109 return duplexToTry; in getDuplexPossibilties()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCShuffler.cpp156 DuplexCandidate duplexToTry = possibleDuplexes.pop_back_val(); in HexagonMCShuffle() local
158 HexagonMCInstrInfo::replaceDuplex(Context, Attempt, duplexToTry); in HexagonMCShuffle()
DHexagonMCDuplexInfo.cpp1039 SmallVector<DuplexCandidate, 8> duplexToTry; in getDuplexPossibilties() local
1072 duplexToTry.push_back(DuplexCandidate(j, k, iClass)); in getDuplexPossibilties()
1097 duplexToTry.push_back(DuplexCandidate(k, j, iClass)); in getDuplexPossibilties()
1111 return duplexToTry; in getDuplexPossibilties()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCShuffler.cpp176 DuplexCandidate duplexToTry = possibleDuplexes.pop_back_val(); in HexagonMCShuffle() local
178 HexagonMCInstrInfo::replaceDuplex(Context, Attempt, duplexToTry); in HexagonMCShuffle()
DHexagonMCDuplexInfo.cpp1016 SmallVector<DuplexCandidate, 8> duplexToTry; in getDuplexPossibilties() local
1049 duplexToTry.push_back(DuplexCandidate(j, k, iClass)); in getDuplexPossibilties()
1074 duplexToTry.push_back(DuplexCandidate(k, j, iClass)); in getDuplexPossibilties()
1086 return duplexToTry; in getDuplexPossibilties()