Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp32 class HexagonBid { class
40 HexagonBid() : Bid(0){}; in HexagonBid() function in __anonfb3a6f0f0111::HexagonBid
41 HexagonBid(unsigned B) { Bid = B ? MAX / countPopulation(B) : 0; }; in HexagonBid() function in __anonfb3a6f0f0111::HexagonBid
46 HexagonBid &operator+=(const HexagonBid &B) { in operator +=()
54 HexagonBid Scores[HEXAGON_PACKET_SIZE];
69 Scores[i] += HexagonBid(b); in bid()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp42 class HexagonBid { class
50 HexagonBid() = default;
51 HexagonBid(unsigned B) { Bid = B ? MAX / countPopulation(B) : 0; } in HexagonBid() function in __anone85bd2470111::HexagonBid
56 HexagonBid &operator+=(const HexagonBid &B) { in operator +=()
64 HexagonBid Scores[HEXAGON_PACKET_SIZE];
79 Scores[i] += HexagonBid(b); in bid()