Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp299 const bool HasShuffledPacket = tryAuction(Summary).has_value(); in restrictBranchOrder()
320 std::optional<HexagonPacket> ShuffledPacket = tryAuction(Summary); in ValidResourceUsage()
603 const bool HasShuffledPacket = tryAuction(Summary).has_value(); in restrictPreferSlot3()
628 HexagonShuffler::tryAuction(HexagonPacketSummary const &Summary) { in tryAuction() function in HexagonShuffler
H A DHexagonShuffler.h183 std::optional<HexagonPacket> tryAuction(HexagonPacketSummary const &Summary);