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

12 3

  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 412 uint64_t NumElements = AT->getNumElements();
418 if (Idx->getZExtValue() >= NumElements)
431 uint64_t NumElements;
433 NumElements = SubArrayTy->getNumElements();
435 NumElements = SubVectorTy->getNumElements();
443 if (!IdxVal || IdxVal->getZExtValue() >= NumElements)
512 unsigned NumElements = 0;
514 NumElements = ATy->getNumElements();
516 NumElements = cast<VectorType>(STy)->getNumElements();
518 if (NumElements > 16 && GV->hasNUsesOrMore(16)
    [all...]
  /external/clang/lib/AST/
Type.cpp 78 const llvm::APInt &NumElements) {
88 return NumElements.getActiveBits() + llvm::Log2_64(ElementSize);
93 if ((ElementSize >> 32) == 0 && NumElements.getBitWidth() <= 64 &&
94 (NumElements.getZExtValue() >> 32) == 0) {
95 uint64_t TotalSize = NumElements.getZExtValue() * ElementSize;
100 llvm::APSInt SizeExtended(NumElements, true);
180 VectorTypeBits.NumElements = nElements;
192 VectorTypeBits.NumElements = nElements;
    [all...]
Expr.cpp     [all...]
RecordLayoutBuilder.cpp 407 uint64_t NumElements = Context.getConstantArrayElementCount(AT);
409 for (uint64_t I = 0; I != NumElements; ++I) {
504 uint64_t NumElements = Context.getConstantArrayElementCount(AT);
507 for (uint64_t I = 0; I != NumElements; ++I) {
    [all...]
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 192 llvm::Value *NumElements,
221 llvm::Value *&numElements,
231 numElements = nullptr;
239 numElements = readArrayCookieImpl(CGF, allocPtr, cookieSize);
TargetInfo.cpp     [all...]
CodeGenModule.cpp     [all...]
CGExprScalar.cpp 754 unsigned NumElements = cast<llvm::VectorType>(DstTy)->getNumElements();
755 return Builder.CreateVectorSplat(NumElements, Elt, "splat");
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 352 unsigned NumElements = ParamType->getVectorNumElements();
354 for (unsigned j = 0; j != NumElements; ++j) {
433 unsigned NumElements = ParamType->getVectorNumElements();
437 for (unsigned j = 1; j != NumElements; ++j) {
444 NumElements = Arg.VT.getVectorNumElements() - NumElements;
445 for (unsigned j = 0; j != NumElements; ++j)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11.idl 110 UINT NumElements;
124 UINT NumElements;
132 UINT NumElements;
139 UINT NumElements;
    [all...]
d3d10_1.h 832 UINT NumElements,
    [all...]
d3d11.h 275 UINT NumElements;
285 UINT NumElements;
291 UINT NumElements;
296 UINT NumElements;
    [all...]
  /external/chromium_org/v8/src/
utils.h 870 template<typename ElementType, int NumElements>
875 int length() const { return NumElements; }
886 ElementType elems_[NumElements];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11.idl     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11.idl     [all...]
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 899 unsigned NumElements = std::min(
901 for (unsigned i = 0; i < NumElements; i++) {
    [all...]
slang_rs_reflection.cpp 515 unsigned NumElements = std::min(
517 for (unsigned i = 0; i < NumElements; i++) {
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 569 unsigned NumElements = NumInits;
573 NumElements = CAType->getSize().getZExtValue();
578 NumElements = VType->getNumElements();
584 for (unsigned Init = 0; Init != NumElements; ++Init) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 932 unsigned NumElements = Record[Idx++];
933 assert(NumElements == E->getNumElements() && "Wrong number of elements");
935 for (unsigned I = 0, N = NumElements; I != N; ++I)
943 unsigned NumElements = Record[Idx++];
944 assert(NumElements == E->getNumElements() && "Wrong number of elements");
949 for (unsigned I = 0; I != NumElements; ++I) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 119 Value *NumElements = // See if the array size is a decomposable linear expr.
130 Amt = NumElements;
134 Amt = AllocaBuilder.CreateMul(Amt, NumElements);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/ceres-solver/internal/ceres/
solver_impl.cc 603 if (options.linear_solver_ordering->NumElements() !=
    [all...]

Completed in 870 milliseconds

12 3