Home
last modified time | relevance | path

Searched refs:getArrayNumElements (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h402 inline uint64_t getArrayNumElements() const;
H A DDerivedTypes.h398 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h237 return V->getType()->getArrayNumElements() > 0; in anyAggregateType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp216 return T->getArrayNumElements(); in getAggregateNumElements()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp296 uint64_t ElementCnt = T->getArrayNumElements(); in canonicalizeThunkType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp545 uint64_t ArraySize = GEP->getSourceElementType()->getArrayNumElements(); in tryToRecognizeTableBasedCttz()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp995 if (LP->isFilter(I) && Clause->getType()->getArrayNumElements() == 0) in canUnwindPastLandingPad()
H A DConstantFold.cpp1647 uint64_t NumElements = STy->getArrayNumElements(); in ConstantFoldGetElementPtr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1043 return (ParamTy->isArrayTy() && ParamTy->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
H A DValueTracking.cpp5709 uint64_t NumElts = ArrayTy->getArrayNumElements(); in getConstantDataArrayInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp690 return getOpTypeArray(Ty->getArrayNumElements(), El, MIRBuilder, EmitIR); in createSPIRVType()
H A DSPIRVInstructionSelector.cpp1514 ArrayElementType, GVType->getArrayNumElements(), I, TII); in selectGlobalValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2073 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp870 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
H A DInstCombineCompares.cpp122 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in foldCmpLoadFromIndexedGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5057 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 DOpenMPOpt.cpp873 const uint64_t NumValues = Array.getAllocatedType()->getArrayNumElements(); in getValues()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3758 for (int I = 0, N = ATy->getArrayNumElements(); I != N; ++I) { in EmitCMSEClearRecord()
H A DCGBuiltin.cpp9172 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 DMemorySanitizer.cpp5095 R.second *= T->getScalarType()->getArrayNumElements(); in classifyArgument()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6329 Array->getInitializer()->getType()->getArrayNumElements(); in BuildLookup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48351 Ty->getArrayNumElements() > in combineAndLoadToBZHI()
48356 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in combineAndLoadToBZHI()