Lines Matching refs:getFactory
99 AccumulatorFactory accumFactory = getFactory(); in rewrite()
170 AccumulatorFactory getFactory() { in getFactory() function
173 return getFactory(body); in getFactory()
176 return getFactory(*opAttr); in getFactory()
183 AccumulatorFactory getFactory(Region &body) { in getFactory() function
216 AccumulatorFactory getFactory(gpu::AllReduceOperation opName) { in getFactory() function
220 return isFloatingPoint ? getFactory<arith::AddFOp>() in getFactory()
221 : getFactory<arith::AddIOp>(); in getFactory()
223 return isFloatingPoint ? getFactory<arith::MulFOp>() in getFactory()
224 : getFactory<arith::MulIOp>(); in getFactory()
226 return getFactory<arith::AndIOp>(); in getFactory()
228 return getFactory<arith::OrIOp>(); in getFactory()
230 return getFactory<arith::XOrIOp>(); in getFactory()
249 AccumulatorFactory getFactory() { in getFactory() function