/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGSort.cpp | 53 virtual unsigned getNumBlocks() const = 0; 68 unsigned getNumBlocks() const override { return Region->getNumBlocks(); } in getNumBlocks() function in __anona2dda7b30111::ConcreteRegion 96 if ((ML && !WE) || (ML && WE && ML->getNumBlocks() < WE->getNumBlocks())) { in getRegionFor() 233 : TheRegion(R), NumBlocksLeft(R->getNumBlocks()) {} in Entry()
|
D | WebAssemblyExceptionInfo.h | 83 unsigned getNumBlocks() const { return Blocks.size(); } in getNumBlocks() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopIterator.h | 116 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) { in LoopBlocksDFS() 117 PostBlocks.reserve(Container->getNumBlocks()); in LoopBlocksDFS() 126 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete() 218 assert(DFS.L->getNumBlocks() && "po_iterator cannot handle an empty graph"); in begin()
|
D | LoopInfoImpl.h | 336 if (VisitedBBs.size() != getNumBlocks()) { in verifyLoop()
|
D | LoopInfo.h | 168 unsigned getNumBlocks() const { in getNumBlocks() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/ |
D | MappedBlockStream.h | 75 uint32_t getNumBlocks() const { return StreamLayout.Blocks.size(); } in getNumBlocks() function 145 uint32_t getNumBlocks() const { return ReadInterface.getNumBlocks(); } in getNumBlocks() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ExpandMemCmp.cpp | 122 unsigned getNumBlocks(); 244 unsigned MemCmpExpansion::getNumBlocks() { in getNumBlocks() function in __anonfbac799d0111::MemCmpExpansion 252 for (unsigned i = 0; i < getNumBlocks(); i++) { in createLoadCmpBlocks() 549 for (unsigned I = 0; I < getNumBlocks(); ++I) { in getMemCmpExpansionZeroCase() 616 if (getNumBlocks() != 1) { in getMemCmpExpansion() 639 return getNumBlocks() == 1 ? getMemCmpEqZeroOneBlock() in getMemCmpExpansion() 642 if (getNumBlocks() == 1) in getMemCmpExpansion() 645 for (unsigned I = 0; I < getNumBlocks(); ++I) { in getMemCmpExpansion()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 716 int numBlocks = interface.getNumBlocks(); in computeReferenceLayout() 854 for (int ndx = 0; ndx < interface.getNumBlocks(); ++ndx) in collectUniqueBasicTypes() 882 for (int ndx = 0; ndx < interface.getNumBlocks(); ++ndx) in usesRelaxedLayout() 893 for (int ndx = 0; ndx < interface.getNumBlocks(); ++ndx) in uses16BitStorage() 904 for (int ndx = 0; ndx < interface.getNumBlocks(); ++ndx) in uses8BitStorage() 915 for (int ndx = 0; ndx < interface.getNumBlocks(); ++ndx) in usesScalarLayout() 926 for (int ndx = 0; ndx < interface.getNumBlocks(); ++ndx) in usesDescriptorIndexing() 1282 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++) in generateCompareSrc() 1393 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++) in generateWriteSrc() 1451 for (int blockNdx = 0; blockNdx < interface.getNumBlocks(); blockNdx++) in generateComputeShader() [all …]
|
D | vktSSBOLayoutCase.hpp | 140 int getNumBlocks (void) const { return (int)m_bufferBlocks.size(); } in getNumBlocks() function in vkt::ssbo::ShaderInterface
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.hpp | 129 int getNumBlocks (void) const { return (int)m_bufferBlocks.size(); } in getNumBlocks() function in deqp::gles31::bb::ShaderInterface
|
D | es31fSSBOLayoutCase.cpp | 683 int numBlocks = interface.getNumBlocks(); in computeReferenceLayout() 891 for (int ndx = 0; ndx < interface.getNumBlocks(); ++ndx) in collectUniqueBasicTypes() 1170 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++) in generateCompareSrc() 1253 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++) in generateWriteSrc() 1303 for (int blockNdx = 0; blockNdx < interface.getNumBlocks(); blockNdx++) in generateComputeShader() 1614 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++) in copyNonWrittenData() 1866 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++) in computeBufferSizes() 2240 for (int blockDeclNdx = 0; blockDeclNdx < m_interface.getNumBlocks(); blockDeclNdx++) in iterate() 2291 int numBlocks = m_interface.getNumBlocks(); in compareStdBlocks() 2367 int numBlocks = m_interface.getNumBlocks(); in compareSharedBlocks() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonVectorLoopCarriedReuse.cpp | 330 if (L->getNumBlocks() != 1) in INITIALIZE_PASS_DEPENDENCY() 659 assert((CurLoop->getNumBlocks() == 1) && in doVLCR()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopSimplifyCFG.cpp | 260 assert(L.getNumBlocks() == LiveLoopBlocks.size() + DeadLoopBlocks.size() && in analyze() 568 L.getNumBlocks()) { in run()
|
D | LoopIdiomRecognize.cpp | 1137 if (ApplyCodeSizeHeuristics && CurLoop->getNumBlocks() > 1) { in avoidLIRForMultiBlockLoop() 1437 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizeAndInsertFFS() 1539 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizePopcount()
|
D | LoopRerollPass.cpp | 1655 << Header->getName() << " (" << L->getNumBlocks() in runOnLoop() 1659 if (L->getNumBlocks() > 1) in runOnLoop()
|
D | SimpleLoopUnswitch.cpp | 995 NewBlocks.reserve(L.getNumBlocks() + ExitBlocks.size()); in buildClonedLoopBlocks() 1162 ClonedL.reserveBlocks(OrigL.getNumBlocks()); in cloneLoopNest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 99 return ST->isMClass() && ST->isThumb2() && L->getNumBlocks() == 1; in shouldFavorBackedgeIndex()
|
D | ARMTargetTransformInfo.cpp | 1168 if (L->getNumBlocks() > 1) { in preferPredicateOverEpilogue() 1220 << "Blocks: " << L->getNumBlocks() << "\n" in getUnrollingPreferences() 1230 if (ST->hasBranchPredictor() && L->getNumBlocks() > 4) in getUnrollingPreferences()
|
D | ARMLowOverheadLoops.cpp | 154 !CannotTailPredicate && ML->getNumBlocks() == 1; in IsTailPredicationLegal() 829 if (LoLoop.ML->getNumBlocks() != 1) { in RemoveLoopUpdate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationLegality.cpp | 943 assert(TheLoop->getNumBlocks() > 1 && "Single block loops are vectorizable"); in canVectorizeWithIfConvert() 1143 unsigned NumBlocks = TheLoop->getNumBlocks(); in canVectorize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 696 if (Unloop.getNumBlocks()) { in updateBlockParents() 721 assert(NIters < Unloop.getNumBlocks() && "runaway iterative algorithm"); in updateBlockParents()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | GCOV.h | 287 size_t getNumBlocks() const { return Blocks.size(); } in getNumBlocks() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
D | MappedBlockStream.cpp | 175 while (Last < getNumBlocks() - 1) { in readLongestContiguousChunk()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | GCOV.cpp | 846 << safeDiv(BlocksExec * 100, Func->getNumBlocks() - 1) << "%\n"; in printFunctionSummary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDILCFGStructurizer.cpp | 1028 if (ExaminedLoop->getNumBlocks() == 0 || Visited[ExaminedLoop]) in loopendPatternMatch()
|