Home
last modified time | relevance | path

Searched defs:arrayTy (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp142 if (auto *arrayTy = dyn_cast<llvm::ArrayType>(type)) { in buildSequentialConstant() local
169 if (auto *arrayTy = dyn_cast<llvm::ArrayType>(type)) { in getInnermostElementType() local
317 if (auto *arrayTy = dyn_cast<llvm::ArrayType>(llvmType)) { in getLLVMConstant() local
/llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/
H A DDialect.cpp401 auto arrayTy = getOperand().getType().cast<RankedTensorType>(); in inferShapes() local
/llvm-project-15.0.7/mlir/examples/toy/Ch4/mlir/
H A DDialect.cpp401 auto arrayTy = getOperand().getType().cast<RankedTensorType>(); in inferShapes() local
/llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/
H A DDialect.cpp401 auto arrayTy = getOperand().getType().cast<RankedTensorType>(); in inferShapes() local
/llvm-project-15.0.7/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp152 auto arrayTy = operand.getType().cast<LLVM::LLVMArrayType>(); in unpackOperandVector() local
/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp456 auto arrayTy = getOperand().getType().cast<RankedTensorType>(); in inferShapes() local
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp588 Type arrayTy = elementType; in convertGlobalMemrefTypeToLLVM() local
607 Type arrayTy = convertGlobalMemrefTypeToLLVM(type, *getTypeConverter()); in matchAndRewrite() local
657 Type arrayTy = convertGlobalMemrefTypeToLLVM(type, *getTypeConverter()); in allocateBuffer() local
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DMemRefBuilder.cpp137 auto arrayTy = LLVM::LLVMArrayType::get(indexType, rank); in size() local
/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/
H A DFIRBuilderTest.cpp413 auto arrayTy = fir::SequenceType::get(shape, builder.getI64Type()); in TEST_F() local
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp1416 auto arrayTy = resultTy.dyn_cast<mlir::LLVM::LLVMArrayType>(); in genBoxOffsetGep() local
1430 } else if (auto arrayTy = in genBoxOffsetGep() local
1440 if (auto arrayTy = resultTy.dyn_cast<mlir::LLVM::LLVMArrayType>()) { in genBoxOffsetGep() local
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp1613 auto arrayTy = fir::SequenceType::get(shape, eleTy); in genArrayLit() local
1704 auto arrayTy = fir::SequenceType::get(shape, eleTy); in genArrayLit() local