Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
HDOpDescriptor.h237 return V->getType()->getArrayNumElements() > 0; in anyAggregateType()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDType.h402 inline uint64_t getArrayNumElements() const;
HDDerivedTypes.h398 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
/freebsd-head/contrib/llvm-project/llvm/lib/FuzzMutate/
HDOperations.cpp216 return T->getArrayNumElements(); in getAggregateNumElements()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULowerBufferFatPointers.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-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Arm64ECCallLowering.cpp347 uint64_t ElementCnt = T->getArrayNumElements(); in canonicalizeThunkType()
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDInstruction.cpp1087 if (LP->isFilter(I) && Clause->getType()->getArrayNumElements() == 0) in canUnwindPastLandingPad()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
HDAggressiveInstCombine.cpp548 uint64_t ArraySize = GEP->getSourceElementType()->getArrayNumElements(); in tryToRecognizeTableBasedCttz()
/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDTargetLibraryInfo.cpp1067 return (ParamTy->isArrayTy() && ParamTy->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
HDValueTracking.cpp6329 uint64_t NumElts = ArrayTy->getArrayNumElements(); in getConstantDataArrayInfo()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVGlobalRegistry.cpp869 return getOpTypeArray(Ty->getArrayNumElements(), El, MIRBuilder, EmitIR); in createSPIRVType()
HDSPIRVInstructionSelector.cpp2200 ArrayElementType, GVType->getArrayNumElements(), I, TII); in selectGlobalValue()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDNumericalStabilitySanitizer.cpp876 for (auto I : seq(Ty->getArrayNumElements())) { in emitCheckInternal()
HDMemorySanitizer.cpp5360 R.second *= T->getScalarType()->getArrayNumElements(); in classifyArgument()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp2063 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineVectorOps.cpp877 NumAggElts = AggTy->getArrayNumElements(); in foldAggregateConstructionIntoAggregateReuse()
HDInstCombineCompares.cpp123 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in foldCmpLoadFromIndexedGlobal()
/freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp5234 if (IsArray && Index >= Ty->getArrayNumElements()) in parseFunctionBody()
5281 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDOpenMPOpt.cpp873 const uint64_t NumValues = Array.getAllocatedType()->getArrayNumElements(); in getValues()
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp3766 for (int I = 0, N = ATy->getArrayNumElements(); I != N; ++I) { in EmitCMSEClearRecord()
HDCGBuiltin.cpp9431 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && in EmitARMMVEBuiltinExpr()
9471 assert(MvecLTypeInner->getArrayNumElements() == NumVectors && in EmitARMMVEBuiltinExpr()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyCFG.cpp6424 Array->getInitializer()->getType()->getArrayNumElements(); in BuildLookup()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp49516 Ty->getArrayNumElements() > in combineAndLoadToBZHI()
49521 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in combineAndLoadToBZHI()