Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1165 Value *DependenceAddress,
1181 Value *DependenceAddress,
1196 Value *NumDependences, Value *DependenceAddress,
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3561 Value *DependenceAddress, bool HaveNowaitClause) { in createOMPInteropInit() argument
3575 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropInit()
3580 Device, NumDependences, DependenceAddress, HaveNowaitClauseVal}; in createOMPInteropInit()
3589 Value *NumDependences, Value *DependenceAddress, bool HaveNowaitClause) { in createOMPInteropDestroy() argument
3602 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropDestroy()
3607 NumDependences, DependenceAddress, HaveNowaitClauseVal}; in createOMPInteropDestroy()
3617 Value *DependenceAddress, in createOMPInteropUse() argument
3630 DependenceAddress = ConstantPointerNull::get(PointerTypeVar); in createOMPInteropUse()
3635 NumDependences, DependenceAddress, HaveNowaitClauseVal}; in createOMPInteropUse()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6954 llvm::Value *DependenceAddress = nullptr; in EmitOMPInteropDirective() local
6963 DependenceAddress = Builder.CreatePointerCast( in EmitOMPInteropDirective()
6984 NumDependences, DependenceAddress, in EmitOMPInteropDirective()
6990 NumDependences, DependenceAddress, in EmitOMPInteropDirective()
6996 NumDependences, DependenceAddress, in EmitOMPInteropDirective()