Home
last modified time | relevance | path

Searched refs:DependenceAddress (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1414 Value *DependenceAddress,
1430 Value *DependenceAddress,
1445 Value *NumDependences, Value *DependenceAddress,
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3769 Value *DependenceAddress, bool HaveNowaitClause) { in createOMPInteropInit() argument
3783 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropInit()
3788 Device, NumDependences, DependenceAddress, HaveNowaitClauseVal}; in createOMPInteropInit()
3797 Value *NumDependences, Value *DependenceAddress, bool HaveNowaitClause) { in createOMPInteropDestroy() argument
3810 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropDestroy()
3815 NumDependences, DependenceAddress, HaveNowaitClauseVal}; in createOMPInteropDestroy()
3825 Value *DependenceAddress, in createOMPInteropUse() argument
3838 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropUse()
3843 NumDependences, DependenceAddress, HaveNowaitClauseVal}; in createOMPInteropUse()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6930 llvm::Value *DependenceAddress = nullptr; in EmitOMPInteropDirective() local
6939 DependenceAddress = Builder.CreatePointerCast( in EmitOMPInteropDirective()
6960 NumDependences, DependenceAddress, in EmitOMPInteropDirective()
6966 NumDependences, DependenceAddress, in EmitOMPInteropDirective()
6972 NumDependences, DependenceAddress, in EmitOMPInteropDirective()