Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDTypeSize.h301 constexpr ElementCount(ScalarTy MinVal, bool Scalable) in ElementCount() function
304 constexpr ElementCount( in ElementCount() function
305 const FixedOrScalableQuantity<ElementCount, unsigned> &V) in ElementCount()
309 constexpr ElementCount() : FixedOrScalableQuantity() {} in ElementCount() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDDXILResource.cpp67 ElementType ElementTy, uint32_t ElementCount, in SRV()
99 uint32_t ElementCount, in Texture2DMS()
111 ElementType ElementTy, uint32_t ElementCount, uint32_t SampleCount) { in Texture2DMSArray()
122 ElementType ElementTy, uint32_t ElementCount, in UAV()
167 ElementType ElementTy, uint32_t ElementCount, in RWTexture2DMS()
183 ElementType ElementTy, uint32_t ElementCount, in RWTexture2DMSArray()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMContextImpl.h63 class ElementCount; variable
HDCore.cpp793 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext()
799 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType()
818 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody()
868 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType()
872 LLVMTypeRef LLVMArrayType2(LLVMTypeRef ElementType, uint64_t ElementCount) { in LLVMArrayType2()
884 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType()
889 unsigned ElementCount) { in LLVMScalableVectorType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDArrayBoundChecker.cpp58 DefinedOrUnknownSVal ElementCount = getDynamicElementCount( in checkLocation() local
HDReturnPointerRangeChecker.cpp65 DefinedOrUnknownSVal ElementCount = getDynamicElementCount( in checkPreStmt() local
HDUndefResultChecker.cpp54 DefinedOrUnknownSVal ElementCount = getDynamicElementCount( in isArrayIndexOutOfBounds() local
HDCheckPlacementNew.cpp82 SVal ElementCount = C.getSVal(SizeExpr); in getExtentSizeOfNewTarget() local
HDExprInspectionChecker.cpp361 DefinedOrUnknownSVal ElementCount = getDynamicElementCountWithOffset( in analyzerDumpElementCount() local
HDStreamChecker.cpp823 int64_t ElementCount) { in escapeByStartIndexAndCount()
/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
HDdspkginit.c205 UINT32 ElementCount, in AcpiDsBuildInternalPackageObj()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTensorSpec.h110 size_t ElementCount = 0; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDDynamicExtent.cpp65 auto ElementCount = in getDynamicElementCount() local
HDExprEngineCallAndReturn.cpp214 auto ElementCount = in getElementCountOfArrayBeingDestructed() local
802 SVal ElementCount; in bindReturnValue() local
HDExprEngine.cpp1265 auto ElementCount = getDynamicElementCount(State, Region, svalBuilder, Ty); in prepareStateForArrayDestruction() local
1365 SVal ElementCount; in ProcessAutomaticObjDtor() local
1448 SVal ElementCount; in ProcessDeleteDtor() local
1521 SVal ElementCount; in ProcessMemberDtor() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
HDMPIChecker.cpp164 DefinedOrUnknownSVal ElementCount = getDynamicElementCount( in allRegionsUsedByWait() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDDXILResource.h56 uint32_t ElementCount; member
/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
HDnsrepair2.c778 UINT32 ElementCount; in AcpiNsRepair_PRT() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaHLSL.cpp65 if (unsigned ElementCount = AT->getSize().getZExtValue()) { in calculateLegacyCbufferSize() local
72 unsigned ElementCount = VT->getNumElements(); in calculateLegacyCbufferSize() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDDXContainer.cpp341 uint32_t ElementCount = InputCount + OutputCount + PatchOrPrimCount; in parse() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVBuiltins.cpp147 uint32_t ElementCount; member
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp7426 uint64_t ElementCount = 1; in getConstantArrayElementCount() local
7440 uint64_t ElementCount = 1; in getArrayInitLoopExprElementCount() local
/freebsd-13-stable/sys/dev/hpt27xx/
HDhptintf.h658 HPT_U32 ElementCount; member
/freebsd-13-stable/sys/dev/hptnr/
HDhptintf.h654 HPT_U32 ElementCount; member
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp810 unsigned ElementCount = Info.EC.getKnownMinValue(); in CreateType() local