Home
last modified time | relevance | path

Searched refs:OpenMPDialect (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/OpenMP/
DCMakeLists.txt2 IR/OpenMPDialect.cpp
/external/llvm-project/mlir/include/mlir/
DInitAllDialects.h54 omp::OpenMPDialect, in registerAllDialects()
/external/llvm-project/mlir/lib/Conversion/
DPassDetail.h37 class OpenMPDialect; variable
/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertToLLVMIR.cpp53 registry.insert<LLVM::LLVMDialect, omp::OpenMPDialect>(); in registerToLLVMIRTranslation()
/external/llvm-project/mlir/include/mlir/Dialect/OpenMP/
DCMakeLists.txt11 add_mlir_doc(OpenMPOps -gen-dialect-doc OpenMPDialect Dialects/)
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRDialect.h41 mlir::omp::OpenMPDialect, in registerFIRDialects()
/external/llvm-project/mlir/lib/Conversion/SCFToOpenMP/
DSCFToOpenMP.cpp91 target.addLegalDialect<omp::OpenMPDialect>(); in applyPatterns()
/external/llvm-project/mlir/lib/Dialect/OpenMP/IR/
DOpenMPDialect.cpp29 void OpenMPDialect::initialize() { in initialize()
/external/tensorflow/third_party/mlir/
DBUILD3249 ":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/
DPasses.td230 let dependentDialects = ["omp::OpenMPDialect"];