Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DAllReduceLowering.cpp99 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
220 return isFloatingPoint ? getFactory<arith::AddFOp>() in getFactory()
223 return isFloatingPoint ? getFactory<arith::MulFOp>() in getFactory()
226 return getFactory<arith::AndIOp>(); in getFactory()
228 return getFactory<arith::OrIOp>(); in getFactory()
230 return getFactory<arith::XOrIOp>(); in getFactory()
[all …]
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h815 AttributeFactory &getFactory() const { return Factory; } in getFactory() function
H A DDeclSpec.h1924 HasInitializer(false), Attrs(DS.getAttributePool().getFactory()), in Declarator()
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp223 I.Fun.MethodQualifiers = new DeclSpec(attrs.getPool().getFactory()); in getFunction()
H A DSemaDecl.cpp13491 DeclSpec DS(Attrs.getPool().getFactory()); in ActOnCXXForRangeIdentifier()