| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ | 
| H A D | LowLevelTypeImpl.h | 76   static constexpr LLT fixed_vector(unsigned NumElements,  in fixed_vector()83   static constexpr 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 | 1263     static MVT getVectorVT(MVT VT, unsigned NumElements) {  in getVectorVT()1415     static MVT getScalableVectorVT(MVT VT, unsigned NumElements) {  in getScalableVectorVT()
 1494     static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) {  in getVectorVT()
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ | 
| H A D | AArch64TargetTransformInfo.h | 284   bool isLegalBroadcastLoad(Type *ElementTy, ElementCount NumElements) const {  in isLegalBroadcastLoad()310       unsigned NumElements = DataTypeTy->getNumElements();  in isLegalNTStoreLoad()  local
 
 | 
| /openbsd-src/gnu/llvm/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()
 | 
| /openbsd-src/gnu/llvm/clang/lib/AST/ | 
| H A D | ExprObjC.cpp | 48                                                 unsigned NumElements) {  in CreateEmpty()88 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements,  in CreateEmpty()
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/IR/ | 
| H A D | Type.cpp | 148     unsigned NumElements = ATy->getNumElements();  in isEmptyTy()  local153     unsigned NumElements = STy->getNumElements();  in isEmptyTy()  local
 640 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) {  in get()
 
 | 
| H A D | DebugInfo.cpp | 1067     LLVMMetadataRef *Elements, unsigned NumElements) {  in LLVMDIBuilderCreateImportedModuleFromAlias()1080     unsigned NumElements) {  in LLVMDIBuilderCreateImportedModuleFromModule()
 1093     LLVMMetadataRef *Elements, unsigned NumElements) {  in LLVMDIBuilderCreateImportedDeclaration()
 1184   unsigned NumElements, LLVMMetadataRef ClassTy) {  in LLVMDIBuilderCreateEnumerationType()
 1196   LLVMMetadataRef *Elements, unsigned NumElements, unsigned RunTimeLang,  in LLVMDIBuilderCreateUnionType()
 1253     unsigned NumElements, unsigned RunTimeLang, LLVMMetadataRef VTableHolder,  in LLVMDIBuilderCreateStructType()
 1426     LLVMMetadataRef *Elements, unsigned NumElements,  in LLVMDIBuilderCreateClassType()
 
 | 
| H A D | ConstantFold.cpp | 1945 static bool isIndexInRangeOfArrayType(uint64_t NumElements,  in isIndexInRangeOfArrayType()2209     uint64_t NumElements = STy->getArrayNumElements();  in ConstantFoldGetElementPtr()  local
 
 | 
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ | 
| H A D | CGExprCXX.cpp | 990     Address BeginPtr, llvm::Value *NumElements,  in EmitNewArrayInitializer()1211         unsigned NumElements = 0;  in EmitNewArrayInitializer()  local
 1295                                Address NewPtr, llvm::Value *NumElements,  in EmitNewInitializer()
 1779                                      llvm::Value *NumElements,  in EmitDeleteCall()
 1995     llvm::Value *NumElements;  member
 
 | 
| H A D | CGCXXABI.cpp | 221                                         llvm::Value *NumElements,  in InitializeArrayCookie()
 | 
| H A D | CGExprConstant.cpp | 1227     unsigned NumElements = CAT->getSize().getZExtValue();  in EmitArrayInitialization()  local2158     unsigned NumElements = Value.getArraySize();  in tryEmitPrivate()  local
 2359     unsigned NumElements = CAT->getSize().getZExtValue();  in EmitNullConstant()  local
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ | 
| H A D | LegacyLegalizerInfo.cpp | 170           const uint16_t NumElements = BitsizeAndAction.first / ElementSize;  in computeTables()  local
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ | 
| H A D | SPIRVGlobalRegistry.cpp | 38     SPIRVType *BaseType, unsigned NumElements, Register VReg, MachineInstr &I,  in assignVectTypeToVReg()1004     SPIRVType *BaseType, unsigned NumElements, MachineIRBuilder &MIRBuilder) {  in getOrCreateSPIRVVectorType()
 1012     SPIRVType *BaseType, unsigned NumElements, MachineInstr &I,  in getOrCreateSPIRVVectorType()
 1028     SPIRVType *BaseType, unsigned NumElements, MachineInstr &I,  in getOrCreateSPIRVArrayType()
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ | 
| H A D | InstCombineLoadStoreAlloca.cpp | 729     auto NumElements = ST->getNumElements();  in unpackLoadToAggregate()  local772     auto NumElements = AT->getNumElements();  in unpackLoadToAggregate()  local
 1295     auto NumElements = AT->getNumElements();  in unpackStoreToAggregate()  local
 
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ | 
| H A D | DerivedTypes.h | 361   uint64_t NumElements;  variable427   static VectorType *get(Type *ElementType, unsigned NumElements,  in get()
 
 | 
| H A D | DataLayout.h | 629   unsigned NumElements : 31;  variable
 | 
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ | 
| H A D | ExprObjC.h | 192   unsigned NumElements;  variable200   explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements)  in ObjCArrayLiteral()
 311   unsigned NumElements : 31;  variable
 333   explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements,  in ObjCDictionaryLiteral()
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ | 
| H A D | AMDGPUHSAMetadataStreamer.cpp | 170     auto NumElements = VecTy->getNumElements();  in getTypeName()  local598     auto NumElements = VecTy->getNumElements();  in getTypeName()  local
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ | 
| H A D | SROA.cpp | 2039   uint64_t NumElements = EndIndex - BeginIndex;  in isVectorPromotionViableForSlice()  local2443   unsigned NumElements = EndIndex - BeginIndex;  in extractVector()  local
 2881       unsigned NumElements = EndIndex - BeginIndex;  in rewriteVectorizedStoreInst()  local
 3046   Value *getVectorSplat(Value *V, unsigned NumElements) {  in getVectorSplat()
 3129       unsigned NumElements = EndIndex - BeginIndex;  in visitMemSetInst()  local
 3324     unsigned NumElements = EndIndex - BeginIndex;  in visitMemTransferInst()  local
 4023     uint64_t NumElements = Size / ElementSize;  in getTypePartition()  local
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ | 
| H A D | Evaluator.cpp | 149   unsigned NumElements;  in makeMutable()  local
 | 
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ | 
| H A D | LegalizeVectorOps.cpp | 1044   int NumElements = VT.getVectorNumElements();  in ExpandANY_EXTEND_VECTOR_INREG()  local1103   int NumElements = VT.getVectorNumElements();  in ExpandZERO_EXTEND_VECTOR_INREG()  local
 
 | 
| H A D | LegalizeTypesGeneric.cpp | 313 void DAGTypeLegalizer::IntegerToVector(SDValue Op, unsigned NumElements,  in IntegerToVector()
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ | 
| H A D | ARMLowOverheadLoops.cpp | 652     MCRegister NumElements = TPNumElements.getReg().asMCReg();  in ValidateTailPredicate()  local705                                         MCRegister NumElements) {  in ValidateTailPredicate()
 
 |