Home
last modified time | relevance | path

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

12

/llvm-project/mlir/lib/Dialect/SPIRV/Utils/
H A DLayoutUtils.cpp90 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 DSPIRVConversion.cpp466 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 DMemRefToSPIRV.cpp540 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 DEmitC.cpp66 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 Dresolve89.f9066 type arrayType type
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp38 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 Dxcore-stringtype.c94 RetType* arrayType(int A1[], int const volatile A2[2], int A3[][2], in arrayType() function
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DOptimizedBufferization.cpp328 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 DTemplateBase.cpp142 while (const auto *arrayType = type->getAsArrayTypeUnsafe()) { getArrayDepth() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp805 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 DLLVMMemorySlot.cpp690 __anon5e4bab860202(LLVM::LLVMArrayType arrayType) gepToByteOffset() argument
761 __anon5e4bab860702(LLVM::LLVMArrayType arrayType) getSubslotAccessInfo() argument
/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp76 if (!arrayType) return; in addTypedData() local
H A DCGDecl.cpp2314 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 DSPIRVTypes.cpp121 return arrayType.getNumElements(); in getNumElements() local
184 if (auto arrayType = llvm::dyn_cast<ArrayType>(*this)) getSizeInBytes() local
H A DSPIRVOps.cpp599 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 DArithToSPIRV.cpp288 if (auto arrayType = dyn_cast<spirv::ArrayType>(dstType)) in matchAndRewrite() local
/llvm-project/flang/unittests/Optimizer/Builder/
H A DFIRBuilderTest.cpp461 __anon4464ee3c0102(mlir::Type elementType, mlir::Type arrayType) TEST_F() argument
/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp494 if (auto arrayType = dyn_cast<spirv::ArrayType>(type)) { prepareBasicType() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp133 if (auto arrayType = mlir::dyn_cast<fir::SequenceType>(type)) { in toExtendedValue() local
/llvm-project/flang/lib/Semantics/
H A Dcheck-call.cpp1636 std::optional<evaluate::DynamicType> arrayType; CheckReduce() local
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp1427 } else if (auto arrayType = dyn_cast<spirv::ArrayType>(resultType)) { processConstantComposite() local
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1046 const AstTypeMatcher<ArrayType> arrayType; global() variable
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp635 auto *arrayType = llvm::ArrayType::get(elementType, numElements); getLLVMConstant() local
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp732 auto arrayType = LLVM::LLVMArrayType::get(llvmI32Type, values.size()); matchAndRewrite() local
/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp163 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...]

12