Home
last modified time | relevance | path

Searched defs:Score (Results 1 – 25 of 40) sorted by relevance

12

/llvm-project/clang-tools-extra/pseudo/lib/
H A DDirectiveTree.cpp
/llvm-project/clang-tools-extra/clangd/
H A DQuality.cpp197 float Score = 1; in evaluateHeuristics() local
398 float Score = 1; evaluateHeuristics() local
513 unsigned Score = fileProximityScore(Derived.FileProximityDistance); operator <<() local
549 sortText(float Score,llvm::StringRef Name) sortText() argument
[all...]
H A DFuzzyMatch.cpp102 float Score = in match() local
224 auto &Score = Scores[P + 1][W + 1], &PreMiss = Scores[P + 1][W]; in buildGraph() local
H A DFuzzyMatch.h127 signed int Score : 15; member
/llvm-project/clang-tools-extra/clangd/unittests/
H A DFuzzyMatchTests.cpp48 std::optional<float> Score; member
75 std::optional<float> Score = {}) { in matches()
206 auto Score = Matcher.match(Str.Word); in MatchAndExplain() local
/llvm-project/bolt/lib/Rewrite/
H A DBoltDiff.cpp195 double Score = getNormalizedScore() local
209 const double Score = getNormalizedScore(Function, RI1); buildLookupMaps() local
229 const double Score = getNormalizedScore(Function, RI2); buildLookupMaps() local
500 double Score = getNormalizedScore(Function, RI1); computeAggregatedLTOScore() local
511 double Score = getNormalizedScore(Function, RI2); computeAggregatedLTOScore() local
[all...]
/llvm-project/libc/benchmarks/automemcpy/lib/
H A DResultAnalyzer.cpp
/llvm-project/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp521 uint64_t Score = 0; computeMIRComplexityScoreImpl() local
581 uint64_t Score = 0; computeMIRComplexityScore() local
626 uint64_t Score = 1; // Count the function itself computeIRComplexityScoreImpl() local
683 uint64_t Score = 0; computeIRComplexityScore() local
[all...]
/llvm-project/clang-tools-extra/clang-include-fixer/
H A DSymbolIndexManager.cpp54 llvm::StringMap<double> Score; in rank() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp459 getEntryPointScore(BasicBlock & BB,unsigned Score) getEntryPointScore() argument
485 __anon5541bfe30502(BasicBlock *BB, unsigned Score) create() argument
599 unsigned Score = Block.second; takeSingleEntrySubRegion() local
H A DFunctionSpecialization.cpp876 unsigned Score = 0; findSpecializations() local
892 __anondd4168dd0302(Bonus &B, unsigned Score, unsigned FuncSize, unsigned FuncGrowth) findSpecializations() argument
[all...]
/llvm-project/clang-tools-extra/clangd/index/
H A DMemIndex.cpp47 if (auto Score = Filter.match(Sym->Name)) fuzzyFind() local
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h103 unsigned Score; member
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp229 unsigned Score = 0; in getLAScore() local
273 unsigned Score = getLAScore(Last, Candidate, Depth, IAI); in getBest() local
/llvm-project/bolt/include/bolt/Passes/
H A DStokeInfo.h50 uint64_t Score; member
/llvm-project/libc/benchmarks/automemcpy/include/automemcpy/
H A DResultAnalyzer.h
/llvm-project/llvm/unittests/CodeGen/
H A DRegAllocScoreTest.cpp127 const auto Score = llvm::calculateRegAllocScore( in TEST() local
/llvm-project/bolt/lib/Passes/
H A DCacheMetrics.cpp60 uint64_t Score = 0; in calcTSPScore() local
H A DSplitFunctions.cpp516 SplitScore Score; computeSplitScore() local
594 const SplitScore Score = findSplitIndex() local
[all...]
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPContextTest.cpp179 APInt Score(32, 1000); in TEST_F() local
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h132 unsigned Score; global() member
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp273 APInt Score(64, 1); getVariantMatchScore() local
356 APInt Score = getVariantMatchScore(VMI, Ctx, ConstructMatches); getBestVariantMatchForContext() local
[all...]
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp270 int Score = 0; findFirstSlotCandidate() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp206 double Score{-1.0}; member
354 double Score{0}; member
834 double Score in extTSPScore() local
1442 double Score = 0; calcExtTspScore() local
[all...]
/llvm-project/clang-tools-extra/clangd/index/dex/
H A DDex.cpp271 const std::optional<float> Score = Filter.match(Sym->Name); fuzzyFind() local

12