Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.sortpos.d.out1 Sorted at position 0:
103 Sorted at position 1:
205 Sorted at position 2:
307 Sorted at position 3:
409 Sorted at position 4:
511 Sorted at position 5:
613 Sorted at position 6:
715 Sorted at position 7:
817 Sorted at position 8:
919 Sorted at position 9:
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp396 std::list<MipsRelocationEntry> Sorted; in sortRelocs() local
399 Sorted.push_back(R); in sortRelocs()
401 Hi16.push_back(std::prev(Sorted.end())); in sortRelocs()
408 if (std::next(I) != Sorted.end() && in sortRelocs()
418 auto Best = Sorted.end(); in sortRelocs()
419 for (auto J = Sorted.begin(); J != Sorted.end(); ++J) { in sortRelocs()
423 (Best == Sorted.end() || R1.Addend < Best->R.Addend || in sortRelocs()
427 if (Best != Sorted.end() && R.Addend == Best->R.Addend) in sortRelocs()
432 Sorted.splice(Best, Sorted, I); in sortRelocs()
435 assert(Relocs.size() == Sorted.size() && "Some relocs were not consumed"); in sortRelocs()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDebugSupport.cpp67 std::vector<std::pair<Atom, Solver::Result::Assignment>> Sorted = { in operator <<() local
69 llvm::sort(Sorted); in operator <<()
70 for (const auto &Entry : Sorted) in operator <<()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h546 bool Sorted = false; variable
642 Sorted = false; in addSymbolName()
752 if (Sorted) in finalizeSymtab()
758 Sorted = true; in finalizeSymtab()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp899 std::vector<std::pair<StringRef, DebugInfoSize>> Sorted; in printStatistic() local
901 Sorted.emplace_back(E.first(), E.second); in printStatistic()
902 llvm::sort(Sorted, [](auto &LHS, auto &RHS) { in printStatistic()
928 for (auto &E : Sorted) { in printStatistic()
/freebsd/contrib/libfido2/udev/
H A Dfidodevs9 # List of known vendors. Sorted by vendor ID.
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp548 Sorted = false; in create()
708 SmallVector<StringRef, 0> Sorted(NameTab.keys()); in dumpNames() local
709 llvm::sort(Sorted); in dumpNames()
710 for (StringRef S : Sorted) in dumpNames()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1626 std::set<StringRef> Sorted; in UnbundleFiles() local
1628 Sorted.insert(E.first()); in UnbundleFiles()
1630 unsigned Last = Sorted.size() - 1; in UnbundleFiles()
1631 for (auto &E : Sorted) { in UnbundleFiles()
H A DDriver.cpp4872 SmallVector<StringRef> Sorted(Archs.begin(), Archs.end()); in getOffloadArchs() local
4873 llvm::sort(Sorted); in getOffloadArchs()
4874 return Sorted; in getOffloadArchs()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1989 SmallVector<uint32_t, 8> Sorted(Worklist); in getPerfectCompletions() local
1990 llvm::sort(Sorted.begin(), Sorted.end()); in getPerfectCompletions()
1992 for (unsigned I = 0, E = Sorted.size(); I != E;) { in getPerfectCompletions()
1993 unsigned P = Sorted[I], Count = 1; in getPerfectCompletions()
1994 while (++I != E && P == Sorted[I]) in getPerfectCompletions()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1304 auto Sorted = sortByName(std::vector<GlobalVariable *>( in createLDSVariableReplacement() local
1307 for (GlobalVariable *GV : Sorted) { in createLDSVariableReplacement()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp3083 std::vector<std::pair<StringRef, DebugInfoSize>> Sorted; in link() local
3085 Sorted.emplace_back(E.first(), E.second); in link()
3086 llvm::sort(Sorted, [](auto &LHS, auto &RHS) { in link()
3112 for (auto &E : Sorted) { in link()
/freebsd/usr.bin/compress/doc/
H A DREADME238 >>4. Sorted the character next chain and changed the search to stop
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td32 // Sorted alphabetically wrt clause spelling.
568 // Sorted alphabetically wrt directive spelling, except "end xyz" immediately
1315 // Sorted alphabetically wrt directive spelling, except "end xyz" immediately
/freebsd/contrib/flex/
H A DChangeLog1489 * src/Makefile.am: Sorted file names in flex_SOURCES