| /llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
| H A D | p9.cpp | 10 const unsigned NumElements = 17; variable
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | LowLevelTypeImpl.h | 74 static LLT fixed_vector(unsigned NumElements, unsigned ScalarSizeInBits) { in fixed_vector() 80 static LLT fixed_vector(unsigned NumElements, LLT ScalarTy) { in fixed_vector()
|
| H A D | BinaryStreamReader.h | 180 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray()
|
| H A D | MachineValueType.h | 1216 static MVT getVectorVT(MVT VT, unsigned NumElements) { in getVectorVT() 1357 static MVT getScalableVectorVT(MVT VT, unsigned NumElements) { in getScalableVectorVT() 1436 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { in getVectorVT()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 285 bool isLegalBroadcastLoad(Type *ElementTy, ElementCount NumElements) const { in isLegalBroadcastLoad() 311 unsigned NumElements = in isLegalNTStore() local
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/ |
| H A D | optnone-vectors-and-functions.cpp | 20 static const unsigned NumElements = 4; member
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ReplaceWithVeclib.cpp | 123 ElementCount NumElements = VectorArgTy->getElementCount(); in replaceWithCallToVeclib() local
|
| H A D | ValueTypes.cpp | 44 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, in getExtendedVectorVT()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Type.cpp | 149 unsigned NumElements = ATy->getNumElements(); in isEmptyTy() local 154 unsigned NumElements = STy->getNumElements(); in isEmptyTy() local 638 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get()
|
| H A D | DebugInfo.cpp | 1012 LLVMMetadataRef *Elements, unsigned NumElements) { in LLVMDIBuilderCreateImportedModuleFromAlias() 1025 unsigned NumElements) { in LLVMDIBuilderCreateImportedModuleFromModule() 1038 LLVMMetadataRef *Elements, unsigned NumElements) { in LLVMDIBuilderCreateImportedDeclaration() 1129 unsigned NumElements, LLVMMetadataRef ClassTy) { in LLVMDIBuilderCreateEnumerationType() 1141 LLVMMetadataRef *Elements, unsigned NumElements, unsigned RunTimeLang, in LLVMDIBuilderCreateUnionType() 1198 unsigned NumElements, unsigned RunTimeLang, LLVMMetadataRef VTableHolder, in LLVMDIBuilderCreateStructType() 1371 LLVMMetadataRef *Elements, unsigned NumElements, in LLVMDIBuilderCreateClassType()
|
| H A D | ConstantFold.cpp | 1942 static bool isIndexInRangeOfArrayType(uint64_t NumElements, in isIndexInRangeOfArrayType() 2202 uint64_t NumElements = STy->getArrayNumElements(); in ConstantFoldGetElementPtr() local
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegacyLegalizerInfo.cpp | 170 const uint16_t NumElements = BitsizeAndAction.first / ElementSize; in computeTables() local
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprObjC.cpp | 48 unsigned NumElements) { in CreateEmpty() 88 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 361 uint64_t NumElements; variable 427 static VectorType *get(Type *ElementType, unsigned NumElements, in get()
|
| H A D | DataLayout.h | 626 unsigned NumElements : 31; variable
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 37 SPIRVType *BaseType, unsigned NumElements, Register VReg, MachineInstr &I, in assignVectTypeToVReg() 738 SPIRVType *BaseType, unsigned NumElements, MachineIRBuilder &MIRBuilder) { in getOrCreateSPIRVVectorType() 746 SPIRVType *BaseType, unsigned NumElements, MachineInstr &I, in getOrCreateSPIRVVectorType()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 636 auto NumElements = ST->getNumElements(); in unpackLoadToAggregate() local 679 auto NumElements = AT->getNumElements(); in unpackLoadToAggregate() local 1199 auto NumElements = AT->getNumElements(); in unpackStoreToAggregate() local
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 987 Address BeginPtr, llvm::Value *NumElements, in EmitNewArrayInitializer() 1208 unsigned NumElements = 0; in EmitNewArrayInitializer() local 1292 Address NewPtr, llvm::Value *NumElements, in EmitNewInitializer() 1776 llvm::Value *NumElements, in EmitDeleteCall() 1992 llvm::Value *NumElements; member
|
| H A D | CGCXXABI.cpp | 221 llvm::Value *NumElements, in InitializeArrayCookie()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 193 unsigned NumElements; variable 201 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() 312 unsigned NumElements : 31; variable 334 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, in ObjCDictionaryLiteral()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 171 auto NumElements = VecTy->getNumElements(); in getTypeName() local 593 auto NumElements = VecTy->getNumElements(); in getTypeName() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 1804 uint64_t NumElements = EndIndex - BeginIndex; in isVectorPromotionViableForSlice() local 2176 unsigned NumElements = EndIndex - BeginIndex; in extractVector() local 2598 unsigned NumElements = EndIndex - BeginIndex; in rewriteVectorizedStoreInst() local 2749 Value *getVectorSplat(Value *V, unsigned NumElements) { in getVectorSplat() 2824 unsigned NumElements = EndIndex - BeginIndex; in visitMemSetInst() local 3006 unsigned NumElements = EndIndex - BeginIndex; in visitMemTransferInst() local 3675 uint64_t NumElements = Size / ElementSize; in getTypePartition() local
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | VectorBuilderTest.cpp | 80 static bool isAllTrueMask(Value *Val, unsigned NumElements) { in isAllTrueMask()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 149 unsigned NumElements; in makeMutable() local
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 1000 int NumElements = VT.getVectorNumElements(); in ExpandANY_EXTEND_VECTOR_INREG() local 1059 int NumElements = VT.getVectorNumElements(); in ExpandZERO_EXTEND_VECTOR_INREG() local
|