Home
last modified time | relevance | path

Searched defs:inArg (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DEliminateEmptyTensors.cpp98 BlockArgument inArg = op.getMatchingBlockArgument(in); in linalgOpAnchoredEmptyTensorEliminationStep() local
/llvm-project/flang/test/Semantics/
H A Dspec-expr.f9018 subroutine s2(inArg, inoutArg, outArg, optArg) argument
19 integer, intent(in) :: inArg local
/llvm-project/flang/include/flang/Lower/
H A DIterationSpace.h52 explicit IterationSpace(mlir::Value inArg, mlir::Value outRes, in IterationSpace() argument