Home
last modified time | relevance | path

Searched defs:NumElements (Results 1 – 25 of 55) 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/llvm/lib/IR/
DType.cpp105 unsigned NumElements = ATy->getNumElements(); in isEmptyTy() local
111 unsigned NumElements = STy->getNumElements(); in isEmptyTy() local
429 unsigned NumElements = Elements.size(); in setBody() local
681 ArrayType *ArrayType::get(Type *elementType, uint64_t NumElements) { in get()
708 VectorType *VectorType::get(Type *elementType, unsigned NumElements) { in get()
DValueTypes.cpp36 unsigned NumElements) { in getExtendedVectorVT()
DConstantFold.cpp2000 uint64_t NumElements = 0; in isIndexInRangeOfSequentialType() local
2174 uint64_t NumElements = 0; in ConstantFoldGetElementPtrImpl() local
/external/clang/include/clang/AST/
DExprObjC.h143 unsigned NumElements; variable
151 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
/external/llvm/include/llvm/IR/
DDerivedTypes.h336 uint64_t NumElements; variable
362 unsigned NumElements; variable
DDataLayout.h476 unsigned NumElements; variable
/external/ceres-solver/include/ceres/
Dordered_groups.h166 int NumElements() const { in NumElements() function
/external/llvm/include/llvm/ADT/
DSmallPtrSet.h61 unsigned NumElements; variable
/external/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp289 int NumElements = MaskTy->getVectorNumElements(); in DecodePSHUFBMask() local
342 int NumElements = VT.getVectorNumElements(); in DecodeBLENDMask() local
368 int NumElements = MaskTy->getVectorNumElements(); in DecodeVPERMILPMask() local
/external/clang/lib/CodeGen/
DCGExprConstant.cpp752 unsigned NumElements = AType->getNumElements(); in EmitArrayInitialization() local
1217 unsigned NumElements = Value.getArraySize(); in EmitConstantValue() local
1410 unsigned NumElements = CAT->getSize().getZExtValue(); in EmitNullConstant() local
DCGCXXABI.cpp192 llvm::Value *NumElements, in InitializeArrayCookie()
DCGExprCXX.cpp789 llvm::Value *BeginPtr, llvm::Value *NumElements, in EmitNewArrayInitializer()
1022 llvm::Value *NewPtr, llvm::Value *NumElements, in EmitNewInitializer()
1494 llvm::Value *NumElements; member
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp785 int NumElements = VT.getVectorNumElements(); in ExpandANY_EXTEND_VECTOR_INREG() local
832 int NumElements = VT.getVectorNumElements(); in ExpandZERO_EXTEND_VECTOR_INREG() local
DLegalizeTypesGeneric.cpp318 void DAGTypeLegalizer::IntegerToVector(SDValue Op, unsigned NumElements, in IntegerToVector()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1951 uint64_t NumElements = EndIndex - BeginIndex; in isVectorPromotionViableForSlice() local
2289 unsigned NumElements = EndIndex - BeginIndex; in extractVector() local
2643 unsigned NumElements = EndIndex - BeginIndex; in rewriteVectorizedStoreInst() local
2760 Value *getVectorSplat(Value *V, unsigned NumElements) { in getVectorSplat()
2821 unsigned NumElements = EndIndex - BeginIndex; in visitMemSetInst() local
2980 unsigned NumElements = EndIndex - BeginIndex; in visitMemTransferInst() local
3412 uint64_t NumElements = Size / ElementSize; in getTypePartition() local
/external/llvm/include/llvm/CodeGen/
DMachineValueType.h522 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
1536 Value *NumElements = ConstantInt::get(IntPtrTy, AT->getNumElements()); in TryToOptimizeStoreOfMallocToGlobal() local
/external/llvm/lib/Target/R600/
DSIISelLowering.cpp444 unsigned NumElements = ParamType->getVectorNumElements(); in LowerFormalArguments() local
562 unsigned NumElements = ParamType->getVectorNumElements(); in LowerFormalArguments() local
987 unsigned NumElements = Op.getValueType().getVectorNumElements(); in LowerLOAD() local
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp1227 for (int i = 0, NumElements = CDS->getNumElements(); i < NumElements; ++i) { in EmitInstruction() local
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp180 unsigned NumElements; member
1552 CreateVectorList(unsigned RegNum, unsigned Count, unsigned NumElements, in CreateVectorList()
1812 static void parseValidVectorKind(StringRef Name, unsigned &NumElements, in parseValidVectorKind()
2905 unsigned NumElements = 0; in parseVectorList() local
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp451 uint64_t NumElements = Context.getConstantArrayElementCount(AT); in CanPlaceFieldSubobjectAtOffset() local
548 uint64_t NumElements = Context.getConstantArrayElementCount(AT); in UpdateEmptyFieldSubobjects() local
/external/clang/lib/Serialization/
DASTReaderStmt.cpp933 unsigned NumElements = Record[Idx++]; in VisitObjCArrayLiteral() local
944 unsigned NumElements = Record[Idx++]; in VisitObjCDictionaryLiteral() local

123