Home
last modified time | relevance | path

Searched defs:dimVal (Results 1 – 13 of 13) sorted by relevance

/llvm-project/flang/lib/Evaluate/
H A Dfold-reduction.cpp22 auto dimVal{dimScalar->ToInt64()}; in CheckReductionDIM() local
H A Dfold-integer.cpp39 bool isLBound, std::optional<int> &dimVal) { in CheckDimArg() argument
H A Dintrinsics.cpp2324 if (auto dimVal{ToInt64(actualForDummy[*dimArg])}) { Match() local
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DDecomposeMemrefs.cpp
/llvm-project/mlir/lib/Conversion/GPUToLLVMSPV/
H A DGPUToLLVMSPV.cpp140 Value dimVal = rewriter.create<LLVM::ConstantOp>(loc, dimTy, matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DConvertToFIR.cpp735 uint64_t dimVal = dim.getLimitedValue(shapeTy.getRank()); matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DHLFIRTools.cpp504 mlir::Value dimVal = builder.createIntegerConstant(loc, idxTy, dim); computeVariableExtent() local
612 mlir::Value dimVal = builder.createIntegerConstant(loc, idxTy, dim); genLBound() local
H A DMutableBox.cpp125 auto dimVal = builder.createIntegerConstant(loc, idxTy, dim); in readShape() local
H A DFIRBuilder.cpp822 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 DHostAssociations.cpp443 mlir::Value dimVal = builder.createIntegerConstant(loc, idxTy, dim); in getFromTuple() local
H A DAllocatable.cpp574 auto dimVal = builder.createIntegerConstant(loc, idxTy, i); genAllocateObjectBounds() local
/llvm-project/flang/lib/Semantics/
H A Dcheck-call.cpp1646 auto dimVal{evaluate::ToInt64(dim->UnwrapExpr())}; CheckReduce() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp899 auto dimVal = rewriter.create<mlir::arith::ConstantIndexOp>(loc, dim); in getOrReadExtentsAndShapeOp() local