HomeSort by relevance Sort by last modified time
    Searched refs:getNumElements (Results 76 - 100 of 214) sorted by null

1 2 34 5 6 7 8 9

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btSimulationIslandManager.cpp 216 int numElem = getUnionFind().getNumElements();
362 int numElem = getUnionFind().getNumElements();
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 80 switch (VectorTy->getNumElements()) {
134 DiagBuilder << VectorTy->getNumElements();
slang_rs_export_type.cpp 224 unsigned numElements = EVT->getNumElements();
390 if (EVT->getNumElements() < 2 || EVT->getNumElements() > 4)
638 EVT->getNumElements() == 3 &&
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
SCCP.cpp 245 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i)
298 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i)
395 assert(i < cast<StructType>(V->getType())->getNumElements() &&
737 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i)
801 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 480 numEle = VT->getNumElements();
725 numEle = VT->getNumElements();
858 y = dyn_cast<VectorType>(type)->getNumElements(); x < y; ++x) {
899 y = dyn_cast<VectorType>(type)->getNumElements(); x < y; ++x) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineCalls.cpp 47 if (STy->getNumElements() == 1)
52 if (ATy->getNumElements() == 1)
280 unsigned VWidth = VT->getNumElements();
315 unsigned NumDstElts = DstTy->getNumElements();
332 assert(VecTy->getNumElements() == 4 && "insertps with wrong vector type");
602 unsigned NumElts = VecTy->getNumElements();
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 170 if (DATy->getNumElements() != cast<ArrayType>(SrcTy)->getNumElements())
173 if (DVTy->getNumElements() != cast<VectorType>(SrcTy)->getNumElements())
198 Elements.resize(SrcSTy->getNumElements());
291 cast<ArrayType>(Ty)->getNumElements());
294 cast<VectorType>(Ty)->getNumElements());
840 unsigned NumElements = cast<ArrayType>(C->getType())->getNumElements();
857 if (cast<StructType>(EltTy)->getNumElements() == 3)
    [all...]
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 90 const int numComps = type.getNumElements();
92 TCU_CHECK_INTERNAL(type.getBaseType() == rsg::VariableType::TYPE_FLOAT && de::inRange(type.getNumElements(), 1, 4));
336 switch (value.getType().getNumElements())
350 switch (value.getType().getNumElements())
542 const int numComponents = varType.getNumElements();
glsRandomShaderCase.cpp 80 , m_vertices (input->getVariable()->getType().getNumElements() * numVertices)
161 int numComponents = input->getVariable()->getType().getNumElements();
379 switch (value.getType().getNumElements())
393 switch (value.getType().getNumElements())
424 int numElements = value.getType().getNumElements();
  /external/deqp/framework/randomshaders/
rsgBuiltinFunctions.hpp 69 for (int ndx = 0; ndx < m_inValueRange.getType().getNumElements(); ndx++)
110 for (int elemNdx = 0; elemNdx < m_inValueRange.getType().getNumElements(); elemNdx++)
134 for (int elemNdx = 0; elemNdx < valueRange.getType().getNumElements(); elemNdx++)
  /external/clang/lib/AST/
TypePrinter.cpp 552 << T->getNumElements() << "))) ";
557 T->getNumElements() << "))) ";
564 << T->getNumElements()
584 OS << T->getNumElements();
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 459 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
465 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 106 if (E->getNumElements())
169 (Expr.empty() || (Expr.size() == 1 && Expr.back()->getNumElements())) &&
  /external/llvm/lib/IR/
Verifier.cpp 505 (STy->getNumElements() == 2 || STy->getNumElements() == 3) &&
509 if (STy->getNumElements() == 3) {
    [all...]
AutoUpgrade.cpp 493 unsigned NumDstElts = DstTy->getNumElements();
572 unsigned NumElts = VecTy->getNumElements();
589 unsigned NumElts = VecTy->getNumElements();
634 unsigned NumElts = VecTy->getNumElements();
    [all...]
InlineAsm.cpp 288 if (!STy || STy->getNumElements() != NumOutputs)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractMapTester.java 161 return getNumElements();
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapAsMapGetTester.java 110 int oldSize = getNumElements();
MultimapAsMapTester.java 91 assertEquals(getNumElements() - 1, multimap().size());
MultimapRemoveEntryTester.java 59 assertEquals(getNumElements() - 1, multimap().size());
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
NavigableSetNavigationTester.java 55 getSubjectGenerator().getCollectionSize().getNumElements()));
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 177 return AT && (AT->getNumElements() == 0);
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 156 for (unsigned i = 0, E = StructTy->getNumElements(); i < E; ++i) {
288 if (maxElements > 0 && STy->getNumElements() > maxElements) {
790 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
    [all...]

Completed in 775 milliseconds

1 2 34 5 6 7 8 9