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

1 2 34 5 6 7 8

  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 176 return AT && (AT->getNumElements() == 0);
XCoreAsmPrinter.cpp 104 MCConstantExpr::Create(ATy->getNumElements(),
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 173 for (unsigned i = 0, e = STy->getNumElements(); i < e; ++i)
GlobalOpt.cpp 412 uint64_t NumElements = AT->getNumElements();
433 NumElements = SubArrayTy->getNumElements();
435 NumElements = SubVectorTy->getNumElements();
490 NewGlobals.reserve(STy->getNumElements());
492 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
514 NumElements = ATy->getNumElements();
516 NumElements = cast<VectorType>(STy)->getNumElements();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 44 if (STy->getNumElements() == 1)
49 if (ATy->getNumElements() == 1)
563 cast<VectorType>(II->getArgOperand(0)->getType())->getNumElements();
637 unsigned VWidth = VT->getNumElements();
656 cast<VectorType>(II->getArgOperand(0)->getType())->getNumElements();
751 unsigned Size = SelectorType->getNumElements();
782 unsigned Size = cast<VectorType>(V->getType())->getNumElements();
    [all...]
InstructionCombining.cpp 706 if (SrcTy && SrcTy->getNumElements() != DestTy->getNumElements())
    [all...]
InstCombineSimplifyDemanded.cpp 418 if (DstVTy->getNumElements() != SrcVTy->getNumElements())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
DwarfUnit.cpp 697 for (unsigned i = 0, N = Fields.getNumElements(); i < N; ++i) {
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 539 << T->getNumElements() << "))) ";
544 T->getNumElements() << "))) ";
551 << T->getNumElements()
571 OS << T->getNumElements();
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 226 AT->getNumElements() != 0 &&
230 NextFieldOffsetInChars -= CharUnits::fromQuantity(AT->getNumElements());
234 AppendPadding(CharUnits::fromQuantity(AT->getNumElements()-1));
731 unsigned NumElements = AType->getNumElements();
    [all...]
CGExprScalar.cpp 754 unsigned NumElements = cast<llvm::VectorType>(DstTy)->getNumElements();
    [all...]
CGCall.cpp 665 if (SrcSTy->getNumElements() == 0) return SrcPtr;
    [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 67 unsigned NumSrcElts = VTy->getNumElements();
116 unsigned NumDstElt = DestVTy->getNumElements();
334 if (Index == CS->getType()->getNumElements())
360 NumElts = AT->getNumElements();
    [all...]
Lint.cpp 531 for (unsigned I = 0, N = VecTy->getNumElements(); I != N; ++I) {
591 Assert1(CI->getValue().ult(I.getVectorOperandType()->getNumElements()),
599 Assert1(CI->getValue().ult(I.getType()->getNumElements()),
  /external/clang/include/clang/AST/
CanonicalType.h 532 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
538 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
  /external/llvm/lib/IR/
AutoUpgrade.cpp 183 if (!OldTy || OldTy->getNumElements() != 2)
211 assert(Initializers.size() == ATy->getNumElements());
  /external/deqp/framework/randomshaders/
rsgShaderGenerator.cpp 144 for (int elemNdx = 0; elemNdx < valueRange.getType().getNumElements(); elemNdx++)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapNavigationTester.java 55 getSubjectGenerator().getCollectionSize().getNumElements()));
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 593 unsigned int elemNum = STy->getNumElements();
612 unsigned int elemNum = VTy->getNumElements();
907 elemNum = CDV->getNumElements();
911 elemNum = VTy->getNumElements()
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 458 TypeVals.push_back(AT->getNumElements());
467 TypeVals.push_back(VT->getNumElements());
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 326 TypeVals.push_back(AT->getNumElements());
335 TypeVals.push_back(VT->getNumElements());
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 489 for (unsigned i = 0, e = SPs.getNumElements(); i != e; ++i) {
572 for (unsigned i = 0, e = SPs.getNumElements(); i != e; ++i) {
871 cast<ArrayType>(GV->getType()->getElementType())->getNumElements();
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 1691 milliseconds

1 2 34 5 6 7 8