/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 125 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder.cpp | 186 uint32_t arraySize = pType->getArrayNumElements(); in GetVectorType()
|
D | builder_misc.cpp | 1084 uint32_t numElems = pType->getArrayNumElements(); in GetTypeSize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
D | OpDescriptor.h | 168 return V->getType()->getArrayNumElements() > 0; in anyAggregateType()
|
/external/llvm-project/llvm/include/llvm/FuzzMutate/ |
D | OpDescriptor.h | 168 return V->getType()->getArrayNumElements() > 0; in anyAggregateType()
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 344 inline uint64_t getArrayNumElements() const;
|
D | DerivedTypes.h | 360 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 346 inline uint64_t getArrayNumElements() const;
|
D | DerivedTypes.h | 364 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Type.h | 366 inline uint64_t getArrayNumElements() const;
|
D | DerivedTypes.h | 427 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Type.h | 363 inline uint64_t getArrayNumElements() const;
|
D | DerivedTypes.h | 389 uint64_t Type::getArrayNumElements() const { in getArrayNumElements() function
|
/external/llvm-project/mlir/lib/Conversion/GPUToVulkan/ |
D | ConvertLaunchFuncToVulkanCalls.cpp | 281 rank = llvmDescriptorTy.getStructElementType(3).getArrayNumElements(); in deduceMemRefRankAndType()
|
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
D | LLVMTypes.h | 104 unsigned getArrayNumElements();
|
/external/llvm-project/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 186 return T->getArrayNumElements(); in getAggregateNumElements()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 186 return T->getArrayNumElements(); in getAggregateNumElements()
|
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | ConvertFromLLVMIR.cpp | 201 shape.push_back(type.getArrayNumElements()); in getStdTypeForAttr() 204 shape.push_back(type.getArrayNumElements()); in getStdTypeForAttr()
|
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
D | LLVMTypes.cpp | 93 unsigned LLVMType::getArrayNumElements() { in getArrayNumElements() function in LLVMType
|
D | LLVMDialect.cpp | 806 wrappedContainerType.getArrayNumElements()) in getInsertExtractValueElementType() 1214 type.getArrayNumElements() != strAttr.getValue().size()) in verify()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 345 ArrayTy->getArrayNumElements()); in arrayTypeToVecType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 1465 FTy.getParamType(0)->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 1497 FTy.getParamType(0)->getArrayNumElements() == 2 && in isValidProtoForLibFunc()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | OpenMPOpt.cpp | 430 Array.getAllocatedType()->getArrayNumElements(); in getValues()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1623 NumElements = Ty->getArrayNumElements(); in scalarConstantToHexString()
|