HomeSort by relevance Sort by last modified time
    Searched refs:getNumBlocks (Results 1 - 25 of 42) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopIterator.h 58 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
59 PostBlocks.reserve(Container->getNumBlocks());
68 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); }
131 assert(DFS.L->getNumBlocks() && "po_iterator cannot handle an empty graph");
  /external/llvm/include/llvm/Analysis/
LoopIterator.h 57 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
58 PostBlocks.reserve(Container->getNumBlocks());
67 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); }
140 assert(DFS.L->getNumBlocks() && "po_iterator cannot handle an empty graph");
LoopInfo.h 148 unsigned getNumBlocks() const {
LoopInfoImpl.h 286 assert(NumVisited == getNumBlocks() && "Unreachable block in loop");
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
MappedBlockStream.h 76 uint32_t getNumBlocks() const { return StreamLayout.Blocks.size(); }
146 uint32_t getNumBlocks() const { return ReadInterface.getNumBlocks(); }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopIterator.h 117 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) {
118 PostBlocks.reserve(Container->getNumBlocks());
127 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); }
219 assert(DFS.L->getNumBlocks() && "po_iterator cannot handle an empty graph");
LoopInfo.h 163 unsigned getNumBlocks() const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ExpandMemCmp.cpp 107 unsigned getNumBlocks();
172 unsigned MemCmpExpansion::getNumBlocks() {
180 for (unsigned i = 0; i < getNumBlocks(); i++) {
501 for (unsigned I = 0; I < getNumBlocks(); ++I) {
568 if (getNumBlocks() != 1) {
591 return getNumBlocks() == 1 ? getMemCmpEqZeroOneBlock()
594 if (getNumBlocks() == 1)
597 for (unsigned I = 0; I < getNumBlocks(); ++I) {
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.hpp 133 int getNumBlocks (void) const { return (int)m_bufferBlocks.size(); }
vktSSBOLayoutCase.cpp 719 int numBlocks = interface.getNumBlocks();
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.hpp 129 int getNumBlocks (void) const { return (int)m_bufferBlocks.size(); }
es31fSSBOLayoutCase.cpp 688 int numBlocks = interface.getNumBlocks();
896 for (int ndx = 0; ndx < interface.getNumBlocks(); ++ndx)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyExceptionInfo.h 84 unsigned getNumBlocks() const { return Blocks.size(); }
WebAssemblyCFGSort.cpp 109 : Loop(L), NumBlocksLeft(L->getNumBlocks()) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonVectorLoopCarriedReuse.cpp 322 if (L->getNumBlocks() != 1)
540 assert((CurLoop->getNumBlocks() == 1) &&
  /external/llvm/lib/Analysis/
LoopInfo.cpp 433 if (Unloop.getNumBlocks()) {
459 assert(NIters < Unloop.getNumBlocks() && "runaway iterative algorithm");
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopInfo.cpp 430 if (Unloop->getNumBlocks()) {
457 assert(NIters < Unloop->getNumBlocks() && "runaway iterative algorithm");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
LoopInfo.cpp 430 if (Unloop.getNumBlocks()) {
455 assert(NIters < Unloop.getNumBlocks() && "runaway iterative algorithm");
  /external/llvm/include/llvm/Support/
GCOV.h 272 size_t getNumBlocks() const { return Blocks.size(); }
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 126 : Loop(L), NumBlocksLeft(L->getNumBlocks()) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
GCOV.h 283 size_t getNumBlocks() const { return Blocks.size(); }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 587 << "Blocks: " << L->getNumBlocks() << "\n"
597 if (ST->hasBranchPredictor() && L->getNumBlocks() > 4)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 848 assert(TheLoop->getNumBlocks() > 1 && "Single block loops are vectorizable");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
  /external/llvm/lib/IR/
GCOV.cpp 706 << safeDiv(BlocksExec * 100, Func->getNumBlocks() - 1) << "%\n";

Completed in 2394 milliseconds

1 2