Home
last modified time | relevance | path

Searched refs:mapBlockArguments (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformInterfaces.h278 LogicalResult mapBlockArguments(BlockArgument argument, in mapBlockArguments() function
608 LogicalResult mapBlockArguments(TransformState &state, Region &region) { in mapBlockArguments() function
614 LogicalResult mapBlockArguments(TransformState &state) { in mapBlockArguments() function
618 return mapBlockArguments(state, this->getOperation()->getRegion(0)); in mapBlockArguments()
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp214 if (failed(state.mapBlockArguments(reg.front().getArgument(0), clones))) in apply()
286 if (failed(state.mapBlockArguments(getIterationVariable(), {op}))) in apply()
453 if (failed(mapBlockArguments(state))) in apply()
642 if (failed(mapBlockArguments(state))) in apply()
H A DTransformInterfaces.cpp305 return state.mapBlockArguments(region.front().getArgument(0), targets); in mapPossibleTopLevelTransformOpBlockArguments()