Searched refs:ProcBind (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.h | 162 llvm::omp::ProcBindKind ProcBind,
|
H A D | CGOpenMPRuntime.h | 1069 llvm::omp::ProcBindKind ProcBind, 1927 llvm::omp::ProcBindKind ProcBind,
|
H A D | CGOpenMPRuntimeGPU.cpp | 897 ProcBindKind ProcBind, in emitProcBindClause() argument
|
H A D | CGStmtOpenMP.cpp | 1768 ProcBindKind ProcBind = OMP_PROC_BIND_default; in EmitOMPParallelDirective() local 1770 ProcBind = ProcBindClause->getProcBindKind(); in EmitOMPParallelDirective() 1808 IfCond, NumThreads, ProcBind, S.hasCancel())); in EmitOMPParallelDirective()
|
H A D | CGOpenMPRuntime.cpp | 2741 ProcBindKind ProcBind, in emitProcBindClause() argument 2745 assert(ProcBind != OMP_PROC_BIND_unknown && "Unsupported proc_bind value."); in emitProcBindClause() 2749 llvm::ConstantInt::get(CGM.IntTy, unsigned(ProcBind), /*isSigned=*/true)}; in emitProcBindClause() 12083 ProcBindKind ProcBind, in emitProcBindClause() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 663 Value *NumThreads, omp::ProcBindKind ProcBind,
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1349 omp::ProcBindKind ProcBind, bool IsCancellable) { in createParallel() argument 1376 if (ProcBind != OMP_PROC_BIND_default) { in createParallel() 1380 ConstantInt::get(Int32, unsigned(ProcBind), /*isSigned=*/true)}; in createParallel()
|