Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DLoopPipelining.cpp74 void createKernel(
249 void LoopPipelinerInternal::createKernel( in createKernel() function in __anonabfd0d100111::LoopPipelinerInternal
468 pipeliner.createKernel(newForOp, crossStageValues, loopArgMap, rewriter); in returningMatchAndRewrite()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp529 void createKernel(__isl_take isl_ast_node *KernelStmt);
1240 createKernel(UserStmt); in createUser()
1797 void GPUNodeBuilder::createKernel(__isl_take isl_ast_node *KernelStmt) { in createKernel() function in GPUNodeBuilder