Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIRDialect.cpp125 if (auto arrayTy = mlir::dyn_cast<fir::SequenceType>( in isFortranNumericalArrayObject() local
134 if (auto arrayTy = mlir::dyn_cast<fir::SequenceType>( in isFortranNumericalOrLogicalArrayObject() local
165 if (auto arrayTy = mlir::dyn_cast<fir::SequenceType>( in isFortranLogicalArrayObject() local
H A DHLFIROps.cpp881 llvm::ArrayRef<int64_t> arrayShape = arrayTy.getShape(); in verifyResultForMinMaxLoc() local
676 fir::SequenceType arrayTy = mlir::cast<fir::SequenceType>( verifyArrayAndMaskForReductionOp() local
722 fir::SequenceType arrayTy = mlir::cast<fir::SequenceType>( verifyNumericalReductionOp() local
791 fir::SequenceType arrayTy = mlir::cast<fir::SequenceType>( verifyCharacterReductionOp() local
1175 fir::SequenceType arrayTy = mlir::cast<fir::SequenceType>( verify() local
[all...]
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DPrintCallHelper.cpp48 auto arrayTy = in createPrintStrCall() local
H A DMemRefBuilder.cpp134 auto arrayTy = LLVM::LLVMArrayType::get(indexType, rank); in size() local
/llvm-project/flang/lib/Lower/
H A DConvertConstant.cpp568 mlir::Location loc, mlir::Type arrayTy, in genInlinedArrayLit() argument
649 genOutlineArrayLit(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Type arrayTy,const Fortran::evaluate::Constant<T> & constant) genOutlineArrayLit() argument
713 auto arrayTy = fir::SequenceType::get(shape, eleTy); genArrayLit() local
[all...]
/llvm-project/mlir/examples/toy/Ch4/mlir/
H A DDialect.cpp418 auto arrayTy = llvm::cast<RankedTensorType>(getOperand().getType()); in inferShapes() local
/llvm-project/mlir/examples/toy/Ch6/mlir/
H A DDialect.cpp418 auto arrayTy = llvm::cast<RankedTensorType>(getOperand().getType()); in inferShapes() local
/llvm-project/mlir/examples/toy/Ch5/mlir/
H A DDialect.cpp418 auto arrayTy = llvm::cast<RankedTensorType>(getOperand().getType()); in inferShapes() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp319 if (auto *arrayTy = dyn_cast<llvm::ArrayType>(type)) { buildSequentialConstant() local
346 if (auto *arrayTy = dyn_cast<llvm::ArrayType>(type)) { getInnermostElementType() local
606 if (auto *arrayTy = dyn_cast<llvm::ArrayType>(llvmType)) { getLLVMConstant() local
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp478 return arrayTy; in convertGlobalMemrefTypeToLLVM() local
497 Type arrayTy = convertGlobalMemrefTypeToLLVM(type, *getTypeConverter()); matchAndRewrite() local
556 Type arrayTy = convertGlobalMemrefTypeToLLVM(type, *getTypeConverter()); allocateBuffer() local
/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp480 auto arrayTy = llvm::cast<RankedTensorType>(getOperand().getType()); in inferShapes() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp1073 } else if (auto arrayTy = convertSubcomponentIndices() local
1387 auto arrayTy = mlir::dyn_cast<mlir::LLVM::LLVMArrayType>(resultTy); genBoxOffsetGep() local
1399 if (auto arrayTy = mlir::dyn_cast<mlir::LLVM::LLVMArrayType>(resultTy)) { genBoxOffsetGep() local
2230 while (auto arrayTy = doRewrite() local
[all...]
/llvm-project/flang/unittests/Optimizer/Builder/
H A DFIRBuilderTest.cpp415 auto arrayTy = fir::SequenceType::get(shape, builder.getI64Type()); TEST_F() local
/llvm-project/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp186 auto arrayTy = cast<LLVM::LLVMArrayType>(operand.getType()); unpackOperandVector() local