Home
last modified time | relevance | path

Searched defs:arrayType (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Utils/
H A DLayoutUtils.cpp90 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 DSPIRVConversion.cpp411 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 DMemRefToSPIRV.cpp342 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 Dresolve89.f9067 type arrayType type
/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp33 auto arrayType = LLVM::LLVMArrayType::get(elementType, numElements); in matchAndRewrite() local
/llvm-project-15.0.7/clang/lib/AST/
H A DTemplateBase.cpp141 while (const auto *arrayType = type->getAsArrayTypeUnsafe()) { in getArrayDepth() local
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dxcore-stringtype.c95 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 DLLVMTypeSyntax.cpp158 if (auto arrayType = type.dyn_cast<LLVMArrayType>()) in printType() local
H A DLLVMDialect.cpp1436 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 DNVGPUToNVVM.cpp65 auto arrayType = resultType.dyn_cast<LLVM::LLVMArrayType>(); in convertIntrinsicResult() local
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp123 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 DArithmeticToSPIRV.cpp335 if (auto arrayType = dstType.dyn_cast<spirv::ArrayType>()) in matchAndRewrite() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp75 auto arrayType = CGM.getContext().getAsConstantArrayType(type); in addTypedData() local
H A DCGDecl.cpp2195 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 DCharacter.cpp131 if (auto arrayType = type.dyn_cast<fir::SequenceType>()) { in toExtendedValue() local
/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/
H A DFIRBuilderTest.cpp459 llvm::SmallVector<fir::ExtendedValue, 4>> { in TEST_F()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp304 if (auto arrayType = type.dyn_cast<LLVMArrayType>()) { in getStdTypeForAttr() local
H A DModuleTranslation.cpp346 auto *arrayType = llvm::ArrayType::get(elementType, numElements); in getLLVMConstant() local
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp436 if (auto arrayType = type.dyn_cast<spirv::ArrayType>()) { in prepareBasicType() local
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp1264 } else if (auto arrayType = resultType.dyn_cast<spirv::ArrayType>()) { in processConstantComposite() local
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp584 if (auto arrayType = llvmType.dyn_cast<LLVM::LLVMArrayType>()) in matchAndRewrite() local
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp2441 std::optional<DynamicType> arrayType; in ApplySpecificChecks() local
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1035 const AstTypeMatcher<ArrayType> arrayType; variable
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp670 auto arrayType = LLVM::LLVMArrayType::get(llvmI32Type, values.size()); in matchAndRewrite() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp139 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

12