Home
last modified time | relevance | path

Searched refs:LessThan (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageFilters.h85 enum Operation { LessThan, GreaterThan }; enumerator
98 case LessThan: in PassesThreshold()
H A DCodeCoverage.cpp834 RegionCoverageFilter::LessThan, RegionCoverageLtFilter)); in run()
840 LineCoverageFilter::LessThan, LineCoverageLtFilter)); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallVector.h140 std::less<> LessThan; in isReferenceToRange() local
141 return !LessThan(V, First) && LessThan(V, Last); in isReferenceToRange()
153 std::less<> LessThan; in isRangeInStorage() local
154 return !LessThan(First, this->begin()) && !LessThan(Last, First) && in isRangeInStorage()
155 !LessThan(this->end(), Last); in isRangeInStorage()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h137 LessThan, // ?M operator< enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp276 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LessThan, "operator<"); in output()
H A DMicrosoftDemangle.cpp560 IFK::LessThan, // ?M operator< in translateIntrinsicFunctionCode()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp373 auto LessThan = [](const APInt &Lhs, const APInt &Rhs) { in processSTIPredicate() local
382 return LessThan(LhsMasks.first, RhsMasks.first); in processSTIPredicate()
385 return LessThan(LhsMasks.second, RhsMasks.second); in processSTIPredicate()
H A DGlobalISelEmitter.cpp2123 LessThan, enumerator
3820 0, MemoryVsLLTSizePredicateMatcher::LessThan, 0); in addBuiltinPredicates()
3836 0, MemoryVsLLTSizePredicateMatcher::LessThan, 0); in addBuiltinPredicates()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1985 auto LessThan = [](const MergeCandidate* M0, const MergeCandidate *M1) { in LoadStoreMultipleOpti() local
1988 llvm::sort(Candidates, LessThan); in LoadStoreMultipleOpti()