| /freebsd-12.1/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dspkginit.c | 205 UINT32 ElementCount, in AcpiDsBuildInternalPackageObj() argument 269 ((ACPI_SIZE) ElementCount + 1) * sizeof (void *)); in AcpiDsBuildInternalPackageObj() 277 ObjDesc->Package.Count = ElementCount; in AcpiDsBuildInternalPackageObj() 307 for (i = 0; Arg && (i < ElementCount); i++) in AcpiDsBuildInternalPackageObj() 435 i, ElementCount)); in AcpiDsBuildInternalPackageObj() 437 else if (i < ElementCount) in AcpiDsBuildInternalPackageObj() 449 ACPI_GET_FUNCTION_NAME, i, ElementCount)); in AcpiDsBuildInternalPackageObj()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | MachineValueType.h | 245 class ElementCount { 250 ElementCount(unsigned Min, bool Scalable) in ElementCount() function 253 ElementCount operator*(unsigned RHS) { 257 ElementCount& operator*=(unsigned RHS) { 262 ElementCount operator/(unsigned RHS) { 266 ElementCount& operator/=(unsigned RHS) { 271 bool operator==(const ElementCount& RHS) { 620 MVT::ElementCount getVectorElementCount() const { in getVectorElementCount() 978 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) { in getVectorVT()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsrepair2.c | 785 UINT32 ElementCount; in AcpiNsRepair_PRT() local 792 ElementCount = PackageObject->Package.Count; in AcpiNsRepair_PRT() 796 for (Index = 0; Index < ElementCount; Index++, TopObjectList++) in AcpiNsRepair_PRT()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | ValueTypes.h | 85 static EVT getVectorVT(LLVMContext &Context, EVT VT, MVT::ElementCount EC) { in getVectorVT() 281 MVT::ElementCount getVectorElementCount() const { in getVectorElementCount()
|
| /freebsd-12.1/contrib/llvm/include/llvm-c/ |
| H A D | Core.h | 1269 unsigned ElementCount, LLVMBool Packed); 1276 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount, 1299 unsigned ElementCount, LLVMBool Packed); 1392 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount); 1431 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Core.cpp | 663 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext() argument 664 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext() 669 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType() argument 671 ElementCount, Packed); in LLVMStructType() 688 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody() argument 689 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody() 735 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType() argument 736 return wrap(ArrayType::get(unwrap(ElementType), ElementCount)); in LLVMArrayType() 743 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType() argument 744 return wrap(VectorType::get(unwrap(ElementType), ElementCount)); in LLVMVectorType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 1117 SVal ElementCount; in addExtentSize() local 1121 ElementCount = C.getSVal(SizeExpr); in addExtentSize() 1129 ElementCount = svalBuilder.makeIntVal(1, true); in addExtentSize() 1139 if (ElementCount.getAs<NonLoc>()) { in addExtentSize() 1143 State, BO_Mul, ElementCount.castAs<NonLoc>(), in addExtentSize()
|
| /freebsd-12.1/sys/dev/hptnr/ |
| H A D | hptintf.h | 656 HPT_U32 ElementCount; member
|
| /freebsd-12.1/sys/dev/hpt27xx/ |
| H A D | hptintf.h | 660 HPT_U32 ElementCount; member
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 5540 uint64_t ElementCount = 1; in getConstantArrayElementCount() local 5542 ElementCount *= CA->getSize().getZExtValue(); in getConstantArrayElementCount() 5546 return ElementCount; in getConstantArrayElementCount()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 10066 unsigned ElementCount = SrcVT.getVectorNumElements(); in performExtendCombine() local 10067 SrcVT = MVT::getVectorVT(MVT::getIntegerVT(SrcEltSize * 2), ElementCount); in performExtendCombine()
|