Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenACC.cpp927 const auto &standaloneDirective = in genACC() local
932 if (standaloneDirective.v == llvm::acc::Directive::ACCD_enter_data) { in genACC()
934 } else if (standaloneDirective.v == llvm::acc::Directive::ACCD_exit_data) { in genACC()
936 } else if (standaloneDirective.v == llvm::acc::Directive::ACCD_init) { in genACC()
938 } else if (standaloneDirective.v == llvm::acc::Directive::ACCD_shutdown) { in genACC()
940 } else if (standaloneDirective.v == llvm::acc::Directive::ACCD_set) { in genACC()
943 } else if (standaloneDirective.v == llvm::acc::Directive::ACCD_update) { in genACC()