Home
last modified time | relevance | path

Searched refs:convertOmpMaster (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/Target/LLVMIR/
DModuleTranslation.h94 virtual LogicalResult convertOmpMaster(Operation &op,
/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp482 LogicalResult ModuleTranslation::convertOmpMaster(Operation &opInst, in convertOmpMaster() function in ModuleTranslation
557 .Case([&](omp::MasterOp) { return convertOmpMaster(opInst, builder); }) in convertOmpOperation()