/llvm-project/mlir/lib/Dialect/SPIRV/Utils/ |
H A D | LayoutUtils.cpp | 90 if (auto arrayType = dyn_cast<spirv::ArrayType>(type)) in decorateType() local 94 if (auto arrayType = dyn_cast<spirv::RuntimeArrayType>(type)) { in decorateType() local 124 Type VulkanLayoutUtils::decorateType(spirv::ArrayType arrayType, in decorateType() 141 Type VulkanLayoutUtils::decorateType(spirv::RuntimeArrayType arrayType, in decorateType()
|
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
H A D | SPIRVConversion.cpp | 466 auto arrayType = spirv::RuntimeArrayType::get(arrayElemType, stride); convertBoolMemrefType() local 481 auto arrayType = spirv::ArrayType::get(arrayElemType, arrayElemCount, stride); convertBoolMemrefType() local 503 auto arrayType = spirv::RuntimeArrayType::get(arrayElemType, stride); convertSubByteMemrefType() local 519 auto arrayType = spirv::ArrayType::get(arrayElemType, arrayElemCount, stride); convertSubByteMemrefType() local 585 auto arrayType = spirv::RuntimeArrayType::get(arrayElemType, stride); convertMemrefType() local 606 auto arrayType = spirv::ArrayType::get(arrayElemType, arrayElemCount, stride); convertMemrefType() local 911 auto arrayType = spirv::ArrayType::get(indexType, elementCount, getPushConstantStorageType() local [all...] |
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/ |
H A D | MemRefToSPIRV.cpp | 540 if (auto arrayType = dyn_cast<spirv::ArrayType>(pointeeType)) in matchAndRewrite() local 548 if (auto arrayType = dyn_cast<spirv::ArrayType>(structElemType)) in matchAndRewrite() local 686 if (auto arrayType = dyn_cast<spirv::ArrayType>(pointeeType)) in matchAndRewrite() local 694 if (auto arrayType = dyn_cast<spirv::ArrayType>(structElemType)) in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/EmitC/IR/ |
H A D | EmitC.cpp | 66 if (auto arrayType = llvm::dyn_cast<emitc::ArrayType>(type)) { in isSupportedEmitCType() local 836 if (auto arrayType = llvm::dyn_cast<emitc::ArrayType>(getValue().getType())) { verify() local 1044 auto arrayType = llvm::dyn_cast<ArrayType>(getType()); verify() local
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve89.f90 | 66 type arrayType type
|
/llvm-project/mlir/lib/Conversion/GPUCommon/ |
H A D | GPUOpsLowering.cpp | 38 auto arrayType = LLVM::LLVMArrayType::get(elementType, numElements); matchAndRewrite() local 584 if (auto arrayType = dyn_cast<LLVM::LLVMArrayType>(globalOp.getType())) { getDynamicSharedMemorySymbol() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | xcore-stringtype.c | 94 RetType* arrayType(int A1[], int const volatile A2[2], int A3[][2], in arrayType() function
|
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | OptimizedBufferization.cpp | 328 mlir::Type arrayType = mlir::dyn_cast<fir::SequenceType>( findMatch() local 836 mlir::Type arrayType = array.getType(); matchAndRewrite() local
|
/llvm-project/clang/lib/AST/ |
H A D | TemplateBase.cpp | 142 while (const auto *arrayType = type->getAsArrayTypeUnsafe()) { getArrayDepth() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 805 if (auto arrayType = dyn_cast<LLVMArrayType>(selectedType)) { getResultPtrElementType() local 1623 if (auto arrayType = llvm::dyn_cast<LLVMArrayType>(llvmType)) { getInsertExtractValueElementType() local 2025 auto arrayType = LLVM::LLVMArrayType::get(IntegerType::get(context, 8), parse() local 2611 auto arrayType = llvm::dyn_cast<LLVMArrayType>(getType()); verify() local [all...] |
H A D | LLVMMemorySlot.cpp | 690 __anon5e4bab860202(LLVM::LLVMArrayType arrayType) gepToByteOffset() argument 761 __anon5e4bab860702(LLVM::LLVMArrayType arrayType) getSubslotAccessInfo() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | SwiftCallingConv.cpp | 76 if (!arrayType) return; in addTypedData() local
|
H A D | CGDecl.cpp | 2314 const ArrayType *arrayType = getContext().getAsArrayType(type); emitDestroy() local 2414 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { emitPartialArrayDestroy() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVTypes.cpp | 121 return arrayType.getNumElements(); in getNumElements() local 184 if (auto arrayType = llvm::dyn_cast<ArrayType>(*this)) getSizeInBytes() local
|
H A D | SPIRVOps.cpp | 599 auto arrayType = llvm::dyn_cast<spirv::ArrayType>(opType); in verifyConstantType() local 630 auto arrayType = llvm::dyn_cast<spirv::ArrayType>(opType); in verifyConstantType() local
|
/llvm-project/mlir/lib/Conversion/ArithToSPIRV/ |
H A D | ArithToSPIRV.cpp | 288 if (auto arrayType = dyn_cast<spirv::ArrayType>(dstType)) in matchAndRewrite() local
|
/llvm-project/flang/unittests/Optimizer/Builder/ |
H A D | FIRBuilderTest.cpp | 461 __anon4464ee3c0102(mlir::Type elementType, mlir::Type arrayType) TEST_F() argument
|
/llvm-project/mlir/lib/Target/SPIRV/Serialization/ |
H A D | Serializer.cpp | 494 if (auto arrayType = dyn_cast<spirv::ArrayType>(type)) { prepareBasicType() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | Character.cpp | 133 if (auto arrayType = mlir::dyn_cast<fir::SequenceType>(type)) { in toExtendedValue() local
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-call.cpp | 1636 std::optional<evaluate::DynamicType> arrayType; CheckReduce() local
|
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/ |
H A D | Deserializer.cpp | 1427 } else if (auto arrayType = dyn_cast<spirv::ArrayType>(resultType)) { processConstantComposite() local
|
/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 1046 const AstTypeMatcher<ArrayType> arrayType; global() variable
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | ModuleTranslation.cpp | 635 auto *arrayType = llvm::ArrayType::get(elementType, numElements); getLLVMConstant() local
|
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
H A D | SPIRVToLLVM.cpp | 732 auto arrayType = LLVM::LLVMArrayType::get(llvmI32Type, values.size()); matchAndRewrite() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 163 const ArrayType *arrayType = Context.getAsArrayType(declType); IsStringInit() local 1544 } else if (const ArrayType *arrayType = CheckSubElementType() local 2027 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType); CheckArrayType() local [all...] |