Lines Matching refs:NumDependences
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()
3589 Value *NumDependences, Value *DependenceAddress, bool HaveNowaitClause) { in createOMPInteropDestroy() argument
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()
3635 NumDependences, DependenceAddress, HaveNowaitClauseVal}; in createOMPInteropUse()