Searched defs:ProcBind (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPDecompositionTest.cpp | 133 using ProcBind = tomp::clause::ProcBindT<TypeTy, IdTy, ExprTy>; typedef
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 897 ProcBindKind ProcBind, in emitProcBindClause() argument
|
H A D | CGOpenMPRuntime.cpp | 2740 emitProcBindClause(CodeGenFunction & CGF,ProcBindKind ProcBind,SourceLocation Loc) emitProcBindClause() argument 12072 emitProcBindClause(CodeGenFunction & CGF,ProcBindKind ProcBind,SourceLocation Loc) emitProcBindClause() argument
|
H A D | CGStmtOpenMP.cpp | 1763 ProcBindKind ProcBind = OMP_PROC_BIND_default; EmitOMPParallelDirective() local
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1349 createParallel(const LocationDescription & Loc,InsertPointTy OuterAllocaIP,BodyGenCallbackTy BodyGenCB,PrivatizeCallbackTy PrivCB,FinalizeCallbackTy FiniCB,Value * IfCondition,Value * NumThreads,omp::ProcBindKind ProcBind,bool IsCancellable) createParallel() argument
|