Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DOpenACC.cpp899 const auto &standaloneDirective = in genACC() local
904 if (standaloneDirective.v == llvm::acc::Directive::ACCD_enter_data) { in genACC()
906 } else if (standaloneDirective.v == llvm::acc::Directive::ACCD_exit_data) { in genACC()
908 } else if (standaloneDirective.v == llvm::acc::Directive::ACCD_init) { in genACC()
910 } else if (standaloneDirective.v == llvm::acc::Directive::ACCD_shutdown) { in genACC()
912 } else if (standaloneDirective.v == llvm::acc::Directive::ACCD_set) { in genACC()
914 } else if (standaloneDirective.v == llvm::acc::Directive::ACCD_update) { in genACC()