Home
last modified time | relevance | path

Searched refs:getNumBlocks (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGSort.cpp53 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()
DWebAssemblyExceptionInfo.h83 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/
DLoopIterator.h116 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()
DLoopInfoImpl.h336 if (VisitedBBs.size() != getNumBlocks()) { in verifyLoop()
DLoopInfo.h168 unsigned getNumBlocks() const { in getNumBlocks() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMappedBlockStream.h75 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/
DExpandMemCmp.cpp122 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/
DvktSSBOLayoutCase.cpp716 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 …]
DvktSSBOLayoutCase.hpp140 int getNumBlocks (void) const { return (int)m_bufferBlocks.size(); } in getNumBlocks() function in vkt::ssbo::ShaderInterface
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutCase.hpp129 int getNumBlocks (void) const { return (int)m_bufferBlocks.size(); } in getNumBlocks() function in deqp::gles31::bb::ShaderInterface
Des31fSSBOLayoutCase.cpp683 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/
DHexagonVectorLoopCarriedReuse.cpp330 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/
DLoopSimplifyCFG.cpp260 assert(L.getNumBlocks() == LiveLoopBlocks.size() + DeadLoopBlocks.size() && in analyze()
568 L.getNumBlocks()) { in run()
DLoopIdiomRecognize.cpp1137 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()
DLoopRerollPass.cpp1655 << Header->getName() << " (" << L->getNumBlocks() in runOnLoop()
1659 if (L->getNumBlocks() > 1) in runOnLoop()
DSimpleLoopUnswitch.cpp995 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/
DARMTargetTransformInfo.h99 return ST->isMClass() && ST->isThumb2() && L->getNumBlocks() == 1; in shouldFavorBackedgeIndex()
DARMTargetTransformInfo.cpp1168 if (L->getNumBlocks() > 1) { in preferPredicateOverEpilogue()
1220 << "Blocks: " << L->getNumBlocks() << "\n" in getUnrollingPreferences()
1230 if (ST->hasBranchPredictor() && L->getNumBlocks() > 4) in getUnrollingPreferences()
DARMLowOverheadLoops.cpp154 !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/
DLoopVectorizationLegality.cpp943 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/
DLoopInfo.cpp696 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/
DGCOV.h287 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/
DMappedBlockStream.cpp175 while (Last < getNumBlocks() - 1) { in readLongestContiguousChunk()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp846 << 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/
DAMDILCFGStructurizer.cpp1028 if (ExaminedLoop->getNumBlocks() == 0 || Visited[ExaminedLoop]) in loopendPatternMatch()

12