| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 402 inline uint64_t getArrayNumElements() const;
|
| H A D | DerivedTypes.h | 398 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 237 return V->getType()->getArrayNumElements() > 0; in anyAggregateType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | Operations.cpp | 216 return T->getArrayNumElements(); in getAggregateNumElements()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Arm64ECCallLowering.cpp | 296 uint64_t ElementCnt = T->getArrayNumElements(); in canonicalizeThunkType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 545 uint64_t ArraySize = GEP->getSourceElementType()->getArrayNumElements(); in tryToRecognizeTableBasedCttz()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 995 if (LP->isFilter(I) && Clause->getType()->getArrayNumElements() == 0) in canUnwindPastLandingPad()
|
| H A D | ConstantFold.cpp | 1647 uint64_t NumElements = STy->getArrayNumElements(); in ConstantFoldGetElementPtr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1043 return (ParamTy->isArrayTy() && ParamTy->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
|
| H A D | ValueTracking.cpp | 5709 uint64_t NumElts = ArrayTy->getArrayNumElements(); in getConstantDataArrayInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 690 return getOpTypeArray(Ty->getArrayNumElements(), El, MIRBuilder, EmitIR); in createSPIRVType()
|
| H A D | SPIRVInstructionSelector.cpp | 1514 ArrayElementType, GVType->getArrayNumElements(), I, TII); in selectGlobalValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 2073 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 870 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
|
| H A D | InstCombineCompares.cpp | 122 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in foldCmpLoadFromIndexedGlobal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5057 if (IsArray && Index >= Ty->getArrayNumElements()) in parseFunctionBody() 5104 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 873 const uint64_t NumValues = Array.getAllocatedType()->getArrayNumElements(); in getValues()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 3758 for (int I = 0, N = ATy->getArrayNumElements(); I != N; ++I) { in EmitCMSEClearRecord()
|
| H A D | CGBuiltin.cpp | 9172 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && in EmitARMMVEBuiltinExpr() 9212 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && in EmitARMMVEBuiltinExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 5095 R.second *= T->getScalarType()->getArrayNumElements(); in classifyArgument()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 6329 Array->getInitializer()->getType()->getArrayNumElements(); in BuildLookup()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 48351 Ty->getArrayNumElements() > in combineAndLoadToBZHI() 48356 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in combineAndLoadToBZHI()
|