/llvm-project/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 301 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 D | LLVMTypes.h | 23 class ElementCount; variable
|
/llvm-project/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 63 class ElementCount; variable
|
H A D | Core.cpp | 793 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 D | ArrayBoundChecker.cpp | 58 DefinedOrUnknownSVal ElementCount = getDynamicElementCount( in checkLocation() local
|
H A D | ReturnPointerRangeChecker.cpp | 65 DefinedOrUnknownSVal ElementCount = getDynamicElementCount( in checkPreStmt() local
|
H A D | UndefResultChecker.cpp | 54 DefinedOrUnknownSVal ElementCount = getDynamicElementCount( in isArrayIndexOutOfBounds() local
|
H A D | CheckPlacementNew.cpp | 82 SVal ElementCount = C.getSVal(SizeExpr); in getExtentSizeOfNewTarget() local
|
H A D | ExprInspectionChecker.cpp | 361 DefinedOrUnknownSVal ElementCount = getDynamicElementCountWithOffset( in analyzerDumpElementCount() local
|
H A D | StreamChecker.cpp | 823 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 D | TensorSpec.h | 110 size_t ElementCount = 0; variable
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | DynamicExtent.cpp | 65 auto ElementCount = in getDynamicElementCount() local
|
H A D | ExprEngineCallAndReturn.cpp | 214 auto ElementCount = in getElementCountOfArrayBeingDestructed() local 802 SVal ElementCount; bindReturnValue() local
|
H A D | ExprEngine.cpp | 1265 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 D | MPIChecker.cpp | 164 DefinedOrUnknownSVal ElementCount = getDynamicElementCount( in allRegionsUsedByWait() local
|
/llvm-project/llvm/lib/Object/ |
H A D | DXContainer.cpp | 341 uint32_t ElementCount = InputCount + OutputCount + PatchOrPrimCount; in parse() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaHLSL.cpp | 65 if (unsigned ElementCount = AT->getSize().getZExtValue()) { calculateLegacyCbufferSize() local 72 unsigned ElementCount = VT->getNumElements(); calculateLegacyCbufferSize() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.cpp | 147 uint32_t ElementCount; global() member
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 7149 uint64_t ElementCount = 1; getConstantArrayElementCount() local 7163 uint64_t ElementCount = 1; getArrayInitLoopExprElementCount() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 810 unsigned ElementCount = Info.EC.getKnownMinValue(); CreateType() local
|