HomeSort by relevance Sort by last modified time
    Searched refs:getNumElements (Results 51 - 75 of 136) sorted by null

1 23 4 5 6

  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 172 for (unsigned i = 0, e = STy->getNumElements(); i < e; ++i)
GlobalOpt.cpp 599 uint64_t NumElements = AT->getNumElements();
620 NumElements = SubArrayTy->getNumElements();
622 NumElements = SubVectorTy->getNumElements();
677 NewGlobals.reserve(STy->getNumElements());
679 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
701 NumElements = ATy->getNumElements();
703 NumElements = cast<VectorType>(STy)->getNumElements();
    [all...]
  /external/llvm/lib/VMCore/
InlineAsm.cpp 287 if (STy == 0 || STy->getNumElements() != NumOutputs)
Value.cpp 438 if (CI->getZExtValue() >= ATy->getNumElements())
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 403 if (DstVTy->getNumElements() != SrcVTy->getNumElements())
    [all...]
InstCombineCalls.cpp 85 if (STy->getNumElements() == 1)
90 if (ATy->getNumElements() == 1)
515 cast<VectorType>(II->getArgOperand(0)->getType())->getNumElements();
535 cast<VectorType>(II->getArgOperand(0)->getType())->getNumElements();
643 for (unsigned i = 0; i < VT->getNumElements(); ++i) {
    [all...]
InstructionCombining.cpp 583 if (SrcTy && SrcTy->getNumElements() != DestTy->getNumElements())
    [all...]
InstCombineLoadStoreAlloca.cpp 315 if (ASrcTy->getNumElements() != 0) {
489 if (!STy->getNumElements()) /* Struct can be empty {} */
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 605 unsigned NumElements = cast<llvm::VectorType>(DstTy)->getNumElements();
707 unsigned LHSElts = LTy->getNumElements();
741 Value *MaskBits = llvm::ConstantVector::getSplat(MTy->getNumElements(),
752 MTy->getNumElements());
754 for (unsigned i = 0, e = MTy->getNumElements(); i != e; ++i) {
781 if (VTy->getNumElements() == 3 && Idx > 3)
861 unsigned ResElts = VType->getNumElements();
    [all...]
CGExprConstant.cpp 247 AT->getNumElements() != 0 &&
251 NextFieldOffsetInChars -= CharUnits::fromQuantity(AT->getNumElements());
255 AppendPadding(CharUnits::fromQuantity(AT->getNumElements()-1));
771 unsigned NumElements = AType->getNumElements();
    [all...]
CGCall.cpp 584 if (SrcSTy->getNumElements() == 0) return SrcPtr;
711 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
    [all...]
CGBuiltin.cpp     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 521 << T->getNumElements() << "))) ";
526 T->getNumElements() << "))) ";
533 << T->getNumElements()
553 OS << T->getNumElements();
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 578 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
584 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
  /external/llvm/include/llvm/Support/
IntegersSubset.h 465 return cast<ArrayType>(C->getType())->getNumElements();
471 unsigned NumEls = cast<VectorType>(CV->getType())->getNumElements();
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapNavigationTester.java 55 getSubjectGenerator().getCollectionSize().getNumElements()));
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 100 OutStreamer.EmitRawText(".globound," + Twine(ATy->getNumElements()));
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 380 for (unsigned i = 0, e = SPs.getNumElements(); i != e; ++i) {
429 for (unsigned i = 0, e = SPs.getNumElements(); i != e; ++i) {
665 cast<ArrayType>(GV->getType()->getElementType())->getNumElements();
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 61 unsigned NumSrcElts = CDV->getType()->getNumElements();
108 unsigned NumDstElt = DestVTy->getNumElements();
332 if (Index == CS->getType()->getNumElements())
358 NumElts = AT->getNumElements();
360 NumElts = cast<VectorType>(C->getType())->getNumElements();
    [all...]
Lint.cpp 529 Assert1(CI->getValue().ult(I.getVectorOperandType()->getNumElements()),
537 Assert1(CI->getValue().ult(I.getType()->getNumElements()),
ValueTracking.cpp 266 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 328 TypeVals.push_back(AT->getNumElements());
337 TypeVals.push_back(VT->getNumElements());
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 428 for(unsigned i = 1; i < ((llvm::VectorType*)type)->getNumElements(); ++i)
    [all...]

Completed in 2852 milliseconds

1 23 4 5 6