Home
last modified time | relevance | path

Searched refs:MaxCount (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DProfileSummary.h50 uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount; variable
59 uint64_t TotalCount, uint64_t MaxCount, in ProfileSummary() argument
63 TotalCount(TotalCount), MaxCount(MaxCount), in ProfileSummary()
77 uint64_t getMaxCount() { return MaxCount; } in getMaxCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DProfileCommon.h50 uint64_t MaxCount = 0; variable
94 if (Count > MaxCount) in addCount()
95 MaxCount = Count; in addCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h188 static inline uint64_t calculateCountScale(uint64_t MaxCount) { in calculateCountScale() argument
189 return MaxCount < std::numeric_limits<uint32_t>::max() in calculateCountScale()
191 : MaxCount / std::numeric_limits<uint32_t>::max() + 1; in calculateCountScale()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp276 uint64_t MaxCount = 0; in perform() local
297 if (C > MaxCount) in perform()
298 MaxCount = C; in perform()
313 if (RemainCount > MaxCount) in perform()
314 MaxCount = RemainCount; in perform()
396 setProfMetadata(Func.getParent(), SI, CaseCounts, MaxCount); in perform()
DPGOInstrumentation.cpp1052 void markFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) { in markFunctionAttributes() argument
1055 else if (PSI->isColdCount(MaxCount)) in markFunctionAttributes()
1308 uint64_t MaxCount = 0; in setBranchWeights() local
1317 if (EdgeCount > MaxCount) in setBranchWeights()
1318 MaxCount = EdgeCount; in setBranchWeights()
1321 setProfMetadata(M, TI, EdgeCounts, MaxCount); in setBranchWeights()
1375 uint64_t MaxCount = std::max(SCounts[0], SCounts[1]); in annotateOneSelectInst() local
1376 if (MaxCount) in annotateOneSelectInst()
1377 setProfMetadata(F.getParent(), &SI, SCounts, MaxCount); in annotateOneSelectInst()
1699 uint64_t MaxCount) { in setProfMetadata() argument
[all …]
DIndirectCallPromotion.cpp304 uint64_t MaxCount = (Count >= ElseCount ? Count : ElseCount); in promoteIndirectCall() local
305 uint64_t Scale = calculateCountScale(MaxCount); in promoteIndirectCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DProfileSummary.cpp161 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount, in getFromMD() local
166 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(2)), "MaxCount", MaxCount)) in getFromMD()
184 MaxCount, MaxInternalCount, MaxFunctionCount, in getFromMD()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp97 ProfileSummary::PSK_Sample, DetailedSummary, TotalCount, MaxCount, 0, in getSummary()
104 ProfileSummary::PSK_Instr, DetailedSummary, TotalCount, MaxCount, in getSummary()
DInstrProf.cpp579 uint64_t MaxCount = 0; in overlap() local
584 MaxCount = std::max(Other.Counts[I], MaxCount); in overlap()
589 if (MaxCount >= ValueCutoff) { in overlap()
/third_party/skia/site/docs/user/modules/
Dparticles.md134 "MaxCount": 200,
173 "MaxCount": 2000,
266 "MaxCount": 1000,
295 "MaxCount": 300,
348 "MaxCount": 2000,
426 "MaxCount": 2000,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp196 UP.MaxCount = std::numeric_limits<unsigned>::max(); in gatherUnrollingPreferences()
232 UP.MaxCount = UnrollMaxCount; in gatherUnrollingPreferences()
869 if (UP.Count > UP.MaxCount) in computeUnrollCount()
870 UP.Count = UP.MaxCount; in computeUnrollCount()
898 if (UP.Count > UP.MaxCount) in computeUnrollCount()
899 UP.Count = UP.MaxCount; in computeUnrollCount()
1000 if (UP.Count > UP.MaxCount) in computeUnrollCount()
1001 UP.Count = UP.MaxCount; in computeUnrollCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DPGOInstrumentation.h94 uint64_t MaxCount);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp274 UP.MaxCount = 1; in getUnrollingPreferences()
278 UP.MaxCount = Max; in getUnrollingPreferences()
279 if (UP.MaxCount <= 1) in getUnrollingPreferences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp770 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()
772 << UP.MaxCount << '\n'); in getFalkorUnrollingPreferences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp95 UP.MaxCount = std::numeric_limits<unsigned>::max(); in getUnrollingPreferences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1300 const SCEV *MaxCount, bool MaxOrZero);
DTargetTransformInfo.h464 unsigned MaxCount; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1286 unsigned MaxCount = Known.countMaxPopulation(); in foldCtpop() local
1292 ConstantAsMetadata::get(ConstantInt::get(IT, MaxCount + 1))}; in foldCtpop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp7068 bool Complete, const SCEV *MaxCount, bool MaxOrZero) in BackedgeTakenInfo() argument
7069 : MaxAndComplete(MaxCount, Complete), MaxOrZero(MaxOrZero) { in BackedgeTakenInfo()
7089 assert((isa<SCEVCouldNotCompute>(MaxCount) || isa<SCEVConstant>(MaxCount)) && in BackedgeTakenInfo()