Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1412 omp::OMPInteropType InteropType, Value *Device,
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6952 llvm::omp::OMPInteropType InteropType = llvm::omp::OMPInteropType::Unknown; in EmitOMPInteropDirective() local
6954 InteropType = llvm::omp::OMPInteropType::Target; in EmitOMPInteropDirective()
6957 InteropType = llvm::omp::OMPInteropType::TargetSync; in EmitOMPInteropDirective()
6959 OMPBuilder.createOMPInteropInit(Builder, InteropvarPtr, InteropType, Device, in EmitOMPInteropDirective()
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3768 omp::OMPInteropType InteropType, Value *Device, Value *NumDependences, in createOMPInteropInit() argument
3779 Constant *InteropTypeVal = ConstantInt::get(Int32, (int)InteropType); in createOMPInteropInit()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp7472 QualType InteropType = Context.getTypeDeclType(TD); in checkOpenMPDeclareVariantFunction() local
7479 Params.insert(Params.end(), NumAppendArgs, InteropType); in checkOpenMPDeclareVariantFunction()
17585 QualType InteropType; in isValidInteropVariable() local
17591 InteropType = QualType(TD->getTypeForDecl(), 0); in isValidInteropVariable()
17606 if (!SemaRef.Context.hasSameType(InteropType, VarType)) { in isValidInteropVariable()