Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h237 return V->getType()->getArrayNumElements() > 0; in anyAggregateType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h387 // the specified subclass and calls its accessor. "getArrayNumElements" (for
402 inline uint64_t getArrayNumElements() const;
H A DDerivedTypes.h398 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp216 return T->getArrayNumElements(); in getAggregateNumElements()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp460 for (uint64_t I = 0, E = AT->getArrayNumElements(); I < E; ++I) { in fatPtrsToInts()
494 for (uint64_t I = 0, E = AT->getArrayNumElements(); I < E; ++I) { in intsToFatPtrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp347 uint64_t ElementCnt = T->getArrayNumElements(); in canonicalizeThunkType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1087 if (LP->isFilter(I) && Clause->getType()->getArrayNumElements() == 0) in canUnwindPastLandingPad()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp548 uint64_t ArraySize = GEP->getSourceElementType()->getArrayNumElements(); in tryToRecognizeTableBasedCttz()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1067 return (ParamTy->isArrayTy() && ParamTy->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
H A DValueTracking.cpp6329 uint64_t NumElts = ArrayTy->getArrayNumElements(); in getConstantDataArrayInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp869 return getOpTypeArray(Ty->getArrayNumElements(), El, MIRBuilder, EmitIR); in createSPIRVType()
H A DSPIRVInstructionSelector.cpp2200 ArrayElementType, GVType->getArrayNumElements(), I, TII); in selectGlobalValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp876 for (auto I : seq(Ty->getArrayNumElements())) { in emitCheckInternal()
H A DMemorySanitizer.cpp5360 R.second *= T->getScalarType()->getArrayNumElements(); in classifyArgument()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2063 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp877 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
H A DInstCombineCompares.cpp123 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in foldCmpLoadFromIndexedGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5234 if (IsArray && Index >= Ty->getArrayNumElements()) in parseFunctionBody()
5281 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp873 const uint64_t NumValues = Array.getAllocatedType()->getArrayNumElements(); in getValues()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3766 for (int I = 0, N = ATy->getArrayNumElements(); I != N; ++I) { in EmitCMSEClearRecord()
H A DCGBuiltin.cpp9431 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && in EmitARMMVEBuiltinExpr()
9471 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && in EmitARMMVEBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6424 Array->getInitializer()->getType()->getArrayNumElements(); in BuildLookup()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49516 Ty->getArrayNumElements() > in combineAndLoadToBZHI()
49521 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in combineAndLoadToBZHI()