Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4266 Address DependenciesArray) { in emitDependData() argument
4294 CGF.Builder.CreateConstGEP(DependenciesArray, *P), KmpDependInfoTy); in emitDependData()
4300 CGF.Builder.CreateGEP(DependenciesArray, Idx), KmpDependInfoTy); in emitDependData()
4376 Address DependenciesArray) { in emitDepobjElements() argument
4398 Address DepAddr = CGF.Builder.CreateGEP(DependenciesArray, Pos); in emitDepobjElements()
4418 Address DependenciesArray = Address::invalid(); in emitDependClause() local
4488 DependenciesArray = CGF.GetAddrOfLocalVar(PD); in emitDependClause()
4495 DependenciesArray = in emitDependClause()
4497 DependenciesArray = CGF.Builder.CreateConstArrayGEP(DependenciesArray, 0); in emitDependClause()
4507 DependenciesArray); in emitDependClause()
[all …]
H A DCGOpenMPRuntime.h688 Address DependenciesArray);