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