| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILLegalizePass.cpp | 384 [[maybe_unused]] uint64_t DstArrNumElems = DstArrTy->getArrayNumElements(); in emitMemcpyExpansion() 387 [[maybe_unused]] uint64_t SrcArrNumElems = SrcArrTy->getArrayNumElements(); in emitMemcpyExpansion() 422 uint64_t Size = ArrTy->getArrayNumElements(); in emitMemsetExpansion()
|
| H A D | DXILDataScalarization.cpp | 199 const uint64_t ArrNumElems = ArrTy->getArrayNumElements(); in createArrayFromVector() 254 for (unsigned I = 0; I < ArrTy->getArrayNumElements(); ++I) { in replaceDynamicInsertElementInst()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 240 return V->getType()->getArrayNumElements() > 0; in anyAggregateType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 403 LLVM_ABI inline uint64_t getArrayNumElements() const;
|
| H A D | DerivedTypes.h | 425 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 85 assert(SrcTy->getArrayNumElements() == DestTy->getArrayNumElements() && in CreateAggregateCast() 87 NumElements = SrcTy->getArrayNumElements(); in CreateAggregateCast()
|
| H A D | Instruction.cpp | 1162 if (LP->isFilter(I) && Clause->getType()->getArrayNumElements() == 0) in canUnwindPastLandingPad()
|
| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | Operations.cpp | 219 return T->getArrayNumElements(); in getAggregateNumElements()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Arm64ECCallLowering.cpp | 342 uint64_t ElementCnt = T->getArrayNumElements(); in canonicalizeThunkType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 556 uint64_t ArraySize = GEP->getSourceElementType()->getArrayNumElements(); in tryToRecognizeTableBasedCttz()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerBufferFatPointers.cpp | 483 for (uint64_t I = 0, E = AT->getArrayNumElements(); I < E; ++I) { in fatPtrsToInts() 517 for (uint64_t I = 0, E = AT->getArrayNumElements(); I < E; ++I) { in intsToFatPtrs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1133 return (ParamTy->isArrayTy() && ParamTy->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
|
| H A D | ValueTracking.cpp | 6443 uint64_t NumElts = ArrayTy->getArrayNumElements(); in getConstantDataArrayInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | NumericalStabilitySanitizer.cpp | 930 for (auto I : seq(Ty->getArrayNumElements())) { in emitCheckInternal()
|
| H A D | MemorySanitizer.cpp | 6753 R.second *= T->getScalarType()->getArrayNumElements(); in classifyArgument()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 2126 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 1052 return getOpTypeArray(Ty->getArrayNumElements(), El, MIRBuilder, in createSPIRVType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 889 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
|
| H A D | InstCombineCompares.cpp | 121 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in foldCmpLoadFromIndexedGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5323 if (IsArray && Index >= Ty->getArrayNumElements()) in parseFunctionBody() 5370 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 886 const uint64_t NumValues = Array.getAllocatedType()->getArrayNumElements(); in getValues()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | ARM.cpp | 3505 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && in EmitARMMVEBuiltinExpr() 3545 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && in EmitARMMVEBuiltinExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 3927 for (int I = 0, N = ATy->getArrayNumElements(); I != N; ++I) { in EmitCMSEClearRecord()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 51278 Ty->getArrayNumElements() > in combineAndLoadToBZHI() 51283 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in combineAndLoadToBZHI()
|