Home
last modified time | relevance | path

Searched refs:is_sorted (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dis_sorted.h26 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 Dranges_is_sorted.h57 inline constexpr auto is_sorted = __is_sorted::__fn{};
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.cpp131 assert(llvm::is_sorted(Groups) && llvm::is_sorted(RoundGroups) && in verifyTables()
132 llvm::is_sorted(BroadcastGroups) && "FMA3 tables not sorted!"); in verifyTables()
H A DX86EvexToVex.cpp
H A DX86CompressEVEX.cpp283 assert(llvm::is_sorted(X86CompressEVEXTable) && in runOnMachineFunction()
H A DX86InstrFoldTables.cpp93 assert(llvm::is_sorted(TABLE) && #TABLE " is not sorted"); \ in lookupFoldTableImpl()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp159 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 Dstrict_weak_ordering_check.h15 #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 DRISCVISAInfo.cpp62 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 Dparallel_backend_tbb.h
H A Dglue_algorithm_defs.h
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp101 assert(llvm::is_sorted(C0) && llvm::is_sorted(C1) && in isSubset()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp57 assert(is_sorted(InstrData, in EraseFromParent()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h184 assert(llvm::is_sorted(Collection, CheckerOrPackageFullNameLT{}) && in binaryFind()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp32 assert(llvm::is_sorted(LibCalls, Comp)); in isF128SoftLibCall()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp154 assert(llvm::is_sorted(ImportantInstructionSuccessions) && in getFunctionFeatures()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc393 using std::is_sorted;
397 using std::ranges::is_sorted;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp150 assert(std::is_sorted( in MakeTaggedRanges()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h315 if (!llvm::is_sorted(rels, cmp)) {
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h408 assert(llvm::is_sorted(Overlaps, in getOverlaps()
/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp277 assert(is_sorted(relocs, in finalize()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1057 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 DCalledValuePropagation.cpp76 assert(llvm::is_sorted(this->Functions, Compare())); in CVPLatticeVal()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp119 assert(std::is_sorted(provided_fields.rbegin(), provided_fields.rend())); in SetFields()

123