Home
last modified time | relevance | path

Searched refs:BlockCount (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/d3d12allocator/src/
H A DTests.cpp194 CHECK_BOOL(statInfo.BlockCount == 1); in TestVirtualBlocks()
590 CHECK_BOOL( poolStats.BlockCount == 1 ); in TestCustomPools()
593 CHECK_BOOL( poolStats.UnusedBytes == poolStats.BlockCount * poolDesc.BlockSize ); in TestCustomPools()
604 CHECK_BOOL( poolStats.BlockCount == 2 ); in TestCustomPools()
607 CHECK_BOOL( poolStats.UnusedBytes == poolStats.BlockCount * poolDesc.BlockSize ); in TestCustomPools()
611 CHECK_BOOL( poolStats.BlockCount == 1 ); in TestCustomPools()
614 CHECK_BOOL( poolStats.UnusedBytes == poolStats.BlockCount * poolDesc.BlockSize ); in TestCustomPools()
641 CHECK_BOOL( poolStats.BlockCount == 1 ); in TestCustomPools()
652 CHECK_BOOL( globalStatsCurr.Total.BlockCount == globalStatsBeg.Total.BlockCount in TestCustomPools()
[all...]
H A DD3D12MemAlloc.h1120 UINT BlockCount; member
H A DD3D12MemAlloc.cpp503 dst.BlockCount += src.BlockCount; in AddStatInfo()
3161 outInfo.BlockCount = 1;
4869 statInfo.BlockCount = 1;
4981 json.WriteNumber(statInfo.BlockCount);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp574 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq()
577 BlockCount *= BlockFreq; in getProfileCountFromFreq()
578 // Rounded division of BlockCount by EntryFreq. Since EntryFreq is unsigned in getProfileCountFromFreq()
580 BlockCount = (BlockCount + EntryFreq.lshr(1)).udiv(EntryFreq); in getProfileCountFromFreq()
581 return BlockCount.getLimitedValue(); in getProfileCountFromFreq()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DGCOV.cpp161 uint32_t BlockCount; in readGCNO() local
162 if (!Buff.readInt(BlockCount)) in readGCNO()
164 for (uint32_t i = 0, e = BlockCount; i != e; ++i) { in readGCNO()
179 if (BlockNo >= BlockCount) { in readGCNO()
208 if (BlockNo >= BlockCount) { in readGCNO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp340 unsigned BlockCount = 0; in findPotentialBlockers() local
347 BlockCount++; in findPotentialBlockers()
348 if (BlockCount >= InspectionLimit) in findPotentialBlockers()
359 if (BlockCount < InspectionLimit) { in findPotentialBlockers()
361 int LimitLeft = InspectionLimit - BlockCount; in findPotentialBlockers()
H A DX86SelectionDAGInfo.cpp259 const uint64_t BlockCount = Size / BlockBytes; in emitConstantSizeRepmov() local
263 DAG.getIntPtrConstant(BlockCount, dl), BlockType); in emitConstantSizeRepmov()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp361 while (unsigned &BlockCount = LoopBlocks[CurrentLoop]) { in orderNodes()
364 --BlockCount; in orderNodes()
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h373 size_t BlockCount() const;
H A Ddebug-interface.cc1157 size_t Coverage::FunctionData::BlockCount() const { in BlockCount() function in v8::debug::Coverage::FunctionData
/third_party/node/deps/v8/src/inspector/
H A Dv8-profiler-agent-impl.cc319 // BlockCount is a superset of PreciseCount. It includes block-granularity in startPreciseCoverage()
321 // each function recompiled after the BlockCount mode has been set); and in startPreciseCoverage()
376 for (size_t k = 0; k < function_data.BlockCount(); k++) { in coverageToProtocol()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc3442 for (size_t k = 0; k < function_data.BlockCount(); k++) { in WriteLcovData()

Completed in 29 milliseconds