Home
last modified time | relevance | path

Searched defs:ProcBind (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/unittests/Frontend/
H A DOpenMPDecompositionTest.cpp133 using ProcBind = tomp::clause::ProcBindT<TypeTy, IdTy, ExprTy>; typedef
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp897 ProcBindKind ProcBind, in emitProcBindClause() argument
H A DCGOpenMPRuntime.cpp2740 emitProcBindClause(CodeGenFunction & CGF,ProcBindKind ProcBind,SourceLocation Loc) emitProcBindClause() argument
12072 emitProcBindClause(CodeGenFunction & CGF,ProcBindKind ProcBind,SourceLocation Loc) emitProcBindClause() argument
H A DCGStmtOpenMP.cpp1763 ProcBindKind ProcBind = OMP_PROC_BIND_default; EmitOMPParallelDirective() local
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1349 createParallel(const LocationDescription & Loc,InsertPointTy OuterAllocaIP,BodyGenCallbackTy BodyGenCB,PrivatizeCallbackTy PrivCB,FinalizeCallbackTy FiniCB,Value * IfCondition,Value * NumThreads,omp::ProcBindKind ProcBind,bool IsCancellable) createParallel() argument