clang 22.0.0git
|
This is the complete list of members for clang::CIRGen::OpenACCRecipeBuilderBase, including all inherited members.
builder | clang::CIRGen::OpenACCRecipeBuilderBase | protected |
cgf | clang::CIRGen::OpenACCRecipeBuilderBase | protected |
convertReductionOp(OpenACCReductionOperator op) | clang::CIRGen::OpenACCRecipeBuilderBase | protected |
createBoundsLoop(mlir::Value subscriptedValue, mlir::Value subscriptedValue2, mlir::Value bound, mlir::Location loc, bool inverse) | clang::CIRGen::OpenACCRecipeBuilderBase | protected |
createBoundsLoop(mlir::Value subscriptedValue, mlir::Value bound, mlir::Location loc, bool inverse) | clang::CIRGen::OpenACCRecipeBuilderBase | inlineprotected |
createFirstprivateRecipeCopy(mlir::Location loc, mlir::Location locEnd, mlir::Value mainOp, const VarDecl *allocaDecl, const VarDecl *temporary, mlir::Region ©Region, size_t numBounds) | clang::CIRGen::OpenACCRecipeBuilderBase | protected |
createInitRecipe(mlir::Location loc, mlir::Location locEnd, SourceRange exprRange, mlir::Value mainOp, mlir::Region &recipeInitRegion, size_t numBounds, llvm::ArrayRef< QualType > boundTypes, const VarDecl *allocaDecl, QualType origType, bool emitInitExpr) | clang::CIRGen::OpenACCRecipeBuilderBase | protected |
createRecipeBlock(mlir::Region ®ion, mlir::Type opTy, mlir::Location loc, size_t numBounds, bool isInit) | clang::CIRGen::OpenACCRecipeBuilderBase | protected |
createRecipeDestroySection(mlir::Location loc, mlir::Location locEnd, mlir::Value mainOp, CharUnits alignment, QualType origType, size_t numBounds, QualType baseType, mlir::Region &destroyRegion) | clang::CIRGen::OpenACCRecipeBuilderBase | protected |
createReductionRecipeCombiner(mlir::Location loc, mlir::Location locEnd, mlir::Value mainOp, mlir::acc::ReductionRecipeOp recipe, size_t numBounds, QualType origType, llvm::ArrayRef< OpenACCReductionRecipe::CombinerRecipe > combinerRecipes) | clang::CIRGen::OpenACCRecipeBuilderBase | protected |
OpenACCRecipeBuilderBase(CIRGen::CIRGenFunction &cgf, CIRGen::CIRGenBuilderTy &builder) | clang::CIRGen::OpenACCRecipeBuilderBase | inlineprotected |