Home
last modified time | relevance | path

Searched defs:dimValue (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DResolveShapedTypeResultDims.cpp43 OpResult dimValue = dyn_cast<OpResult>(dimOp.getSource()); matchAndRewrite() local
85 OpResult dimValue = dyn_cast<OpResult>(dimOp.getSource()); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Tensor/Transforms/
H A DConcatOpPatterns.cpp47 Value dimValue = matchAndRewrite() local
/llvm-project/mlir/test/CAPI/
H A Dir.c170 MlirValue dimValue = mlirOperationGetResult(dim, 0); in makeAndDumpAdd() local
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp2130 if (auto dimValue = llvm::dyn_cast_if_present<Value>(sz)) inferDynamicDimsForGather() local
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp3360 Value dimValue = dimOperands[dimExpr.getPosition()]; matchAndRewrite() local
/llvm-project/flang/lib/Lower/
H A DOpenACC.cpp4012 const std::optional<int64_t> dimValue = Fortran::evaluate::ToInt64( genOpenACCRoutineConstruct() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp6420 mlir::Value dimValue = builder.create<fir::LoadOp>(loc, dim); genSize() local