Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Target/LLVMIR/
DModuleTranslation.h92 virtual LogicalResult convertOmpParallel(Operation &op,
/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp385 ModuleTranslation::convertOmpParallel(Operation &opInst, in convertOmpParallel() function in ModuleTranslation
556 [&](omp::ParallelOp) { return convertOmpParallel(opInst, builder); }) in convertOmpOperation()