| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Utils/ |
| H A D | LayoutUtils.cpp | 90 if (auto arrayType = type.dyn_cast<spirv::ArrayType>()) in decorateType() local 94 if (auto arrayType = type.dyn_cast<spirv::RuntimeArrayType>()) { in decorateType() local 120 Type VulkanLayoutUtils::decorateType(spirv::ArrayType arrayType, in decorateType() 137 Type VulkanLayoutUtils::decorateType(spirv::RuntimeArrayType arrayType, in decorateType()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/ |
| H A D | SPIRVConversion.cpp | 411 auto arrayType = spirv::RuntimeArrayType::get(arrayElemType, stride); in convertBoolMemrefType() local 418 auto arrayType = spirv::ArrayType::get(arrayElemType, arrayElemCount, stride); in convertBoolMemrefType() local 467 auto arrayType = spirv::RuntimeArrayType::get(arrayElemType, stride); in convertMemrefType() local 480 auto arrayType = spirv::ArrayType::get(arrayElemType, arrayElemCount, stride); in convertMemrefType() local 687 auto arrayType = spirv::ArrayType::get(indexType, elementCount, in getPushConstantStorageType() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/MemRefToSPIRV/ |
| H A D | MemRefToSPIRV.cpp | 342 if (auto arrayType = structElemType.dyn_cast<spirv::ArrayType>()) in matchAndRewrite() local 457 if (auto arrayType = structElemType.dyn_cast<spirv::ArrayType>()) in matchAndRewrite() local
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | resolve89.f90 | 67 type arrayType type
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/ |
| H A D | GPUOpsLowering.cpp | 33 auto arrayType = LLVM::LLVMArrayType::get(elementType, numElements); in matchAndRewrite() local
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 141 while (const auto *arrayType = type->getAsArrayTypeUnsafe()) { in getArrayDepth() local
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | xcore-stringtype.c | 95 RetType* arrayType(int A1[], int const volatile A2[2], int A3[][2], in arrayType() function
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMTypeSyntax.cpp | 158 if (auto arrayType = type.dyn_cast<LLVMArrayType>()) in printType() local
|
| H A D | LLVMDialect.cpp | 1436 if (auto arrayType = llvmType.dyn_cast<LLVMArrayType>()) { in getInsertExtractValueElementType() local 1479 if (auto arrayType = llvmType.dyn_cast<LLVMArrayType>()) { in getInsertExtractValueElementType() local 1951 auto arrayType = LLVM::LLVMArrayType::get(IntegerType::get(context, 8), in parse() local 2392 auto arrayType = getType().dyn_cast<LLVMArrayType>(); in verify() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/NVGPUToNVVM/ |
| H A D | NVGPUToNVVM.cpp | 65 auto arrayType = resultType.dyn_cast<LLVM::LLVMArrayType>(); in convertIntrinsicResult() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVTypes.cpp | 123 if (auto arrayType = dyn_cast<ArrayType>()) in getNumElements() local 181 if (auto arrayType = dyn_cast<ArrayType>()) in getSizeInBytes() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/ArithmeticToSPIRV/ |
| H A D | ArithmeticToSPIRV.cpp | 335 if (auto arrayType = dstType.dyn_cast<spirv::ArrayType>()) in matchAndRewrite() local
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | SwiftCallingConv.cpp | 75 auto arrayType = CGM.getContext().getAsConstantArrayType(type); in addTypedData() local
|
| H A D | CGDecl.cpp | 2195 const ArrayType *arrayType = getContext().getAsArrayType(type); in emitDestroy() local 2295 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { in emitPartialArrayDestroy() local
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | Character.cpp | 131 if (auto arrayType = type.dyn_cast<fir::SequenceType>()) { in toExtendedValue() local
|
| /llvm-project-15.0.7/flang/unittests/Optimizer/Builder/ |
| H A D | FIRBuilderTest.cpp | 459 llvm::SmallVector<fir::ExtendedValue, 4>> { in TEST_F()
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | ConvertFromLLVMIR.cpp | 304 if (auto arrayType = type.dyn_cast<LLVMArrayType>()) { in getStdTypeForAttr() local
|
| H A D | ModuleTranslation.cpp | 346 auto *arrayType = llvm::ArrayType::get(elementType, numElements); in getLLVMConstant() local
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/ |
| H A D | Serializer.cpp | 436 if (auto arrayType = type.dyn_cast<spirv::ArrayType>()) { in prepareBasicType() local
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/ |
| H A D | Deserializer.cpp | 1264 } else if (auto arrayType = resultType.dyn_cast<spirv::ArrayType>()) { in processConstantComposite() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/ |
| H A D | ConvertVectorToLLVM.cpp | 584 if (auto arrayType = llvmType.dyn_cast<LLVM::LLVMArrayType>()) in matchAndRewrite() local
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | intrinsics.cpp | 2441 std::optional<DynamicType> arrayType; in ApplySpecificChecks() local
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1035 const AstTypeMatcher<ArrayType> arrayType; variable
|
| /llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/ |
| H A D | SPIRVToLLVM.cpp | 670 auto arrayType = LLVM::LLVMArrayType::get(llvmI32Type, values.size()); in matchAndRewrite() local
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 139 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit() local 1419 } else if (const ArrayType *arrayType = in CheckSubElementType() local 1863 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType); in CheckArrayType() local
|