Home
last modified time | relevance | path

Searched defs:NumElements (Results 1 – 25 of 51) sorted by relevance

123

/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp9.cpp10 const unsigned NumElements = 17; variable
/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundChecker.cpp58 DefinedOrUnknownSVal NumElements in checkLocation() local
DReturnPointerRangeChecker.cpp58 DefinedOrUnknownSVal NumElements in checkPreStmt() local
/external/clang/include/clang/AST/
DExprObjC.h134 unsigned NumElements; variable
142 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
/external/ceres-solver/include/ceres/
Dordered_groups.h166 int NumElements() const { in NumElements() function
/external/llvm/lib/IR/
DType.cpp101 unsigned NumElements = ATy->getNumElements(); in isEmptyTy() local
107 unsigned NumElements = STy->getNumElements(); in isEmptyTy() local
427 unsigned NumElements = Elements.size(); in setBody() local
676 ArrayType *ArrayType::get(Type *elementType, uint64_t NumElements) { in get()
703 VectorType *VectorType::get(Type *elementType, unsigned NumElements) { in get()
DValueTypes.cpp36 unsigned NumElements) { in getExtendedVectorVT()
DConstantFold.cpp1936 uint64_t NumElements = 0; in isIndexInRangeOfSequentialType() local
2104 uint64_t NumElements = 0; in ConstantFoldGetElementPtrImpl() local
/external/llvm/include/llvm/IR/
DDerivedTypes.h333 uint64_t NumElements; variable
359 unsigned NumElements; variable
DDataLayout.h484 unsigned NumElements; variable
/external/llvm/include/llvm/ADT/
DSmallPtrSet.h60 unsigned NumElements; variable
/external/clang/lib/CodeGen/
DCGExprConstant.cpp731 unsigned NumElements = AType->getNumElements(); in EmitArrayInitialization() local
1170 unsigned NumElements = Value.getArraySize(); in EmitConstantValue() local
1456 unsigned NumElements = CAT->getSize().getZExtValue(); in EmitNullConstant() local
DCGExprCXX.cpp755 llvm::Value *NumElements, in EmitNewArrayInitializer()
988 llvm::Value *NumElements, in EmitNewInitializer()
1474 llvm::Value *NumElements; member
DCGCXXABI.cpp192 llvm::Value *NumElements, in InitializeArrayCookie()
DCGExprScalar.cpp754 unsigned NumElements = cast<llvm::VectorType>(DstTy)->getNumElements(); in EmitScalarConversion() local
1462 unsigned NumElements = cast<llvm::VectorType>(DstTy)->getNumElements(); in VisitCastExpr() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1642 uint64_t NumElements = EndIndex - BeginIndex; in isVectorPromotionViableForSlice() local
1909 unsigned NumElements = EndIndex - BeginIndex; in extractVector() local
2263 unsigned NumElements = EndIndex - BeginIndex; in rewriteVectorizedStoreInst() local
2382 Value *getVectorSplat(Value *V, unsigned NumElements) { in getVectorSplat()
2443 unsigned NumElements = EndIndex - BeginIndex; in visitMemSetInst() local
2601 unsigned NumElements = EndIndex - BeginIndex; in visitMemTransferInst() local
3033 uint64_t NumElements = Size / ElementSize; in getTypePartition() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp745 int NumElements = VT.getVectorNumElements(); in ExpandANY_EXTEND_VECTOR_INREG() local
792 int NumElements = VT.getVectorNumElements(); in ExpandZERO_EXTEND_VECTOR_INREG() local
DLegalizeTypesGeneric.cpp315 void DAGTypeLegalizer::IntegerToVector(SDValue Op, unsigned NumElements, in IntegerToVector()
/external/llvm/include/llvm/CodeGen/
DMachineValueType.h505 static MVT getVectorVT(MVT VT, unsigned NumElements) { in getVectorVT()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp412 uint64_t NumElements = AT->getNumElements(); in IsUserOfGlobalSafeForSRA() local
431 uint64_t NumElements; in IsUserOfGlobalSafeForSRA() local
512 unsigned NumElements = 0; in SRAGlobal() local
1541 Value *NumElements = ConstantInt::get(IntPtrTy, AT->getNumElements()); in TryToOptimizeStoreOfMallocToGlobal() local
/external/llvm/lib/Target/R600/
DSIISelLowering.cpp352 unsigned NumElements = ParamType->getVectorNumElements(); in LowerFormalArguments() local
433 unsigned NumElements = ParamType->getVectorNumElements(); in LowerFormalArguments() local
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp180 unsigned NumElements; member
1598 CreateVectorList(unsigned RegNum, unsigned Count, unsigned NumElements, in CreateVectorList()
1847 static void parseValidVectorKind(StringRef Name, unsigned &NumElements, in parseValidVectorKind()
2888 unsigned NumElements = 0; in parseVectorList() local
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp407 uint64_t NumElements = Context.getConstantArrayElementCount(AT); in CanPlaceFieldSubobjectAtOffset() local
504 uint64_t NumElements = Context.getConstantArrayElementCount(AT); in UpdateEmptyFieldSubobjects() local
/external/clang/lib/Serialization/
DASTReaderStmt.cpp932 unsigned NumElements = Record[Idx++]; in VisitObjCArrayLiteral() local
943 unsigned NumElements = Record[Idx++]; in VisitObjCDictionaryLiteral() local
/external/llvm/lib/Linker/
DLinkModules.cpp1128 unsigned NumElements = cast<ArrayType>(C->getType())->getNumElements(); in getArrayElements() local

123