Searched defs:dimVal (Results 1 – 13 of 13) sorted by relevance
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-reduction.cpp | 22 auto dimVal{dimScalar->ToInt64()}; in CheckReductionDIM() local
|
H A D | fold-integer.cpp | 39 bool isLBound, std::optional<int> &dimVal) { in CheckDimArg() argument
|
H A D | intrinsics.cpp | 2324 if (auto dimVal{ToInt64(actualForDummy[*dimArg])}) { Match() local
|
/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
H A D | DecomposeMemrefs.cpp |
|
/llvm-project/mlir/lib/Conversion/GPUToLLVMSPV/ |
H A D | GPUToLLVMSPV.cpp | 140 Value dimVal = rewriter.create<LLVM::ConstantOp>(loc, dimTy, matchAndRewrite() local
|
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | ConvertToFIR.cpp | 735 uint64_t dimVal = dim.getLimitedValue(shapeTy.getRank()); matchAndRewrite() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | HLFIRTools.cpp | 504 mlir::Value dimVal = builder.createIntegerConstant(loc, idxTy, dim); computeVariableExtent() local 612 mlir::Value dimVal = builder.createIntegerConstant(loc, idxTy, dim); genLBound() local
|
H A D | MutableBox.cpp | 125 auto dimVal = builder.createIntegerConstant(loc, idxTy, dim); in readShape() local
|
H A D | FIRBuilder.cpp | 822 auto dimVal = builder.createIntegerConstant(loc, idxTy, dim); readExtent() local 879 auto dimVal = builder.createIntegerConstant(loc, idxTy, dim); readExtents() local
|
/llvm-project/flang/lib/Lower/ |
H A D | HostAssociations.cpp | 443 mlir::Value dimVal = builder.createIntegerConstant(loc, idxTy, dim); in getFromTuple() local
|
H A D | Allocatable.cpp | 574 auto dimVal = builder.createIntegerConstant(loc, idxTy, i); genAllocateObjectBounds() local
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-call.cpp | 1646 auto dimVal{evaluate::ToInt64(dim->UnwrapExpr())}; CheckReduce() local
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | ArrayValueCopy.cpp | 899 auto dimVal = rewriter.create<mlir::arith::ConstantIndexOp>(loc, dim); in getOrReadExtentsAndShapeOp() local
|