Home
last modified time | relevance | path

Searched refs:NumDependences (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2005 Value *NumDependences,
2021 Value *NumDependences,
2037 Value *NumDependences, Value *DependenceAddress,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4343 omp::OMPInteropType InteropType, Value *Device, Value *NumDependences, in createOMPInteropInit() argument
4355 if (NumDependences == nullptr) { in createOMPInteropInit()
4356 NumDependences = ConstantInt::get(Int32, 0); in createOMPInteropInit()
4363 Device, NumDependences, DependenceAddress, HaveNowaitClauseVal}; in createOMPInteropInit()
4382 if (NumDependences == nullptr) { in createOMPInteropDestroy()
4383 NumDependences = ConstantInt::get(Int32, 0); in createOMPInteropDestroy()
4390 NumDependences, DependenceAddress, HaveNowaitClauseVal}; in createOMPInteropDestroy()
4399 Value *NumDependences, in createOMPInteropUse() argument
4410 if (NumDependences == nullptr) { in createOMPInteropUse()
4411 NumDependences = ConstantInt::get(Int32, 0); in createOMPInteropUse()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7000 llvm::Value *NumDependences = nullptr; in EmitOMPInteropDirective() local
7011 std::tie(NumDependences, DependenciesArray) = in EmitOMPInteropDirective()
7034 NumDependences, DependenceList, in EmitOMPInteropDirective()
7040 NumDependences, DependenceList, in EmitOMPInteropDirective()
7046 NumDependences, DependenceList, in EmitOMPInteropDirective()