Searched refs:LessThan (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
| H A D | CoverageFilters.h | 85 enum Operation { LessThan, GreaterThan }; enumerator 98 case LessThan: in PassesThreshold()
|
| H A D | CodeCoverage.cpp | 834 RegionCoverageFilter::LessThan, RegionCoverageLtFilter)); in run() 840 LineCoverageFilter::LessThan, LineCoverageLtFilter)); in run()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | SmallVector.h | 140 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 D | MicrosoftDemangleNodes.h | 137 LessThan, // ?M operator< enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangleNodes.cpp | 276 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LessThan, "operator<"); in output()
|
| H A D | MicrosoftDemangle.cpp | 560 IFK::LessThan, // ?M operator< in translateIntrinsicFunctionCode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 373 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 D | GlobalISelEmitter.cpp | 2123 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 D | ARMLoadStoreOptimizer.cpp | 1985 auto LessThan = [](const MergeCandidate* M0, const MergeCandidate *M1) { in LoadStoreMultipleOpti() local 1988 llvm::sort(Candidates, LessThan); in LoadStoreMultipleOpti()
|