/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ProfileSummary.h | 50 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/ |
D | ProfileCommon.h | 50 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/ |
D | Instrumentation.h | 188 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/ |
D | PGOMemOPSizeOpt.cpp | 276 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()
|
D | PGOInstrumentation.cpp | 1052 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 …]
|
D | IndirectCallPromotion.cpp | 304 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/ |
D | ProfileSummary.cpp | 161 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/ |
D | ProfileSummaryBuilder.cpp | 97 ProfileSummary::PSK_Sample, DetailedSummary, TotalCount, MaxCount, 0, in getSummary() 104 ProfileSummary::PSK_Instr, DetailedSummary, TotalCount, MaxCount, in getSummary()
|
D | InstrProf.cpp | 579 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/ |
D | particles.md | 134 "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/ |
D | LoopUnrollPass.cpp | 196 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/ |
D | PGOInstrumentation.h | 94 uint64_t MaxCount);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 274 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/ |
D | AArch64TargetTransformInfo.cpp | 770 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/ |
D | AMDGPUTargetTransformInfo.cpp | 95 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/ |
D | ScalarEvolution.h | 1300 const SCEV *MaxCount, bool MaxOrZero);
|
D | TargetTransformInfo.h | 464 unsigned MaxCount; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1286 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/ |
D | ScalarEvolution.cpp | 7068 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()
|