Searched refs:NumDependences (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2605 Value *NumDependences, 2621 Value *NumDependences, 2637 Value *NumDependences, Value *DependenceAddress,
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 5898 omp::OMPInteropType InteropType, Value *Device, Value *NumDependences, in createOMPInteropInit() argument 5910 if (NumDependences == nullptr) { in createOMPInteropInit() 5911 NumDependences = ConstantInt::get(Int32, 0); in createOMPInteropInit() 5918 Device, NumDependences, DependenceAddress, HaveNowaitClauseVal}; in createOMPInteropInit() 5927 Value *NumDependences, Value *DependenceAddress, bool HaveNowaitClause) { in createOMPInteropDestroy() argument 5937 if (NumDependences == nullptr) { in createOMPInteropDestroy() 5938 NumDependences = ConstantInt::get(Int32, 0); in createOMPInteropDestroy() 5945 NumDependences, DependenceAddress, HaveNowaitClauseVal}; in createOMPInteropDestroy() 5954 Value *NumDependences, in createOMPInteropUse() argument 5965 if (NumDependences == nullptr) { in createOMPInteropUse() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 7056 llvm::Value *NumDependences = nullptr; in EmitOMPInteropDirective() local 7067 std::tie(NumDependences, DependenciesArray) = in EmitOMPInteropDirective() 7095 Device, NumDependences, DependenceList, in EmitOMPInteropDirective() 7106 NumDependences, DependenceList, in EmitOMPInteropDirective() 7117 NumDependences, DependenceList, in EmitOMPInteropDirective()
|