Searched defs:modOp (Results 1 – 5 of 5) sorted by relevance
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | Decomposer.cpp | 89 buildConstructQueue(mlir::ModuleOp modOp,Fortran::semantics::SemanticsContext & semaCtx,Fortran::lower::pft::Evaluation & eval,const parser::CharBlock & source,llvm::omp::Directive compound,const List<Clause> & clauses) buildConstructQueue() argument
|
H A D | OpenMP.cpp | 2706 auto modOp = llvm::cast<mlir::ModuleOp>(mod); markOpenMPDeferredDeclareTargetFunctions() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseAssembler.cpp | 195 ModuleOp modOp = funcOp->getParentOfType<ModuleOp>(); matchAndRewrite() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | FIRBuilder.cpp | 48 getNamedFunction(mlir::ModuleOp modOp,const mlir::SymbolTable * symbolTable,llvm::StringRef name) getNamedFunction() argument 63 getNamedFunction(mlir::ModuleOp modOp,const mlir::SymbolTable * symbolTable,mlir::SymbolRefAttr symbol) getNamedFunction() argument 79 getNamedGlobal(mlir::ModuleOp modOp,const mlir::SymbolTable * symbolTable,llvm::StringRef name) getNamedGlobal() argument
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/ |
H A D | OpenMPToLLVMIRTranslation.cpp | 1892 auto modOp = addressOfOp->getParentOfType<mlir::ModuleOp>(); isDeclareTargetLink() local
|