Home
last modified time | relevance | path

Searched refs:dimVal (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-reduction.cpp18 auto dimVal{dimScalar->ToInt64()}; in CheckReductionDIM() local
19 if (dimVal >= 1 && dimVal <= rank) { in CheckReductionDIM()
20 dim = dimVal; in CheckReductionDIM()
24 static_cast<std::intmax_t>(dimVal), rank); in CheckReductionDIM()
/llvm-project-15.0.7/flang/lib/Lower/
H A DHostAssociations.cpp380 mlir::Value dimVal = builder.createIntegerConstant(loc, idxTy, dim); in getFromTuple() local
382 box, dimVal); in getFromTuple()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp587 auto dimVal = builder.createIntegerConstant(loc, idxTy, dim); in readExtent() local
590 dimVal) in readExtent()
644 auto dimVal = builder.createIntegerConstant(loc, idxTy, dim); in readExtents() local
646 box.getAddr(), dimVal); in readExtents()
H A DMutableBox.cpp120 auto dimVal = builder.createIntegerConstant(loc, idxTy, dim); in readShape() local
122 irBox, dimVal); in readShape()
/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp845 auto dimVal = rewriter.create<mlir::arith::ConstantIndexOp>(loc, dim); in getOrReadExtentsAndShapeOp() local
847 arrLoad.getMemref(), dimVal); in getOrReadExtentsAndShapeOp()