Searched refs:InteropType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | ClauseT.h | 713 ENUM(InteropType, Target, Targetsync); // Repeatable 714 using InteropTypes = ListT<InteropType>; // Not a spec name
|
| H A D | OMPIRBuilder.h | 2806 omp::OMPInteropType InteropType,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 7304 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 D | SemaOpenMP.cpp | 7361 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 D | OMPIRBuilder.cpp | 6224 omp::OMPInteropType InteropType, Value *Device, Value *NumDependences, in createOMPInteropInit() argument 6235 Constant *InteropTypeVal = ConstantInt::get(Int32, (int)InteropType); in createOMPInteropInit()
|