Searched defs:recipe (Results 1 – 1 of 1) sorted by relevance
/llvm-project/flang/lib/Lower/ |
H A D | OpenACC.cpp | 462 genPrivateLikeInitRegion(mlir::OpBuilder & builder,RecipeOp recipe,mlir::Type ty,mlir::Location loc) genPrivateLikeInitRegion() argument 515 if (auto recipe = mod.lookupSymbol<mlir::acc::PrivateRecipeOp>(recipeName)) createOrGetPrivateRecipe() local 520 auto recipe = createOrGetPrivateRecipe() local 655 if (auto recipe = createOrGetFirstprivateRecipe() local 661 auto recipe = createOrGetFirstprivateRecipe() local 845 RecipeOp recipe; genPrivatizations() local 1170 getTripletsFromArgs(mlir::acc::ReductionRecipeOp recipe) getTripletsFromArgs() argument 1184 genCombiner(fir::FirOpBuilder & builder,mlir::Location loc,mlir::acc::ReductionOperator op,mlir::Type ty,mlir::Value value1,mlir::Value value2,mlir::acc::ReductionRecipeOp & recipe,llvm::SmallVector<mlir::Value> & bounds,bool allConstantBound) genCombiner() argument 1330 if (auto recipe = mod.lookupSymbol<mlir::acc::ReductionRecipeOp>(recipeName)) createOrGetReductionRecipe() local 1335 auto recipe = createOrGetReductionRecipe() local 1448 mlir::acc::ReductionRecipeOp recipe = genReductions() local 1684 auto recipe = Fortran::lower::createOrGetPrivateRecipe( privatizeIv() local [all...] |