Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4078 Address DependenciesArray) { in emitDependData() argument
4106 CGF.Builder.CreateConstGEP(DependenciesArray, *P), KmpDependInfoTy); in emitDependData()
4112 CGF.Builder.CreateGEP(CGF, DependenciesArray, Idx), KmpDependInfoTy); in emitDependData()
4188 Address DependenciesArray) { in emitDepobjElements() argument
4210 Address DepAddr = CGF.Builder.CreateGEP(CGF, DependenciesArray, Pos); in emitDepobjElements()
4230 Address DependenciesArray = Address::invalid(); in emitDependClause() local
4304 DependenciesArray = CGF.GetAddrOfLocalVar(PD); in emitDependClause()
4311 DependenciesArray = in emitDependClause()
4313 DependenciesArray = CGF.Builder.CreateConstArrayGEP(DependenciesArray, 0); in emitDependClause()
4323 DependenciesArray); in emitDependClause()
[all …]
H A DCGOpenMPRuntime.h624 Address DependenciesArray);
H A DCGStmtOpenMP.cpp7066 Address DependenciesArray = Address::invalid(); in EmitOMPInteropDirective() local
7067 std::tie(NumDependences, DependenciesArray) = in EmitOMPInteropDirective()
7070 DependenceList = DependenciesArray.emitRawPointer(*this); in EmitOMPInteropDirective()