HomeSort by relevance Sort by last modified time
    Searched refs:getArraySize (Results 26 - 50 of 78) sorted by null

12 3 4

  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 253 isa<ConstantInt>(cast<AllocaInst>(AfterAllocaInsPt)->getArraySize()))
294 if (isa<ConstantInt>(AI->getArraySize()) && BB == F.begin())
StackProtector.cpp 220 if (const auto *CI = dyn_cast<ConstantInt>(AI->getArraySize())) {
  /external/deqp/framework/opengl/
gluVarType.cpp 366 arraySizes.push_back(curType->getArraySize());
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 127 if (type.getArraySize() == glu::VarType::UNSIZED_ARRAY)
130 return type.getArraySize() * getVarTypeSize(type.getElementType());
451 const bool inUnsizedArray = isArray && (enclosingcomponent.getVariableType()->getArraySize() == glu::VarType::UNSIZED_ARRAY);
452 const int arraySize = (!isArray) ? (1) : (inUnsizedArray) ? (m_unsizedArraySize) : (enclosingcomponent.getVariableType()->getArraySize());
810 return type.getArraySize() * getVariableLocationLength(type.getElementType());
    [all...]
es31fProgramUniformTests.cpp 259 return getNumSamplersInType(type.getElementType()) * type.getArraySize();
    [all...]
  /external/deqp/modules/glshared/
glsAttributeLocationTests.hpp 106 int getArraySize (void) const { return m_arraySize; }
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
bDNA.cpp 524 int bDNA::getArraySize(char* string)
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
CloneFunction.cpp 59 if (isa<ConstantInt>(AI->getArraySize()))
390 if (isa<ConstantInt>(AI->getArraySize()))
    [all...]
  /frameworks/base/core/java/android/content/res/
AssetManager.java 813 /*package*/ native final int getArraySize(int resource);
Resources.java 564 int len = impl.getAssets().getArraySize(id);
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 451 Value *ArraySize = I.getArraySize();
679 Value *ArraySize = I.getArraySize();
Lint.cpp 568 if (isa<ConstantInt>(I.getArraySize()))
InlineCost.cpp 295 if (Constant *Size = SimplifiedValues.lookup(I.getArraySize())) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
SafeStack.cpp 202 auto C = dyn_cast<ConstantInt>(AI->getArraySize());
606 Value *ArraySize = AI->getArraySize();
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 608 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize());
624 ConstantInt *destArraySize = dyn_cast<ConstantInt>(A->getArraySize());
    [all...]
TailRecursionElimination.cpp 703 if (isa<ConstantInt>(AI->getArraySize()))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 118 const ConstantInt *CUI = cast<ConstantInt>(AI->getArraySize());
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 195 return getNumSamplersInType(type.getElementType()) * type.getArraySize();
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 255 return getNumSamplersInType(type.getElementType()) * type.getArraySize();
    [all...]
  /external/javassist/src/main/javassist/compiler/
MemberCodeGen.java 312 ASTList size = expr.getArraySize();
    [all...]
TypeChecker.java 157 ASTList size = expr.getArraySize();
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 566 numElements = CGF.EmitScalarExpr(e->getArraySize());
576 = e->getArraySize()->getType()->isSignedIntegerOrEnumerationType();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 129 Amt = ConstantInt::get(AI.getArraySize()->getType(), Scale);
135 Value *Off = ConstantInt::get(AI.getArraySize()->getType(),
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 511 } else if (EV->getArraySize()) {
515 << EV->getArraySize() << "];\n";
    [all...]

Completed in 1980 milliseconds

12 3 4