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

1 2 3 45 6 7 8 9

  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 173 for (unsigned i = 0, e = STy->getNumElements(); i < e; ++i)
GlobalOpt.cpp 415 uint64_t NumElements = AT->getNumElements();
436 NumElements = SubArrayTy->getNumElements();
438 NumElements = SubVectorTy->getNumElements();
492 NewGlobals.reserve(STy->getNumElements());
494 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
517 NumElements = ATy->getNumElements();
519 NumElements = cast<VectorType>(STy)->getNumElements();
    [all...]
DeadArgumentElimination.cpp 387 return STy->getNumElements();
389 return ATy->getNumElements();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 528 unsigned Count = ST->getNumElements();
568 if (AT->getNumElements() == 1) {
    [all...]
InstCombineSimplifyDemanded.cpp 454 if (DstVTy->getNumElements() != SrcVTy->getNumElements())
    [all...]
InstructionCombining.cpp 759 if (SrcTy && SrcTy->getNumElements() != DestTy->getNumElements())
    [all...]
InstCombineShifts.cpp 439 Mask = ConstantVector::getSplat(VT->getNumElements(), Mask);
475 Mask = ConstantVector::getSplat(VT->getNumElements(), Mask);
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSInvokeHelperPass.cpp 182 for (unsigned int i = 0; i < argStructType->getNumElements(); i++) {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 720 for (unsigned i = 0; i < Expr->getNumElements(); ++i) {
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 242 AT->getNumElements() != 0 &&
246 NextFieldOffsetInChars -= CharUnits::fromQuantity(AT->getNumElements());
250 AppendPadding(CharUnits::fromQuantity(AT->getNumElements()-1));
772 unsigned NumElements = AType->getNumElements();
850 unsigned NumElements = AType->getNumElements();
    [all...]
CGCall.cpp     [all...]
CGExprScalar.cpp 820 unsigned NumElements = cast<llvm::VectorType>(DstTy)->getNumElements();
    [all...]
CGBuiltin.cpp     [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
ResizableDoubleArray.java 571 * zero or is greater than <code>getNumElements() - 1</code>.
646 public synchronized int getNumElements() {
698 * <code>getNumElements() - 1</code>, the <code>numElements</code> property
    [all...]
  /external/deqp/framework/randomshaders/
rsgShaderGenerator.cpp 144 for (int elemNdx = 0; elemNdx < valueRange.getType().getNumElements(); elemNdx++)
rsgVariableManager.cpp 76 int numElements = curItem.getType().getNumElements();
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 103 MCConstantExpr::create(ATy->getNumElements(),
  /external/llvm/include/llvm/IR/
Constants.h 343 unsigned getNumElements() const;
626 /// getNumElements - Return the number of elements in the array or vector.
627 unsigned getNumElements() const;
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 533 for (unsigned I = 0, N = VecTy->getNumElements(); I != N; ++I) {
592 Assert(CI->getValue().ult(I.getVectorOperandType()->getNumElements()),
599 Assert(CI->getValue().ult(I.getType()->getNumElements()),
ConstantFolding.cpp 67 unsigned NumSrcElts = VTy->getNumElements();
116 unsigned NumDstElt = DestVTy->getNumElements();
342 if (Index == CS->getType()->getNumElements())
368 NumElts = AT->getNumElements();
    [all...]
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 519 if (unsigned N = getNumElements())
527 return getElement(getNumElements() - 2);
532 return getElement(getNumElements() - 1);
Function.cpp 476 Result += "a" + llvm::utostr(ATyp->getNumElements()) +
811 return VectorType::get(EltTy, VTy->getNumElements());
826 VTy->getNumElements());
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 615 unsigned int elemNum = STy->getNumElements();
634 unsigned int elemNum = VTy->getNumElements();
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
NavigableMapNavigationTester.java 54 getSubjectGenerator().getCollectionSize().getNumElements()));
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 825 milliseconds

1 2 3 45 6 7 8 9