HomeSort by relevance Sort by last modified time
    Searched refs:getNumElements (Results 201 - 225 of 428) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/Hexagon/
HexagonTargetObjectFile.cpp 271 return (STy->getNumElements() == 0) ? 0 : SmallestElement;
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 102 MCConstantExpr::create(ATy->getNumElements(),
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreAsmPrinter.cpp 100 OutStreamer.EmitRawText(".globound," + Twine(ATy->getNumElements()));
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 85 if (STy->getNumElements() == 1)
90 if (ATy->getNumElements() == 1)
589 cast<VectorType>(II->getArgOperand(0)->getType())->getNumElements();
609 cast<VectorType>(II->getArgOperand(0)->getType())->getNumElements();
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
PowerProfile.java 381 public int getNumElements(String key) {
  /external/llvm/include/llvm/IR/
Constants.h 348 unsigned getNumElements() const;
603 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()),
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 587 if (unsigned N = getNumElements())
595 return getElement(getNumElements() - 2);
600 return getElement(getNumElements() - 1);
Verifier.cpp 567 (STy->getNumElements() == 2 || STy->getNumElements() == 3) &&
571 if (STy->getNumElements() == 3) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 48 if (STy->getNumElements() == 1)
53 if (ATy->getNumElements() == 1)
69 for (unsigned I = 0, E = V->getNumElements(); I != E; ++I) {
298 unsigned VWidth = VT->getNumElements();
369 int NumElts = VT->getNumElements();
485 assert(VecTy->getNumElements() == 4 && "insertps with wrong vector type");
734 unsigned NumElts = VecTy->getNumElements();
780 unsigned NumElts = cast<VectorType>(V->getType())->getNumElements();
833 unsigned Size = VecTy->getNumElements();
    [all...]
InstructionCombining.cpp 755 if (SrcTy && SrcTy->getNumElements() != DestTy->getNumElements())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 303 unsigned DIArray::getNumElements() const {
707 OS << " [" << A.getNumElements() << " elements]";
1006 for (unsigned i = 0, e = DA.getNumElements(); i != e; ++i) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 372 for (unsigned i = 0, e = SPs.getNumElements(); i != e; ++i) {
427 for (unsigned i = 0, e = SPs.getNumElements(); i != e; ++i) {
657 cast<ArrayType>(GV->getType()->getElementType())->getNumElements();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Constants.h 367 unsigned getNumElements() const;
627 unsigned getNumElements() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Constants.h 367 unsigned getNumElements() const;
627 unsigned getNumElements() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Constants.h 367 unsigned getNumElements() const;
627 unsigned getNumElements() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Constants.h 367 unsigned getNumElements() const;
627 unsigned getNumElements() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Constants.h 367 unsigned getNumElements() const;
627 unsigned getNumElements() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Constants.h 367 unsigned getNumElements() const;
627 unsigned getNumElements() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Constants.h 367 unsigned getNumElements() const;
627 unsigned getNumElements() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Constants.h 367 unsigned getNumElements() const;
627 unsigned getNumElements() const;
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 610 unsigned int elemNum = STy->getNumElements();
629 unsigned int elemNum = VTy->getNumElements();
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
NavigableMapNavigationTester.java 54 getSubjectGenerator().getCollectionSize().getNumElements()));

Completed in 1217 milliseconds

1 2 3 4 5 6 7 891011>>