Searched defs:bbarg (Results 1 – 2 of 2) sorted by relevance
140 for (auto bbarg : genericOp.getRegionInputArgs()) in matchAndRewrite() local 144 BlockArgument bbarg = genericOp.getMatchingBlockArgument(op); in matchAndRewrite() local 149 BlockArgument bbarg = genericOp.getMatchingBlockArgument(&op); in matchAndRewrite() local [all...]
1303 BlockArgument bbarg = linalgOp.getMatchingBlockArgument(opOperand); vectorizeAsLinalgGeneric() local