Home
last modified time | relevance | path

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

/llvm-project/flang/unittests/Optimizer/
H A DFIRTypesTest.cpp242 mlir::Type arrTy = fir::SequenceType::get({10}, ty); in TEST_F() local
282 mlir::Type arrTy = fir::SequenceType::get({10, 20}, ty); in TEST_F() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAffineDemotion.cpp109 if (auto arrTy = mlir::dyn_cast<fir::SequenceType>(refTy.getEleTy())) { in matchAndRewrite() local
H A DLoopVersioning.cpp466 mlir::Type arrTy = fir::SequenceType::get(newShape, elementType); runOnOperation() local
H A DSimplifyIntrinsics.cpp284 mlir::Type arrTy = fir::SequenceType::get(flatShape, elementType); genReductionLoop() local
577 mlir::Type arrTy = fir::SequenceType::get(flatShape, elementType); genMinMaxlocReductionLoop() local
827 mlir::Type arrTy = fir::SequenceType::get(singleElement, logical); genRuntimeMinMaxlocBody() local
H A DArrayValueCopy.cpp1069 auto arrTy = unwrapPassByRefType(memrefTy); in findNonconstantExtents() local
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DReduction.cpp1344 auto arrTy = fir::dyn_cast_ptrOrBoxEleTy(ty); in genNorm2() local
1093 auto arrTy = fir::dyn_cast_ptrOrBoxEleTy(ty); genMaxloc() local
1140 auto arrTy = fir::dyn_cast_ptrOrBoxEleTy(ty); genMaxval() local
1208 auto arrTy = fir::dyn_cast_ptrOrBoxEleTy(ty); genMinloc() local
1280 auto arrTy = fir::dyn_cast_ptrOrBoxEleTy(ty); genMinval() local
1322 auto arrTy = fir::dyn_cast_ptrOrBoxEleTy(ty); genNorm2Dim() local
1395 auto arrTy = fir::dyn_cast_ptrOrBoxEleTy(ty); genProduct() local
1538 auto arrTy = fir::dyn_cast_ptrOrBoxEleTy(ty); genSum() local
1676 auto arrTy = fir::dyn_cast_ptrOrBoxEleTy(ty); GEN_IALL_IANY_IPARITY() local
1754 auto arrTy = fir::dyn_cast_ptrOrBoxEleTy(ty); genReduce() local
1877 auto arrTy = fir::dyn_cast_ptrOrBoxEleTy(ty); genReduceDim() local
[all...]
H A DCharacter.cpp46 if (auto arrTy = mlir::dyn_cast<fir::SequenceType>(ty)) in discoverKind() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp2017 while (auto arrTy = mlir::dyn_cast<mlir::LLVM::LLVMArrayType>(eleTy)) getArrayElementType() local
2357 if (auto arrTy = mlir::dyn_cast<fir::SequenceType>(type)) { supportedCoordinate() local
2382 if (auto arrTy = mlir::dyn_cast<fir::SequenceType>(type)) { arraysHaveKnownShape() local
2447 if (auto arrTy = mlir::dyn_cast<fir::SequenceType>(cpnTy)) { doRewriteBox() local
2504 if (auto arrTy = mlir::dyn_cast<fir::SequenceType>(cpnTy)) { doRewriteRefOrPtr() local
2555 if (auto arrTy = mlir::dyn_cast<fir::SequenceType>(cpnTy)) { doRewriteRefOrPtr() local
2711 auto arrTy = mlir::dyn_cast<mlir::LLVM::LLVMArrayType>(ty); attributeTypeIsCompatible() local
[all...]
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp380 auto arrTy = mlir::dyn_cast<fir::SequenceType>(eleTy); verify() local
470 else if (auto arrTy = mlir::dyn_cast<fir::SequenceType>( matchAndRewrite() local
826 auto arrTy = mlir::dyn_cast<fir::SequenceType>(eleTy); verify() local
918 auto arrTy = mlir::cast<fir::SequenceType>(getSequence().getType()); verify() local
940 auto arrTy = mlir::cast<fir::SequenceType>(getSequence().getType()); verify() local
962 auto arrTy = mlir::cast<fir::SequenceType>(getSequence().getType()); verify() local
982 auto arrTy = mlir::cast<fir::SequenceType>(getSequence().getType()); verify() local
1475 if (auto arrTy = mlir::dyn_cast<fir::SequenceType>(eleTy)) { verify() local
[all...]
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp183 auto arrTy = mlir::dyn_cast<fir::SequenceType>(type); in elideExtentsAlreadyInType() local
201 if (auto arrTy = mlir::dyn_cast<fir::SequenceType>(type)) in elideLengthsAlreadyInType() local
1412 auto arrTy = fir::SequenceType::get(builder.getIntegerType(8), 1); getRaggedArrayHeaderType() local
H A DIntrinsicCall.cpp3810 mlir::Type arrTy = fir::dyn_cast_ptrOrBoxEleTy(ty); genReduction() local
5852 mlir::Type arrTy = fir::dyn_cast_ptrOrBoxEleTy(ty); genReduce() local
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp265 mlir::Type arrTy = load.getType(); global() local
1481 genSubType(mlir::Type arrTy,unsigned dims) genSubType() argument
1576 mlir::Type arrTy = fir::dyn_cast_ptrEleTy(addr.getType()); genOffsetAndCoordinateOp() local
1661 mlir::Type arrTy = fir::dyn_cast_ptrOrBoxEleTy(addr.getType()); genArrayCoorOp() local
3501 auto arrTy = mlir::cast<fir::SequenceType>( lowerNewArrayExpression() local
3986 mlir::Type arrTy = innerArg.getType(); defaultStoreToDestination() local
4147 mlir::Type arrTy = fir::dyn_cast_ptrOrBoxEleTy(tmp.getType()); genMaskAccess() local
5655 mlir::Type arrTy = fir::dyn_cast_ptrOrBoxEleTy(memref.getType()); genarr() local
6005 reduceRank(mlir::Type arrTy,mlir::Value slice) reduceRank() argument
7560 mlir::Type arrTy = fir::dyn_cast_ptrOrBoxEleTy(addr.getType()); genArrayLoad() local
[all...]
H A DConvertConstant.cpp190 auto arrTy = mlir::cast<fir::SequenceType>(symTy); tryCreatingGlobal() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1974 getArrayElementSizeInBits(LLVM::LLVMArrayType arrTy,DataLayout & dl) getArrayElementSizeInBits() argument
2023 if (auto arrTy = llvm::dyn_cast_if_present<LLVM::LLVMArrayType>(type)) getSizeInBytes() local