Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DAllReduceLowering.cpp233 ? getCmpFactory<arith::CmpFOp, arith::CmpFPredicate, in getFactory()
235 : getCmpFactory<arith::CmpIOp, arith::CmpIPredicate, in getFactory()
239 ? getCmpFactory<arith::CmpFOp, arith::CmpFPredicate, in getFactory()
241 : getCmpFactory<arith::CmpIOp, arith::CmpIPredicate, in getFactory()
258 AccumulatorFactory getCmpFactory() const { in getCmpFactory() function