Searched refs:NumDependences (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 2005 Value *NumDependences, 2021 Value *NumDependences, 2037 Value *NumDependences, Value *DependenceAddress,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 4343 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 D | CGStmtOpenMP.cpp | 7000 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()
|