/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
H A D | p9.cpp | 10 const unsigned NumElements = 17; variable
|
/llvm-project/llvm/unittests/ADT/ |
H A D | ConcurrentHashtableTest.cpp | 98 const size_t NumElements = 10000; in TEST() local 156 const size_t NumElements = 20000; in TEST() local 213 const size_t NumElements = 10000; in TEST() local 264 const size_t NumElements = 20000; in TEST() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | AddressRangeTest.cpp | 153 size_t NumElements = 100; in TEST() local 393 size_t NumElements = 100; in TEST() local
|
/llvm-project/llvm/include/llvm/CodeGenTypes/ |
H A D | LowLevelType.h | 100 static constexpr LLT fixed_vector(unsigned NumElements, in fixed_vector() argument 107 static constexpr LLT fixed_vector(unsigned NumElements, LLT ScalarTy) { in fixed_vector() argument
|
H A D | MachineValueType.h | 440 getVectorVT(MVT VT,unsigned NumElements) getVectorVT() argument 450 getScalableVectorVT(MVT VT,unsigned NumElements) getScalableVectorVT() argument 460 getVectorVT(MVT VT,unsigned NumElements,bool IsScalable) getVectorVT() argument
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/ |
H A D | optnone-vectors-and-functions.cpp | 21 static const unsigned NumElements = 4; member
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryStreamReader.h | 178 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray()
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 299 isLegalBroadcastLoad(Type * ElementTy,ElementCount NumElements) isLegalBroadcastLoad() argument 325 unsigned NumElements = DataTypeTy->getNumElements(); isLegalNTStoreLoad() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandLargeDivRem.cpp | 63 unsigned NumElements = VTy->getElementCount().getFixedValue(); scalarize() local
|
H A D | ValueTypes.cpp | 45 getExtendedVectorVT(LLVMContext & Context,EVT VT,unsigned NumElements,bool IsScalable) getExtendedVectorVT() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 151 unsigned NumElements = ATy->getNumElements(); isEmptyTy() local 156 unsigned NumElements = STy->getNumElements(); isEmptyTy() local 647 get(Type * ElementType,uint64_t NumElements) get() argument
|
H A D | DebugInfo.cpp | 1166 LLVMDIBuilderCreateImportedModuleFromAlias(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,LLVMMetadataRef ImportedEntity,LLVMMetadataRef File,unsigned Line,LLVMMetadataRef * Elements,unsigned NumElements) LLVMDIBuilderCreateImportedModuleFromAlias() argument 1179 LLVMDIBuilderCreateImportedModuleFromModule(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,LLVMMetadataRef M,LLVMMetadataRef File,unsigned Line,LLVMMetadataRef * Elements,unsigned NumElements) LLVMDIBuilderCreateImportedModuleFromModule() argument 1192 LLVMDIBuilderCreateImportedDeclaration(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,LLVMMetadataRef Decl,LLVMMetadataRef File,unsigned Line,const char * Name,size_t NameLen,LLVMMetadataRef * Elements,unsigned NumElements) LLVMDIBuilderCreateImportedDeclaration() argument 1283 LLVMDIBuilderCreateEnumerationType(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,const char * Name,size_t NameLen,LLVMMetadataRef File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,LLVMMetadataRef * Elements,unsigned NumElements,LLVMMetadataRef ClassTy) LLVMDIBuilderCreateEnumerationType() argument 1295 LLVMDIBuilderCreateUnionType(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,const char * Name,size_t NameLen,LLVMMetadataRef File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,LLVMDIFlags Flags,LLVMMetadataRef * Elements,unsigned NumElements,unsigned RunTimeLang,const char * UniqueId,size_t UniqueIdLen) LLVMDIBuilderCreateUnionType() argument 1352 LLVMDIBuilderCreateStructType(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,const char * Name,size_t NameLen,LLVMMetadataRef File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,LLVMDIFlags Flags,LLVMMetadataRef DerivedFrom,LLVMMetadataRef * Elements,unsigned NumElements,unsigned RunTimeLang,LLVMMetadataRef VTableHolder,const char * UniqueId,size_t UniqueIdLen) LLVMDIBuilderCreateStructType() argument 1523 LLVMDIBuilderCreateClassType(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,const char * Name,size_t NameLen,LLVMMetadataRef File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,uint64_t OffsetInBits,LLVMDIFlags Flags,LLVMMetadataRef DerivedFrom,LLVMMetadataRef * Elements,unsigned NumElements,LLVMMetadataRef VTableHolder,LLVMMetadataRef TemplateParamsNode,const char * UniqueIdentifier,size_t UniqueIdentifierLen) LLVMDIBuilderCreateClassType() argument [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegacyLegalizerInfo.cpp | 173 const uint16_t NumElements = BitsizeAndAction.first / ElementSize; in computeTables() local
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | ARM.cpp | 653 unsigned NumElements = VT->getNumElements(); in isIllegalVectorType() local 659 unsigned NumElements = VT->getNumElements(); isIllegalVectorType() local
|
H A D | NVPTX.cpp | 147 const uint64_t NumElements = (Size + Div - 1) / Div; coerceToIntArrayWithLimit() local
|
/llvm-project/clang/lib/AST/ |
H A D | ExprObjC.cpp | 48 return new (Mem) ObjCArrayLiteral(EmptyShell(), NumElements); in CreateEmpty() argument 88 CreateEmpty(const ASTContext & C,unsigned NumElements,bool HasPackExpansions) CreateEmpty() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfo.cpp | 148 unsigned NumElements = in isHomogeneousAggregate() local
|
H A D | CGExprCXX.cpp | 997 EmitNewArrayInitializer(const CXXNewExpr * E,QualType ElementType,llvm::Type * ElementTy,Address BeginPtr,llvm::Value * NumElements,llvm::Value * AllocSizeWithoutCookie) EmitNewArrayInitializer() argument 1236 unsigned NumElements = 0; EmitNewArrayInitializer() local 1318 EmitNewInitializer(CodeGenFunction & CGF,const CXXNewExpr * E,QualType ElementType,llvm::Type * ElementTy,Address NewPtr,llvm::Value * NumElements,llvm::Value * AllocSizeWithoutCookie) EmitNewInitializer() argument 1803 EmitDeleteCall(const FunctionDecl * DeleteFD,llvm::Value * Ptr,QualType DeleteTy,llvm::Value * NumElements,CharUnits CookieSize) EmitDeleteCall() argument 2018 llvm::Value *NumElements; global() member [all...] |
H A D | CGCXXABI.cpp | 228 llvm::Value *NumElements, in InitializeArrayCookie()
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | release.h | 127 getBuffer(const uptr NumElements) getBuffer() argument 172 getDynamicBuffer(const uptr NumElements) getDynamicBuffer() argument
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 375 uint64_t NumElements; global() variable 441 get(Type * ElementType,unsigned NumElements,bool Scalable) get() argument
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 702 auto NumElements = ST->getNumElements(); unpackLoadToAggregate() local 750 auto NumElements = AT->getNumElements(); unpackLoadToAggregate() local 1273 auto NumElements = AT->getNumElements(); unpackStoreToAggregate() local [all...] |
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 52 assignVectTypeToVReg(SPIRVType * BaseType,unsigned NumElements,Register VReg,MachineInstr & I,const SPIRVInstrInfo & TII) assignVectTypeToVReg() argument 1050 unsigned NumElements = 1; getNumScalarOrVectorTotalBitWidth() local 1357 getOrCreateSPIRVVectorType(SPIRVType * BaseType,unsigned NumElements,MachineIRBuilder & MIRBuilder) getOrCreateSPIRVVectorType() argument 1365 getOrCreateSPIRVVectorType(SPIRVType * BaseType,unsigned NumElements,MachineInstr & I,const SPIRVInstrInfo & TII) getOrCreateSPIRVVectorType() argument 1382 getOrCreateSPIRVArrayType(SPIRVType * BaseType,unsigned NumElements,MachineInstr & I,const SPIRVInstrInfo & TII) getOrCreateSPIRVArrayType() argument [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | ExprObjC.h | 192 unsigned NumElements; variable 200 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() argument 311 unsigned NumElements variable 334 ObjCDictionaryLiteral(EmptyShell Empty,unsigned NumElements,bool HasPackExpansions) ObjCDictionaryLiteral() argument [all...] |
/llvm-project/llvm/unittests/IR/ |
H A D | VectorBuilderTest.cpp | 80 static bool isAllTrueMask(Value *Val, unsigned NumElements) { in isAllTrueMask()
|