Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4656 Address DependenciesArray) { in emitDependData() argument
4676 CGF.Builder.CreateConstGEP(DependenciesArray, *P), KmpDependInfoTy); in emitDependData()
4681 Address(CGF.Builder.CreateGEP(DependenciesArray.getPointer(), Idx), in emitDependData()
4682 DependenciesArray.getAlignment()), in emitDependData()
4773 Address DependenciesArray) { in emitDepobjElements() argument
4819 Address(CGF.Builder.CreateGEP(DependenciesArray.getPointer(), Pos), in emitDepobjElements()
4820 DependenciesArray.getAlignment()); in emitDepobjElements()
4840 Address DependenciesArray = Address::invalid(); in emitDependClause() local
4906 DependenciesArray = CGF.GetAddrOfLocalVar(PD); in emitDependClause()
4913 DependenciesArray = in emitDependClause()
[all …]