Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopIterator.h58 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) { in LoopBlocksDFS()
59 PostBlocks.reserve(Container->getNumBlocks()); in LoopBlocksDFS()
68 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete()
131 assert(DFS.L->getNumBlocks() && "po_iterator cannot handle an empty graph"); in begin()
DLoopInfo.h139 unsigned getNumBlocks() const { in getNumBlocks() function
/external/llvm/include/llvm/Analysis/
DLoopIterator.h57 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) { in LoopBlocksDFS()
58 PostBlocks.reserve(Container->getNumBlocks()); in LoopBlocksDFS()
67 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete()
140 assert(DFS.L->getNumBlocks() && "po_iterator cannot handle an empty graph"); in begin()
DLoopInfoImpl.h286 assert(NumVisited == getNumBlocks() && "Unreachable block in loop"); in verifyLoop()
DLoopInfo.h148 unsigned getNumBlocks() const { in getNumBlocks() function
/external/swiftshader/src/OpenGL/common/
DImage.cpp29 int getNumBlocks(int w, int h, int blockSizeX, int blockSizeY) in getNumBlocks() function
1127 return 8 * getNumBlocks(width, height, 4, 4); in ComputeCompressedSize()
1136 return 16 * getNumBlocks(width, height, 4, 4); in ComputeCompressedSize()
1139 return 16 * getNumBlocks(width, height, 5, 4); in ComputeCompressedSize()
1142 return 16 * getNumBlocks(width, height, 5, 5); in ComputeCompressedSize()
1145 return 16 * getNumBlocks(width, height, 6, 5); in ComputeCompressedSize()
1148 return 16 * getNumBlocks(width, height, 6, 6); in ComputeCompressedSize()
1151 return 16 * getNumBlocks(width, height, 8, 5); in ComputeCompressedSize()
1154 return 16 * getNumBlocks(width, height, 8, 6); in ComputeCompressedSize()
1157 return 16 * getNumBlocks(width, height, 8, 8); in ComputeCompressedSize()
[all …]
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.hpp129 int getNumBlocks (void) const { return (int)m_bufferBlocks.size(); } in getNumBlocks() function in deqp::gles31::bb::ShaderInterface
Des31fSSBOLayoutCase.cpp688 int numBlocks = interface.getNumBlocks(); in computeReferenceLayout()
896 for (int ndx = 0; ndx < interface.getNumBlocks(); ++ndx) in collectUniqueBasicTypes()
1175 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++) in generateCompareSrc()
1258 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++) in generateWriteSrc()
1303 for (int blockNdx = 0; blockNdx < interface.getNumBlocks(); blockNdx++) in generateComputeShader()
1605 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++) in copyNonWrittenData()
1857 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++) in computeBufferSizes()
2231 for (int blockDeclNdx = 0; blockDeclNdx < m_interface.getNumBlocks(); blockDeclNdx++) in iterate()
2282 int numBlocks = m_interface.getNumBlocks(); in compareStdBlocks()
2358 int numBlocks = m_interface.getNumBlocks(); in compareSharedBlocks()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp652 int numBlocks = interface.getNumBlocks(); in computeReferenceLayout()
867 for (int ndx = 0; ndx < interface.getNumBlocks(); ++ndx) in collectUniqueBasicTypes()
895 for (int ndx = 0; ndx < interface.getNumBlocks(); ++ndx) in usesRelaxedLayout()
1213 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++) in generateCompareSrc()
1296 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++) in generateWriteSrc()
1344 for (int blockNdx = 0; blockNdx < interface.getNumBlocks(); blockNdx++) in generateComputeShader()
1510 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++) in copyNonWrittenData()
1762 for (int declNdx = 0; declNdx < interface.getNumBlocks(); declNdx++) in computeBufferSizes()
1983 const int numBindings = m_interface.getNumBlocks(); in iterate()
DvktSSBOLayoutCase.hpp130 int getNumBlocks (void) const { return (int)m_bufferBlocks.size(); } in getNumBlocks() function in vkt::ssbo::ShaderInterface
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopInfo.cpp430 if (Unloop->getNumBlocks()) { in updateBlockParents()
457 assert(NIters < Unloop->getNumBlocks() && "runaway iterative algorithm"); in updateBlockParents()
/external/llvm/lib/Analysis/
DLoopInfo.cpp433 if (Unloop.getNumBlocks()) { in updateBlockParents()
459 assert(NIters < Unloop.getNumBlocks() && "runaway iterative algorithm"); in updateBlockParents()
/external/llvm/include/llvm/Support/
DGCOV.h272 size_t getNumBlocks() const { return Blocks.size(); } in getNumBlocks() function
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp126 : Loop(L), NumBlocksLeft(L->getNumBlocks()) {} in Entry()
/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1710 L->getNumBlocks() << " block(s))\n"); in runOnLoop()
1713 if (L->getNumBlocks() > 1) in runOnLoop()
DLoopIdiomRecognize.cpp1131 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizePopcount()
/external/llvm/lib/IR/
DGCOV.cpp706 << safeDiv(BlocksExec * 100, Func->getNumBlocks() - 1) << "%\n"; in printFunctionSummary()
/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1048 if (!ExitingBB || L.getNumBlocks() == 1) in findBestLoopExit()
DMachinePipeliner.cpp754 if (L.getNumBlocks() != 1) in canPipelineLoop()
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp1053 if (ExaminedLoop->getNumBlocks() == 0 || Visited[ExaminedLoop]) in loopendPatternMatch()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4343 assert(TheLoop->getNumBlocks() > 1 && "Single block loops are vectorizable"); in canVectorizeWithIfConvert()
4432 unsigned NumBlocks = TheLoop->getNumBlocks(); in canVectorize()