Home
last modified time | relevance | path

Searched defs: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