/external/deqp/modules/gles3/functional/ |
D | es3fPrimitiveRestartTests.cpp | 110 int getNumIndices (void); 188 int PrimitiveRestartCase::getNumIndices (void) in getNumIndices() function in deqp::gles3::Functional::PrimitiveRestartCase 253 DE_ASSERT(getNumIndices() == 0); in init() 446 int numIndices = getNumIndices(); in init() 556 int numIndices = getNumIndices(); in draw() 577 draw(0, getNumIndices()); in renderWithRestart() 602 int numIndices = getNumIndices(); in renderWithoutRestart()
|
D | es3fVertexTextureTests.cpp | 243 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; } in getNumIndices() function in deqp::gles3::Functional::__anon99b68abc0111::PosTexCoordQuadGrid 781 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell() 1116 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell() 1456 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell() 1800 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell()
|
/external/llvm/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 79 if (SelIVI->getNumIndices() == 1 && *SelIVI->idx_begin() == 1) { in GetExceptionObject() 82 ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) { in GetExceptionObject()
|
D | AtomicExpandLoadLinkedPass.cpp | 329 assert(EV->getNumIndices() == 1 && EV->getIndices()[0] <= 1 && in expandAtomicCmpXchg()
|
D | SjLjEHPrepare.cpp | 159 if (EVI->getNumIndices() != 1) in substituteLPadValues()
|
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 357 EXPECT_EQ(GepII0->getNumIndices(), 1u); in TEST() 358 EXPECT_EQ(GepII1->getNumIndices(), 1u); in TEST() 359 EXPECT_EQ(GepII2->getNumIndices(), 1u); in TEST() 360 EXPECT_EQ(GepII3->getNumIndices(), 1u); in TEST()
|
/external/deqp/modules/glshared/ |
D | glsShaderPerformanceMeasurer.cpp | 67 static inline int getNumIndices (int gridSizeX, int gridSizeY) in getNumIndices() function 261 GLsizei numIndices = (GLsizei)getNumIndices(m_gridSizeX, m_gridSizeY); in render()
|
/external/deqp/modules/gles2/functional/ |
D | es2fVertexTextureTests.cpp | 193 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; } in getNumIndices() function in deqp::gles2::Functional::__anon08d8131a0111::PosTexCoordQuadGrid 680 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell() 1012 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell()
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 408 unsigned getNumIndices() const { // Note: always non-negative in getNumIndices() function
|
D | Instructions.h | 893 unsigned getNumIndices() const { // Note: always non-negative 1896 unsigned getNumIndices() const { 2017 unsigned getNumIndices() const {
|
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 362 Indices.reserve(GEP->getNumIndices()); in isSafeToPromoteArgument() 860 Operands.reserve(GEP->getNumIndices()); in DoPromotion()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 290 if (ExtractInst->getNumIndices() != 1) in splitOverflowIntrinsic()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 764 if (EVI.getNumIndices() != 1) in visitExtractValueInst() 785 if (IVI.getNumIndices() != 1) in visitInsertValueInst()
|
D | Scalarizer.cpp | 432 unsigned NumIndices = GEPI.getNumIndices(); in visitGetElementPtrInst()
|
D | GVN.cpp | 224 if (I != nullptr && EI->getNumIndices() == 1 && *EI->idx_begin() == 0 ) { in create_extractvalue_expression()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 769 if (EVI->getNumIndices() != 1) break; in computeKnownBits() 1691 unsigned size = I->getNumIndices() + idx_range.size(); in FindInsertedValue()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 1524 for (unsigned i = 0; i < evi->getNumIndices(); ++i) { in printInstruction() 1541 for (unsigned i = 0; i < ivi->getNumIndices(); ++i) { in printInstruction()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1484 if (DL && GEP.getNumIndices() == 1 && in visitGetElementPtrInst() 2010 if (EV.getNumIndices() == 0) in visitExtractValueInst()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1891 unsigned Num = I.getNumIndices(); in visitExtractValueInst() 1936 unsigned Num = I.getNumIndices(); in visitInsertValueInst()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 891 if (G->getNumIndices() != 1) in isInstVectorizable()
|