Searched refs:UpperBoundOnly (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 642 int32_t &UpperBound, bool UpperBoundOnly,
|
| H A D | CGOpenMPRuntime.cpp | 6447 bool UpperBoundOnly, llvm::Value **CondVal) { in getNumThreads() argument 6538 bool UpperBoundOnly, llvm::Value **CondVal, const Expr **ThreadLimitExpr) { in getNumThreadsExprForTargetDirective() argument 6539 assert((!CGF.getLangOpts().OpenMPIsTargetDevice || UpperBoundOnly) && in getNumThreadsExprForTargetDirective() 6547 const Expr **NTPtr = UpperBoundOnly ? nullptr : &NT; in getNumThreadsExprForTargetDirective() 6572 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective() 6615 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective() 6629 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective() 6635 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective() 6648 UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
|