Home
last modified time | relevance | path

Searched refs:UpperBoundOnly (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h660 int32_t &UpperBound, bool UpperBoundOnly,
H A DCGOpenMPRuntime.cpp6201 bool UpperBoundOnly, llvm::Value **CondVal) { in getNumThreads() argument
6292 bool UpperBoundOnly, llvm::Value **CondVal, const Expr **ThreadLimitExpr) { in getNumThreadsExprForTargetDirective() argument
6293 assert((!CGF.getLangOpts().OpenMPIsTargetDevice || UpperBoundOnly) && in getNumThreadsExprForTargetDirective()
6301 const Expr **NTPtr = UpperBoundOnly ? nullptr : &NT; in getNumThreadsExprForTargetDirective()
6326 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6367 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6380 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6386 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6398 UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()