Searched refs:mapBlockArguments (Results 1 – 3 of 3) sorted by relevance
278 LogicalResult mapBlockArguments(BlockArgument argument, in mapBlockArguments() function608 LogicalResult mapBlockArguments(TransformState &state, Region ®ion) { in mapBlockArguments() function614 LogicalResult mapBlockArguments(TransformState &state) { in mapBlockArguments() function618 return mapBlockArguments(state, this->getOperation()->getRegion(0)); in mapBlockArguments()
214 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()
305 return state.mapBlockArguments(region.front().getArgument(0), targets); in mapPossibleTopLevelTransformOpBlockArguments()