Searched refs:ProcBind (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.h | 191 llvm::omp::ProcBindKind ProcBind,
|
| H A D | CGOpenMPRuntime.h | 1274 llvm::omp::ProcBindKind ProcBind, 2164 llvm::omp::ProcBindKind ProcBind,
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1202 ProcBindKind ProcBind, in emitProcBindClause() argument 1208 CGOpenMPRuntime::emitProcBindClause(CGF, ProcBind, Loc); in emitProcBindClause()
|
| H A D | CGStmtOpenMP.cpp | 1710 ProcBindKind ProcBind = OMP_PROC_BIND_default; in EmitOMPParallelDirective() local 1712 ProcBind = ProcBindClause->getProcBindKind(); in EmitOMPParallelDirective() 1753 IfCond, NumThreads, ProcBind, S.hasCancel())); in EmitOMPParallelDirective()
|
| H A D | CGOpenMPRuntime.cpp | 2921 ProcBindKind ProcBind, in emitProcBindClause() argument 2925 assert(ProcBind != OMP_PROC_BIND_unknown && "Unsupported proc_bind value."); in emitProcBindClause() 2929 llvm::ConstantInt::get(CGM.IntTy, unsigned(ProcBind), /*isSigned=*/true)}; in emitProcBindClause() 12879 ProcBindKind ProcBind, in emitProcBindClause() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 205 Value *NumThreads, omp::ProcBindKind ProcBind,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 484 omp::ProcBindKind ProcBind, bool IsCancellable) { in createParallel() argument 501 if (ProcBind != OMP_PROC_BIND_default) { in createParallel() 505 ConstantInt::get(Int32, unsigned(ProcBind), /*isSigned=*/true)}; in createParallel()
|