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

1 2 3 4 56 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 116 unsigned NumElements = ATy->getNumElements();
122 unsigned NumElements = STy->getNumElements();
554 getNumElements() != Other->getNumElements())
598 return CU->getZExtValue() < STy->getNumElements();
608 return Idx < STy->getNumElements();
Verifier.cpp 443 Assert1(STy && STy->getNumElements() == 2 &&
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 711 for (unsigned i = 0, e = ST->getNumElements(); i != e; ++i) {
723 for (unsigned i = 0, e = AT->getNumElements(); i != e; ++i) {
    [all...]
SCCP.cpp 246 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i)
306 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i)
403 assert(i < cast<StructType>(V->getType())->getNumElements() &&
790 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i)
854 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
SCCP.cpp 247 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i)
277 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
312 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i)
410 assert(i < cast<StructType>(V->getType())->getNumElements() &&
752 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i)
822 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 374 uint64_t NumElements = AT->getNumElements();
395 NumElements = SubArrayTy->getNumElements();
397 NumElements = SubVectorTy->getNumElements();
451 NewGlobals.reserve(STy->getNumElements());
453 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
477 NumElements = ATy->getNumElements();
479 NumElements = cast<VectorType>(STy)->getNumElements();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 376 for (unsigned i = 0, N = Fields.getNumElements(); i < N; ++i) {
552 for (unsigned i = 0, e = TParams.getNumElements(); i != e; ++i) {
651 for (unsigned i = 0, e = Args.getNumElements(); i != e; ++i) {
728 for (unsigned i = 0, N = Elements.getNumElements(); i < N; ++i) {
746 for (unsigned i = 1, N = Elements.getNumElements(); i < N; ++i) {
770 unsigned N = Elements.getNumElements();
    [all...]
  /external/clang/lib/CodeGen/
SwiftCallingConv.cpp 320 CharUnits eltSize = (end - begin) / vecTy->getNumElements();
322 for (unsigned i = 0, e = vecTy->getNumElements(); i != e; ++i) {
635 vectorTy->getNumElements());
648 auto numElts = vectorTy->getNumElements();
670 auto numElts = origVectorTy->getNumElements();
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 90 const int numComps = type.getNumElements();
92 TCU_CHECK_INTERNAL(type.getBaseType() == rsg::VariableType::TYPE_FLOAT && de::inRange(type.getNumElements(), 1, 4));
336 switch (value.getType().getNumElements())
350 switch (value.getType().getNumElements())
542 const int numComponents = varType.getNumElements();
glsRandomShaderCase.cpp 80 , m_vertices (input->getVariable()->getType().getNumElements() * numVertices)
161 int numComponents = input->getVariable()->getType().getNumElements();
379 switch (value.getType().getNumElements())
393 switch (value.getType().getNumElements())
424 int numElements = value.getType().getNumElements();
  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 729 Chain.size() * VecStoreTy->getNumElements());
777 unsigned VecWidth = VecStoreTy->getNumElements();
780 for (unsigned J = 0, NE = VecStoreTy->getNumElements(); J != NE; ++J) {
883 Chain.size() * VecLoadTy->getNumElements());
940 unsigned VecWidth = VecLoadTy->getNumElements();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
MergeFunctions.cpp 244 if (STy1->getNumElements() != STy2->getNumElements())
250 for (unsigned i = 0, e = STy1->getNumElements(); i != e; ++i) {
277 return ATy1->getNumElements() == ATy2->getNumElements() &&
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 407 if (DstVTy->getNumElements() != SrcVTy->getNumElements())
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp 76 if (ET->getNumElements() != VT->getNumElements())
    [all...]
AutoUpgrade.cpp 702 unsigned NumDstElts = DstTy->getNumElements();
703 if (NumDstElts < SrcTy->getNumElements()) {
    [all...]
  /external/deqp/framework/randomshaders/
rsgBuiltinFunctions.hpp 69 for (int ndx = 0; ndx < m_inValueRange.getType().getNumElements(); ndx++)
110 for (int elemNdx = 0; elemNdx < m_inValueRange.getType().getNumElements(); elemNdx++)
134 for (int elemNdx = 0; elemNdx < valueRange.getType().getNumElements(); elemNdx++)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp 673 if (AV->getType()->getNumElements() != BV->getType()->getNumElements())
675 for (unsigned i = 0, e = AV->getType()->getNumElements(); i != e; ++i)
  /external/clang/lib/AST/
TypePrinter.cpp 557 << T->getNumElements() << "))) ";
562 T->getNumElements() << "))) ";
569 << T->getNumElements()
589 OS << T->getNumElements();
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 459 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
465 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXAsmPrinter.cpp 333 unsigned numElements = arrayTy->getNumElements();
340 numElements *= arrayTy->getNumElements();
  /frameworks/compile/slang/
slang_rs_export_type.cpp 224 unsigned numElements = EVT->getNumElements();
395 if (EVT->getNumElements() < 2 || EVT->getNumElements() > 4)
642 EVT->getNumElements() == 3 &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 459 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
465 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 459 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)
465 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumElements)

Completed in 1279 milliseconds

1 2 3 4 56 7 8 91011>>