Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DClauseT.h713 ENUM(InteropType, Target, Targetsync); // Repeatable
714 using InteropTypes = ListT<InteropType>; // Not a spec name
H A DOMPIRBuilder.h2806 omp::OMPInteropType InteropType,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7304 llvm::omp::OMPInteropType InteropType = in EmitOMPInteropDirective() local
7307 InteropType = llvm::omp::OMPInteropType::Target; in EmitOMPInteropDirective()
7311 InteropType = llvm::omp::OMPInteropType::TargetSync; in EmitOMPInteropDirective()
7313 OMPBuilder.createOMPInteropInit(Builder, InteropvarPtr, InteropType, in EmitOMPInteropDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7361 QualType InteropType = Context.getTypeDeclType(TD); in checkOpenMPDeclareVariantFunction() local
7368 Params.insert(Params.end(), NumAppendArgs, InteropType); in checkOpenMPDeclareVariantFunction()
17294 QualType InteropType; in isValidInteropVariable() local
17300 InteropType = QualType(TD->getTypeForDecl(), 0); in isValidInteropVariable()
17315 if (!SemaRef.Context.hasSameType(InteropType, VarType)) { in isValidInteropVariable()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6224 omp::OMPInteropType InteropType, Value *Device, Value *NumDependences, in createOMPInteropInit() argument
6235 Constant *InteropTypeVal = ConstantInt::get(Int32, (int)InteropType); in createOMPInteropInit()