Home
last modified time | relevance | path

Searched defs:PrivateAddr (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp885 PrivateAddr = in emitCleanups() argument
752 emitAggregateInitialization(CodeGenFunction & CGF,unsigned N,Address PrivateAddr,Address SharedAddr,const OMPDeclareReductionDecl * DRD) emitAggregateInitialization() argument
854 emitInitialization(CodeGenFunction & CGF,unsigned N,Address PrivateAddr,Address SharedAddr,llvm::function_ref<bool (CodeGenFunction &)> DefaultInit) emitInitialization() argument
964 adjustPrivateAddress(CodeGenFunction & CGF,unsigned N,Address PrivateAddr) adjustPrivateAddress() argument
5279 Address PrivateAddr = CGF.EmitLoadOfPointer( emitReduceInitFunction() local
5418 Address PrivateAddr = CGF.EmitLoadOfPointer( emitReduceFiniFunction() local
[all...]
H A DCGStmtOpenMP.cpp1025 Address PrivateAddr = EmitLValue(*IRef).getAddress(); EmitOMPCopyinClause() local
1188 Address PrivateAddr = GetAddrOfLocalVar(PrivateVD); EmitOMPLastprivateClauseFinal() local
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5749 createCopyinClauseBlocks(InsertPointTy IP,Value * MasterAddr,Value * PrivateAddr,llvm::IntegerType * IntPtrTy,bool BranchtoEnd) createCopyinClauseBlocks() argument