Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.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
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMTypes.h23 class ElementCount; variable
/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h63 class ElementCount; variable
H A DCore.cpp793 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext() argument
818 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody() argument
868 return wrap(ArrayType::get(unwrap(ElementType), ElementCount)); in LLVMArrayType() argument
872 return wrap(ArrayType::get(unwrap(ElementType), ElementCount)); in LLVMArrayType2() argument
799 LLVMStructType(LLVMTypeRef * ElementTypes,unsigned ElementCount,LLVMBool Packed) LLVMStructType() argument
884 LLVMVectorType(LLVMTypeRef ElementType,unsigned ElementCount) LLVMVectorType() argument
889 LLVMScalableVectorType(LLVMTypeRef ElementType,unsigned ElementCount) LLVMScalableVectorType() argument
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp58 DefinedOrUnknownSVal ElementCount = getDynamicElementCount( in checkLocation() local
H A DReturnPointerRangeChecker.cpp65 DefinedOrUnknownSVal ElementCount = getDynamicElementCount( in checkPreStmt() local
H A DUndefResultChecker.cpp54 DefinedOrUnknownSVal ElementCount = getDynamicElementCount( in isArrayIndexOutOfBounds() local
H A DCheckPlacementNew.cpp82 SVal ElementCount = C.getSVal(SizeExpr); in getExtentSizeOfNewTarget() local
H A DExprInspectionChecker.cpp361 DefinedOrUnknownSVal ElementCount = getDynamicElementCountWithOffset( in analyzerDumpElementCount() local
H A DStreamChecker.cpp823 escapeByStartIndexAndCount(ProgramStateRef State,const CallEvent & Call,unsigned BlockCount,const SubRegion * Buffer,QualType ElemType,int64_t StartIndex,int64_t ElementCount) escapeByStartIndexAndCount() argument
/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h110 size_t ElementCount = 0; variable
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicExtent.cpp65 auto ElementCount = in getDynamicElementCount() local
H A DExprEngineCallAndReturn.cpp214 auto ElementCount = in getElementCountOfArrayBeingDestructed() local
802 SVal ElementCount; bindReturnValue() local
H A DExprEngine.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; ProcessMemberDtor() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp164 DefinedOrUnknownSVal ElementCount = getDynamicElementCount( in allRegionsUsedByWait() local
/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp341 uint32_t ElementCount = InputCount + OutputCount + PatchOrPrimCount; in parse() local
/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp65 if (unsigned ElementCount = AT->getSize().getZExtValue()) { calculateLegacyCbufferSize() local
72 unsigned ElementCount = VT->getNumElements(); calculateLegacyCbufferSize() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp147 uint32_t ElementCount; global() member
/llvm-project/clang/lib/AST/
H A DASTContext.cpp7149 uint64_t ElementCount = 1; getConstantArrayElementCount() local
7163 uint64_t ElementCount = 1; getArrayInitLoopExprElementCount() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp810 unsigned ElementCount = Info.EC.getKnownMinValue(); CreateType() local