Searched refs:NumDependences (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 1164 Value *NumDependences, 1180 Value *NumDependences, 1196 Value *NumDependences, Value *DependenceAddress,
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 3560 omp::OMPInteropType InteropType, Value *Device, Value *NumDependences, in createOMPInteropInit() argument 3572 if (NumDependences == nullptr) { in createOMPInteropInit() 3573 NumDependences = ConstantInt::get(Int32, 0); in createOMPInteropInit() 3580 Device, NumDependences, DependenceAddress, HaveNowaitClauseVal}; in createOMPInteropInit() 3599 if (NumDependences == nullptr) { in createOMPInteropDestroy() 3600 NumDependences = ConstantInt::get(Int32, 0); in createOMPInteropDestroy() 3607 NumDependences, DependenceAddress, HaveNowaitClauseVal}; in createOMPInteropDestroy() 3616 Value *NumDependences, in createOMPInteropUse() argument 3627 if (NumDependences == nullptr) { in createOMPInteropUse() 3628 NumDependences = ConstantInt::get(Int32, 0); in createOMPInteropUse() [all …]
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 6953 llvm::Value *NumDependences = nullptr; in EmitOMPInteropDirective() local 6962 NumDependences = DependencePair.first; in EmitOMPInteropDirective() 6984 NumDependences, DependenceAddress, in EmitOMPInteropDirective() 6990 NumDependences, DependenceAddress, in EmitOMPInteropDirective() 6996 NumDependences, DependenceAddress, in EmitOMPInteropDirective()
|