Home
last modified time | relevance | path

Searched defs:resultRank (Results 1 – 12 of 12) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Utils/
H A DReshapeOpsUtils.h274 int64_t resultRank = resultType.getRank(); in matchAndRewrite() local
340 int64_t resultRank = resultType.getRank(); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DRuntimeOpVerification.cpp42 Value resultRank = in generateRuntimeVerification() local
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalgNamed.cpp98 int64_t resultRank = resultTy.getRank(); linalgBroadcastAndMaybeExtSI() local
417 int64_t resultRank = resultTy.getRank(); matchAndRewrite() local
[all...]
/llvm-project/flang/unittests/Evaluate/
H A DISO-Fortran-binding.cpp438 constexpr CFI_rank_t resultRank{rank - 1}; in run_CFI_section_tests() local
/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIROps.cpp374 unsigned resultRank = 0; verify() local
1182 std::size_t resultRank = resultShape.size(); verify() local
[all...]
/llvm-project/flang/runtime/
H A Dtransformational.cpp713 SubscriptValue resultRank{shape.GetDimension(0).Extent()}; RTDEF() local
[all...]
/llvm-project/mlir/lib/Dialect/Mesh/IR/
H A DMeshOps.cpp579 auto resultRank = cast<ShapedType>(result.getType()).getRank(); verifyGatherOperandAndResultShape() local
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp1206 Value resultRank = shapeDesc.size(rewriter, loc, 0); convertSourceMemRefToDescriptor() local
/llvm-project/flang/lib/Evaluate/
H A Dintrinsics.cpp2365 int resultRank{0}; Match() local
[all...]
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp5327 unsigned resultRank = genMatmul() local
5354 unsigned resultRank = genMatmulTranspose() local
5947 auto resultRank = mlir::cast<fir::SequenceType>(shapeArrTy).getShape()[0]; genReshape() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp567 if (llvm::any_of(inputTypes, [resultRank](RankedTensorType type) { in verify() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp5219 unsigned resultRank = resultVectorType.getRank(); verifyVectorShapeCast() local