| /external/deqp/framework/randomshaders/ |
| rsgVariableManager.cpp | 76 int numElements = curItem.getType().getNumElements();
|
| /external/llvm/lib/Transforms/InstCombine/ |
| InstCombineLoadStoreAlloca.cpp | 317 if (ASrcTy->getNumElements() != 0) { 501 if (!STy->getNumElements()) /* Struct can be empty {} */ [all...] |
| InstCombineShifts.cpp | 432 Mask = ConstantVector::getSplat(VT->getNumElements(), Mask); 468 Mask = ConstantVector::getSplat(VT->getNumElements(), Mask); [all...] |
| /external/llvm/lib/Transforms/Vectorize/ |
| BBVectorize.cpp | 471 numElem = VTy->getNumElements(); 477 numElem += VTy->getNumElements(); [all...] |
| /external/clang/lib/CodeGen/ |
| CodeGenTypes.cpp | 466 VT->getNumElements());
|
| CGExpr.cpp | 628 return CGF.Builder.getInt32(VT->getNumElements()); [all...] |
| CGDecl.cpp | 730 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) { 759 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) { [all...] |
| /external/deqp/framework/referencerenderer/ |
| rrRenderer.cpp | [all...] |
| /external/llvm/include/llvm/IR/ |
| DebugInfo.h | 174 unsigned getNumElements() const; [all...] |
| InstrTypes.h | [all...] |
| /external/llvm/lib/IR/ |
| AsmWriter.cpp | 255 OS << '[' << ATy->getNumElements() << " x "; 262 OS << "<" << PTy->getNumElements() << " x "; 280 if (STy->getNumElements() == 0) { [all...] |
| Value.cpp | 539 if (CI->getZExtValue() >= ATy->getNumElements())
|
| /external/llvm/lib/Target/NVPTX/ |
| NVPTXAsmPrinter.cpp | [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| SampleProfile.cpp | [all...] |
| /external/llvm/lib/Transforms/Utils/ |
| CloneFunction.cpp | 197 for (unsigned i = 0; i < Subprograms.getNumElements(); i++) {
|
| /frameworks/compile/slang/BitWriter_2_9/ |
| BitcodeWriter.cpp | 365 TypeVals.push_back(AT->getNumElements()); 374 TypeVals.push_back(VT->getNumElements()); [all...] |
| ValueEnumerator.cpp | 351 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i)
|
| /frameworks/compile/slang/BitWriter_2_9_func/ |
| BitcodeWriter.cpp | 321 TypeVals.push_back(AT->getNumElements()); 330 TypeVals.push_back(VT->getNumElements()); 827 unsigned NumElts = Str->getNumElements(); [all...] |
| ValueEnumerator.cpp | 351 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i)
|
| /frameworks/compile/slang/BitWriter_3_2/ |
| ValueEnumerator.cpp | 351 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i)
|
| /external/clang/include/clang/AST/ |
| ExprObjC.h | 170 /// getNumElements - Return number of elements of objective-c array literal. 171 unsigned getNumElements() const { return NumElements; } 303 /// getNumElements - Return number of elements of objective-c dictionary 305 unsigned getNumElements() const { return NumElements; } [all...] |
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| BasicObjCFoundationChecks.cpp | 324 unsigned NumOfElements = AL->getNumElements(); 332 unsigned NumOfElements = DL->getNumElements(); [all...] |
| /external/llvm/lib/Analysis/ |
| ValueTracking.cpp | 265 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) { [all...] |
| /external/llvm/lib/Target/CppBackend/ |
| CPPBackend.cpp | 646 << ", " << utostr(AT->getNumElements()) << ");"; 672 << ", " << utostr(PT->getNumElements()) << ");"; 810 for (unsigned i = 0; i != CDS->getNumElements(); ++i) { [all...] |
| /external/clang/lib/AST/ |
| ASTDiagnostic.cpp | 239 const char *Values = VTy->getNumElements() > 1 ? "values" : "value"; 240 OS << "'" << S << "' (vector of " << VTy->getNumElements() << " '" [all...] |