Home
last modified time | relevance | path

Searched defs:resultDim (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Dialect/Tensor/Utils/
H A DUtils.cpp157 if (droppedDims.test(resultDim)) { in isCastLikeExtractSliceOp() local
137 for (int64_t resultDim = 0; resultDim < resultType.getRank(); ++resultDim) { isCastLikeInsertSliceOp() local
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DRuntimeOpVerification.cpp303 for (int64_t resultDim : it.value()) { in generateRuntimeVerification() local
/llvm-project/flang/runtime/
H A Dtransformational.cpp839 SubscriptValue &resultDim{resultAt[dim - 1]}; RTDEF() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp1642 getCorrespondingSourceDim(int64_t resultDim) getCorrespondingSourceDim() argument