HomeSort by: relevance | last modified time | path
    Searched refs:OMPContext (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/lib/libLLVMFrontendOpenMP/
Makefile 10 OMPContext.cpp \
  /src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPContext.h 1 //===- OpenMP/OMPContext.h ----- OpenMP context helper functions - C++ -*-===//
157 struct OMPContext {
158 OMPContext(bool IsDeviceCompilation, Triple TargetTriple);
159 virtual ~OMPContext() = default;
184 const OMPContext &Ctx,
190 const OMPContext &Ctx);
  /src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPContext.cpp 1 //===- OMPContext.cpp ------ Collection of helpers for OpenMP contexts ----===//
15 #include "llvm/Frontend/OpenMP/OMPContext.h"
28 OMPContext::OMPContext(bool IsDeviceCompilation, Triple TargetTriple) {
146 const VariantMatchInfo &VMI, const OMPContext &Ctx,
209 // We overwrite the isa trait as it is actually up to the OMPContext hook to
266 const OMPContext &Ctx,
273 const OMPContext &Ctx,
343 const SmallVectorImpl<VariantMatchInfo> &VMIs, const OMPContext &Ctx) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 2436 : OMPContext(ASTCtx.getLangOpts().OpenMPIsDevice,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 36 #include "llvm/Frontend/OpenMP/OMPContext.h"
8439 /// Clang specific specialization of the OMPContext to lookup target features.
8440 struct TargetOMPContext final : public llvm::omp::OMPContext {
8447 /// See llvm::omp::OMPContext::matchesISATrait

Completed in 69 milliseconds