Searched refs:DependenciesArray (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 4052 Address DependenciesArray) { in emitDependData() argument 4080 CGF.Builder.CreateConstGEP(DependenciesArray, *P), KmpDependInfoTy); in emitDependData() 4086 CGF.Builder.CreateGEP(CGF, DependenciesArray, Idx), KmpDependInfoTy); in emitDependData() 4162 Address DependenciesArray) { in emitDepobjElements() argument 4183 Address DepAddr = CGF.Builder.CreateGEP(CGF, DependenciesArray, Pos); in emitDepobjElements() 4203 Address DependenciesArray = Address::invalid(); in emitDependClause() local 4277 DependenciesArray = CGF.GetAddrOfLocalVar(PD); in emitDependClause() 4284 DependenciesArray = in emitDependClause() 4286 DependenciesArray = CGF.Builder.CreateConstArrayGEP(DependenciesArray, 0); in emitDependClause() 4294 emitDependData(CGF, KmpDependInfoTy, &Pos, Dep, DependenciesArray); in emitDependClause() [all …]
|
| H A D | CGOpenMPRuntime.h | 606 Address DependenciesArray);
|
| H A D | CGStmtOpenMP.cpp | 7285 Address DependenciesArray = Address::invalid(); in EmitOMPInteropDirective() local 7286 std::tie(NumDependences, DependenciesArray) = in EmitOMPInteropDirective() 7289 DependenceList = DependenciesArray.emitRawPointer(*this); in EmitOMPInteropDirective()
|