Home
last modified time | relevance | path

Searched defs: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 __anona544ba340111::HexagonBid
41 HexagonBid(unsigned B) { Bid = B ? MAX / countPopulation(B) : 0; }; in HexagonBid() function in __anona544ba340111::HexagonBid
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp41 class HexagonBid { class
50 HexagonBid(unsigned B) { Bid = B ? MAX / countPopulation(B) : 0; } in HexagonBid() function in __anon343813560111::HexagonBid