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.h712 ENUM(InteropType, Target, Targetsync); // Repeatable
713 using InteropTypes = ListT<InteropType>; // Not a spec name
H A DOMPIRBuilder.h2604 omp::OMPInteropType InteropType, Value *Device,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7085 llvm::omp::OMPInteropType InteropType = in EmitOMPInteropDirective() local
7088 InteropType = llvm::omp::OMPInteropType::Target; in EmitOMPInteropDirective()
7092 InteropType = llvm::omp::OMPInteropType::TargetSync; in EmitOMPInteropDirective()
7094 OMPBuilder.createOMPInteropInit(Builder, InteropvarPtr, InteropType, in EmitOMPInteropDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7412 QualType InteropType = Context.getTypeDeclType(TD); in checkOpenMPDeclareVariantFunction() local
7419 Params.insert(Params.end(), NumAppendArgs, InteropType); in checkOpenMPDeclareVariantFunction()
16702 QualType InteropType; in isValidInteropVariable() local
16708 InteropType = QualType(TD->getTypeForDecl(), 0); in isValidInteropVariable()
16723 if (!SemaRef.Context.hasSameType(InteropType, VarType)) { in isValidInteropVariable()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5898 omp::OMPInteropType InteropType, Value *Device, Value *NumDependences, in createOMPInteropInit() argument
5909 Constant *InteropTypeVal = ConstantInt::get(Int32, (int)InteropType); in createOMPInteropInit()