Searched refs:ElementCount (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm-c/ |
D | Core.h | 949 unsigned ElementCount, LLVMBool Packed); 956 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount, 979 unsigned ElementCount, LLVMBool Packed); 1045 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount); 1084 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
|
/external/llvm/lib/IR/ |
D | Core.cpp | 417 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext() argument 418 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext() 423 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType() argument 425 ElementCount, Packed); in LLVMStructType() 442 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody() argument 443 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody() 472 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType() argument 473 return wrap(ArrayType::get(unwrap(ElementType), ElementCount)); in LLVMArrayType() 480 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType() argument 481 return wrap(VectorType::get(unwrap(ElementType), ElementCount)); in LLVMVectorType()
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmstypes.c | 4409 cmsUInt32Number ElementCount; in Type_MPE_Read() local 4424 if (!_cmsReadUInt32Number(io, &ElementCount)) return NULL; in Type_MPE_Read() 4426 if (!ReadPositionTable(self, io, ElementCount, BaseOffset, NewLUT, ReadMPEElem)) { in Type_MPE_Read()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 4404 uint64_t ElementCount = 1; in getConstantArrayElementCount() local 4406 ElementCount *= CA->getSize().getZExtValue(); in getConstantArrayElementCount() 4410 return ElementCount; in getConstantArrayElementCount()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7913 unsigned ElementCount = SrcVT.getVectorNumElements(); in performExtendCombine() local 7914 SrcVT = MVT::getVectorVT(MVT::getIntegerVT(SrcEltSize * 2), ElementCount); in performExtendCombine()
|