Searched refs:HexagonBid (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp41 class HexagonBid { class in namespace:__anon2686
49 HexagonBid() = default;
50 HexagonBid(unsigned B) { Bid = B ? MAX / countPopulation(B) : 0; } function in class:__anon2686::HexagonBid
55 HexagonBid &operator+=(const HexagonBid &B) {
63 HexagonBid Scores[HEXAGON_PACKET_SIZE];
78 Scores[i] += HexagonBid(b);

Completed in 49 milliseconds