/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | is_sorted.h | 26 is_sorted(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in is_sorted() function 32 is_sorted(_ForwardIterator __first, _ForwardIterator __last) { in is_sorted() function 33 return std::is_sorted(__first, __last, __less<>()); in is_sorted()
|
H A D | ranges_is_sorted.h | 57 inline constexpr auto is_sorted = __is_sorted::__fn{};
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrFMA3Info.cpp | 131 assert(llvm::is_sorted(Groups) && llvm::is_sorted(RoundGroups) && in verifyTables() 132 llvm::is_sorted(BroadcastGroups) && "FMA3 tables not sorted!"); in verifyTables()
|
H A D | X86EvexToVex.cpp |
|
H A D | X86CompressEVEX.cpp | 283 assert(llvm::is_sorted(X86CompressEVEXTable) && in runOnMachineFunction()
|
H A D | X86InstrFoldTables.cpp | 93 assert(llvm::is_sorted(TABLE) && #TABLE " is not sorted"); \ in lookupFoldTableImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 159 assert(llvm::is_sorted(ProcDesc) && "CPU table is not sorted"); in getFeatures() 160 assert(llvm::is_sorted(ProcFeatures) && "CPU features table is not sorted"); in getFeatures() 311 assert(llvm::is_sorted(ProcDesc) && in getSchedModelForCPU()
|
/freebsd/contrib/llvm-project/libcxx/include/__debug_utils/ |
H A D | strict_weak_ordering_check.h | 15 #include <__algorithm/is_sorted.h> 35 (std::is_sorted<_RandomAccessIterator, _Comp_ref>(__first, __last, _Comp_ref(__comp))), in __check_strict_weak_ordering_sorted()
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | RISCVISAInfo.cpp | 62 assert(llvm::is_sorted(SupportedExtensions) && in verifyTables() 64 assert(llvm::is_sorted(SupportedExperimentalExtensions) && in verifyTables() 66 assert(llvm::is_sorted(SupportedProfiles) && in verifyTables() 68 assert(llvm::is_sorted(SupportedExperimentalProfiles) && in verifyTables() 828 assert(llvm::is_sorted(ImpliedExts) && "Table not sorted by Name"); in updateImplication()
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
H A D | parallel_backend_tbb.h |
|
H A D | glue_algorithm_defs.h |
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 101 assert(llvm::is_sorted(C0) && llvm::is_sorted(C1) && in isSubset()
|
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
H A D | Tracker.cpp | 57 assert(is_sorted(InstrData, in EraseFromParent()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerRegistryData.h | 184 assert(llvm::is_sorted(Collection, CheckerOrPackageFullNameLT{}) && in binaryFind()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCCState.cpp | 32 assert(llvm::is_sorted(LibCalls, Comp)); in isF128SoftLibCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineSizeEstimatorAnalysis.cpp | 154 assert(llvm::is_sorted(ImportantInstructionSuccessions) && in getFunctionFeatures()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | algorithm.cppm |
|
H A D | algorithm.inc | 393 using std::is_sorted; 397 using std::ranges::is_sorted;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | MemoryTagManagerAArch64MTE.cpp | 150 assert(std::is_sorted( in MakeTaggedRanges()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.h | 315 if (!llvm::is_sorted(rels, cmp)) {
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | CoalescingBitVector.h | 408 assert(llvm::is_sorted(Overlaps, in getOverlaps()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | ConcatOutputSection.cpp | 277 assert(is_sorted(relocs, in finalize()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 1057 assert(llvm::is_sorted(SortedAttrs) && "Expected sorted attributes!"); in getSorted() 1297 assert(llvm::is_sorted(Attrs, llvm::less_first()) && in get() 1330 assert(llvm::is_sorted(Attrs, llvm::less_first()) && in get() 1521 assert(llvm::is_sorted(ArgNos)); in addParamAttribute() 1817 assert(is_sorted(Attrs) && "AttributeSet should be sorted"); in AttrBuilder()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | CalledValuePropagation.cpp | 76 assert(llvm::is_sorted(this->Functions, Compare())); in CVPLatticeVal()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | RegisterFlags.cpp | 119 assert(std::is_sorted(provided_fields.rbegin(), provided_fields.rend())); in SetFields()
|