Searched refs:dimVal (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | fold-reduction.cpp | 18 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 D | HostAssociations.cpp | 380 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 D | FIRBuilder.cpp | 587 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 D | MutableBox.cpp | 120 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 D | ArrayValueCopy.cpp | 845 auto dimVal = rewriter.create<mlir::arith::ConstantIndexOp>(loc, dim); in getOrReadExtentsAndShapeOp() local 847 arrLoad.getMemref(), dimVal); in getOrReadExtentsAndShapeOp()
|