Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h660 int32_t &UpperBound, bool UpperBoundOnly,
H A DCGOpenMPRuntime.cpp6186 bool UpperBoundOnly, llvm::Value **CondVal) { in getNumThreads() argument
6277 bool UpperBoundOnly, llvm::Value **CondVal, const Expr **ThreadLimitExpr) { in getNumThreadsExprForTargetDirective() argument
6278 assert((!CGF.getLangOpts().OpenMPIsTargetDevice || UpperBoundOnly) && in getNumThreadsExprForTargetDirective()
6286 const Expr **NTPtr = UpperBoundOnly ? nullptr : &NT; in getNumThreadsExprForTargetDirective()
6311 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6352 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6365 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6371 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()
6383 UpperBoundOnly, CondVal); in getNumThreadsExprForTargetDirective()