/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
H A D | p9.cpp | 10 const unsigned NumElements = 17; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundChecker.cpp | 58 DefinedOrUnknownSVal NumElements in checkLocation() local
|
H A D | ReturnPointerRangeChecker.cpp | 58 DefinedOrUnknownSVal NumElements in checkPreStmt() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | ValueTypes.cpp | 36 unsigned NumElements) { in getExtendedVectorVT()
|
H A D | Type.cpp | 105 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 D | ConstantFold.cpp | 1977 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 D | SmallPtrSet.h | 61 unsigned NumElements; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | ExprObjC.h | 143 unsigned NumElements; variable 151 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 336 uint64_t NumElements; variable 362 unsigned NumElements; variable
|
H A D | DataLayout.h | 470 unsigned NumElements; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/Utils/ |
H A D | X86ShuffleDecode.cpp | 275 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 D | CGExprConstant.cpp | 747 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 D | CGCXXABI.cpp | 192 llvm::Value *NumElements, in InitializeArrayCookie()
|
H A D | CGExprCXX.cpp | 785 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 D | LegalizeVectorOps.cpp | 778 int NumElements = VT.getVectorNumElements(); in ExpandANY_EXTEND_VECTOR_INREG() local 825 int NumElements = VT.getVectorNumElements(); in ExpandZERO_EXTEND_VECTOR_INREG() local
|
H A D | LegalizeTypesGeneric.cpp | 315 void DAGTypeLegalizer::IntegerToVector(SDValue Op, unsigned NumElements, in IntegerToVector()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 1945 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 D | MachineValueType.h | 516 static MVT getVectorVT(MVT VT, unsigned NumElements) { in getVectorVT()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 413 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 D | SIISelLowering.cpp | 454 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 D | X86MCInstLower.cpp | 1221 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 D | AArch64AsmParser.cpp | 181 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 D | RecordLayoutBuilder.cpp | 405 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 D | ASTReaderStmt.cpp | 933 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 D | InstCombineCasts.cpp | 119 Value *NumElements = // See if the array size is a decomposable linear expr. in PromoteCastOfAllocation() local
|