Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp125 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h168 return V->getType()->getArrayNumElements() > 0; in anyAggregateType()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp186 uint32_t arraySize = pType->getArrayNumElements(); in GetVectorType()
Dbuilder_misc.cpp1084 uint32_t numElems = pType->getArrayNumElements(); in GetTypeSize()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h366 inline uint64_t getArrayNumElements() const;
DDerivedTypes.h427 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
/external/llvm/include/llvm/IR/
DType.h344 inline uint64_t getArrayNumElements() const;
DDerivedTypes.h360 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h346 inline uint64_t getArrayNumElements() const;
DDerivedTypes.h364 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOperations.cpp186 return T->getArrayNumElements(); in getAggregateNumElements()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp345 ArrayTy->getArrayNumElements()); in arrayTypeToVecType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp1465 FTy.getParamType(0)->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
DValueTracking.cpp3701 uint64_t NumElts = ArrayTy->getArrayNumElements(); in getConstantDataArrayInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1623 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
/external/llvm/lib/IR/
DConstantFold.cpp2234 uint64_t NumElements = STy->getArrayNumElements(); in ConstantFoldGetElementPtrImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp2423 uint64_t NumElements = STy->getArrayNumElements(); in ConstantFoldGetElementPtr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4022 if (IsArray && Index >= FullTy->getArrayNumElements()) in parseFunctionBody()
4064 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4649 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
4691 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2207 ArrTy->getArrayNumElements() == VecTy->getVectorNumElements() && in visitGetElementPtrInst()
DInstCombineCompares.cpp153 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in foldCmpLoadFromIndexedGlobal()
/external/llvm/lib/Analysis/
DValueTracking.cpp2863 uint64_t NumElts = Array->getType()->getArrayNumElements(); in getConstantStringInfo()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4650 Array->getInitializer()->getType()->getArrayNumElements(); in BuildLookup()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5189 Array->getInitializer()->getType()->getArrayNumElements(); in BuildLookup()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp241 uint64_t ArrayElementCount = Init->getType()->getArrayNumElements(); in FoldCmpLoadFromIndexedGlobal()

12