Home
last modified time | relevance | path

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

123

/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp9.cpp10 const unsigned NumElements = 17; variable
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp58 DefinedOrUnknownSVal NumElements in checkLocation() local
H A DReturnPointerRangeChecker.cpp58 DefinedOrUnknownSVal NumElements in checkPreStmt() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DValueTypes.cpp36 unsigned NumElements) { in getExtendedVectorVT()
H A 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()
H A DConstantFold.cpp1977 uint64_t NumElements = 0; in isIndexInRangeOfSequentialType() local
2145 uint64_t NumElements = 0; in ConstantFoldGetElementPtrImpl() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DSmallPtrSet.h61 unsigned NumElements; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h143 unsigned NumElements; variable
151 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h336 uint64_t NumElements; variable
362 unsigned NumElements; variable
H A DDataLayout.h470 unsigned NumElements; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/Utils/
H A DX86ShuffleDecode.cpp275 int NumElements = MaskTy->getVectorNumElements(); in DecodePSHUFBMask() local
328 int NumElements = VT.getVectorNumElements(); in DecodeBLENDMask() local
354 int NumElements = MaskTy->getVectorNumElements(); in DecodeVPERMILPMask() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp747 unsigned NumElements = AType->getNumElements(); in EmitArrayInitialization() local
1212 unsigned NumElements = Value.getArraySize(); in EmitConstantValue() local
1405 unsigned NumElements = CAT->getSize().getZExtValue(); in EmitNullConstant() local
H A DCGCXXABI.cpp192 llvm::Value *NumElements, in InitializeArrayCookie()
H A DCGExprCXX.cpp785 llvm::Value *NumElements, in EmitNewArrayInitializer()
1017 llvm::Value *NumElements, in EmitNewInitializer()
1490 llvm::Value *NumElements; member
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp778 int NumElements = VT.getVectorNumElements(); in ExpandANY_EXTEND_VECTOR_INREG() local
825 int NumElements = VT.getVectorNumElements(); in ExpandZERO_EXTEND_VECTOR_INREG() local
H A DLegalizeTypesGeneric.cpp315 void DAGTypeLegalizer::IntegerToVector(SDValue Op, unsigned NumElements, in IntegerToVector()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1945 uint64_t NumElements = EndIndex - BeginIndex; in isVectorPromotionViableForSlice() local
2283 unsigned NumElements = EndIndex - BeginIndex; in extractVector() local
2637 unsigned NumElements = EndIndex - BeginIndex; in rewriteVectorizedStoreInst() local
2754 Value *getVectorSplat(Value *V, unsigned NumElements) { in getVectorSplat()
2815 unsigned NumElements = EndIndex - BeginIndex; in visitMemSetInst() local
2974 unsigned NumElements = EndIndex - BeginIndex; in visitMemTransferInst() local
3405 uint64_t NumElements = Size / ElementSize; in getTypePartition() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineValueType.h516 static MVT getVectorVT(MVT VT, unsigned NumElements) { in getVectorVT()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp413 uint64_t NumElements = AT->getNumElements(); in IsUserOfGlobalSafeForSRA() local
432 uint64_t NumElements; in IsUserOfGlobalSafeForSRA() local
513 unsigned NumElements = 0; in SRAGlobal() local
1540 Value *NumElements = ConstantInt::get(IntPtrTy, AT->getNumElements()); in TryToOptimizeStoreOfMallocToGlobal() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIISelLowering.cpp454 unsigned NumElements = ParamType->getVectorNumElements(); in LowerFormalArguments() local
572 unsigned NumElements = ParamType->getVectorNumElements(); in LowerFormalArguments() local
982 unsigned NumElements = Op.getValueType().getVectorNumElements(); in LowerLOAD() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1221 for (int i = 0, NumElements = CDS->getNumElements(); i < NumElements; ++i) { in EmitInstruction() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp181 unsigned NumElements; member
1579 CreateVectorList(unsigned RegNum, unsigned Count, unsigned NumElements, in CreateVectorList()
1828 static void parseValidVectorKind(StringRef Name, unsigned &NumElements, in parseValidVectorKind()
2887 unsigned NumElements = 0; in parseVectorList() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp405 uint64_t NumElements = Context.getConstantArrayElementCount(AT); in CanPlaceFieldSubobjectAtOffset() local
502 uint64_t NumElements = Context.getConstantArrayElementCount(AT); in UpdateEmptyFieldSubobjects() local
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp933 unsigned NumElements = Record[Idx++]; in VisitObjCArrayLiteral() local
944 unsigned NumElements = Record[Idx++]; in VisitObjCDictionaryLiteral() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp119 Value *NumElements = // See if the array size is a decomposable linear expr. in PromoteCastOfAllocation() local

123