Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2807 Value *Device, Value *NumDependences,
2823 Value *NumDependences,
2839 Value *NumDependences,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6224 omp::OMPInteropType InteropType, Value *Device, Value *NumDependences, in createOMPInteropInit() argument
6236 if (NumDependences == nullptr) { in createOMPInteropInit()
6237 NumDependences = ConstantInt::get(Int32, 0); in createOMPInteropInit()
6244 Device, NumDependences, DependenceAddress, HaveNowaitClauseVal}; in createOMPInteropInit()
6253 Value *NumDependences, Value *DependenceAddress, bool HaveNowaitClause) { in createOMPInteropDestroy() argument
6263 if (NumDependences == nullptr) { in createOMPInteropDestroy()
6264 NumDependences = ConstantInt::get(Int32, 0); in createOMPInteropDestroy()
6271 NumDependences, DependenceAddress, HaveNowaitClauseVal}; in createOMPInteropDestroy()
6280 Value *NumDependences, in createOMPInteropUse() argument
6291 if (NumDependences == nullptr) { in createOMPInteropUse()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7275 llvm::Value *NumDependences = nullptr; in EmitOMPInteropDirective() local
7286 std::tie(NumDependences, DependenciesArray) = in EmitOMPInteropDirective()
7314 Device, NumDependences, DependenceList, in EmitOMPInteropDirective()
7325 NumDependences, DependenceList, in EmitOMPInteropDirective()
7336 NumDependences, DependenceList, in EmitOMPInteropDirective()