Searched refs:OpenMPDialect (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/OpenMP/ |
D | CMakeLists.txt | 2 IR/OpenMPDialect.cpp
|
/external/llvm-project/mlir/include/mlir/ |
D | InitAllDialects.h | 54 omp::OpenMPDialect, in registerAllDialects()
|
/external/llvm-project/mlir/lib/Conversion/ |
D | PassDetail.h | 37 class OpenMPDialect; variable
|
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | ConvertToLLVMIR.cpp | 53 registry.insert<LLVM::LLVMDialect, omp::OpenMPDialect>(); in registerToLLVMIRTranslation()
|
/external/llvm-project/mlir/include/mlir/Dialect/OpenMP/ |
D | CMakeLists.txt | 11 add_mlir_doc(OpenMPOps -gen-dialect-doc OpenMPDialect Dialects/)
|
/external/llvm-project/flang/include/flang/Optimizer/Dialect/ |
D | FIRDialect.h | 41 mlir::omp::OpenMPDialect, in registerFIRDialects()
|
/external/llvm-project/mlir/lib/Conversion/SCFToOpenMP/ |
D | SCFToOpenMP.cpp | 91 target.addLegalDialect<omp::OpenMPDialect>(); in applyPatterns()
|
/external/llvm-project/mlir/lib/Dialect/OpenMP/IR/ |
D | OpenMPDialect.cpp | 29 void OpenMPDialect::initialize() { in initialize()
|
/external/tensorflow/third_party/mlir/ |
D | BUILD | 3249 ":OpenMPDialect", 3553 ":OpenMPDialect", 3667 ":OpenMPDialect", 3697 ":OpenMPDialect", 3869 ":OpenMPDialect", 3923 ":OpenMPDialect", 4014 ":OpenMPDialect", 4360 name = "OpenMPDialect", 4396 ":OpenMPDialect",
|
/external/llvm-project/mlir/include/mlir/Conversion/ |
D | Passes.td | 230 let dependentDialects = ["omp::OpenMPDialect"];
|