Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2004 omp::OMPInteropType InteropType, Value *Device,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7026 llvm::omp::OMPInteropType InteropType = llvm::omp::OMPInteropType::Unknown; in EmitOMPInteropDirective() local
7028 InteropType = llvm::omp::OMPInteropType::Target; in EmitOMPInteropDirective()
7031 InteropType = llvm::omp::OMPInteropType::TargetSync; in EmitOMPInteropDirective()
7033 OMPBuilder.createOMPInteropInit(Builder, InteropvarPtr, InteropType, Device, in EmitOMPInteropDirective()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4343 omp::OMPInteropType InteropType, Value *Device, Value *NumDependences, in createOMPInteropInit() argument
4354 Constant *InteropTypeVal = ConstantInt::get(Int32, (int)InteropType); in createOMPInteropInit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7623 QualType InteropType = Context.getTypeDeclType(TD); in checkOpenMPDeclareVariantFunction() local
7630 Params.insert(Params.end(), NumAppendArgs, InteropType); in checkOpenMPDeclareVariantFunction()
17912 QualType InteropType; in isValidInteropVariable() local
17918 InteropType = QualType(TD->getTypeForDecl(), 0); in isValidInteropVariable()
17933 if (!SemaRef.Context.hasSameType(InteropType, VarType)) { in isValidInteropVariable()