Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp32 class HexagonBid { class
40 HexagonBid() : Bid(0){}; in HexagonBid() function in __anon3add96ee0111::HexagonBid
41 HexagonBid(unsigned B) { Bid = B ? MAX / countPopulation(B) : 0; }; in HexagonBid() function in __anon3add96ee0111::HexagonBid
46 HexagonBid &operator+=(const HexagonBid &B) { in operator +=()
54 HexagonBid Scores[HEXAGON_PACKET_SIZE];
69 Scores[i] += HexagonBid(b); in bid()