HomeSort by relevance Sort by last modified time
    Searched refs:getNumIndices (Results 1 - 22 of 22) sorted by null

  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 79 if (SelIVI->getNumIndices() == 1 && *SelIVI->idx_begin() == 1) {
82 ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) {
AtomicExpandLoadLinkedPass.cpp 329 assert(EV->getNumIndices() == 1 && EV->getIndices()[0] <= 1 &&
SjLjEHPrepare.cpp 159 if (EVI->getNumIndices() != 1)
  /external/deqp/modules/gles3/functional/
es3fPrimitiveRestartTests.cpp 110 int getNumIndices (void);
188 int PrimitiveRestartCase::getNumIndices (void)
253 DE_ASSERT(getNumIndices() == 0);
446 int numIndices = getNumIndices();
556 int numIndices = getNumIndices();
577 draw(0, getNumIndices());
602 int numIndices = getNumIndices();
es3fVertexTextureTests.cpp 243 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; }
781 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
Sphere.java 143 public int[] getNumIndices() {
PlanetsRenderer.java 204 int[] numIndices = mSpheres[i].getNumIndices();
408 int[] numIndices = mSpheres[i].getNumIndices();
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp 67 static inline int getNumIndices (int gridSizeX, int gridSizeY)
261 GLsizei numIndices = (GLsizei)getNumIndices(m_gridSizeX, m_gridSizeY);
  /external/llvm/unittests/IR/
InstructionsTest.cpp 357 EXPECT_EQ(GepII0->getNumIndices(), 1u);
358 EXPECT_EQ(GepII1->getNumIndices(), 1u);
359 EXPECT_EQ(GepII2->getNumIndices(), 1u);
360 EXPECT_EQ(GepII3->getNumIndices(), 1u);
  /external/llvm/include/llvm/IR/
Operator.h 408 unsigned getNumIndices() const { // Note: always non-negative
Instructions.h     [all...]
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 193 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; }
680 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 290 if (ExtractInst->getNumIndices() != 1)
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 362 Indices.reserve(GEP->getNumIndices());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 764 if (EVI.getNumIndices() != 1)
785 if (IVI.getNumIndices() != 1)
    [all...]
Scalarizer.cpp 432 unsigned NumIndices = GEPI.getNumIndices();
GVN.cpp 224 if (I != nullptr && EI->getNumIndices() == 1 && *EI->idx_begin() == 0 ) {
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 769 if (EVI->getNumIndices() != 1) break;
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 578 milliseconds