Searched defs:PrivateAddr (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 751 emitAggregateInitialization(CodeGenFunction & CGF,unsigned N,Address PrivateAddr,Address SharedAddr,const OMPDeclareReductionDecl * DRD) emitAggregateInitialization() argument 853 emitInitialization(CodeGenFunction & CGF,unsigned N,Address PrivateAddr,Address SharedAddr,llvm::function_ref<bool (CodeGenFunction &)> DefaultInit) emitInitialization() argument 884 emitCleanups(CodeGenFunction & CGF,unsigned N,Address PrivateAddr) emitCleanups() argument 963 adjustPrivateAddress(CodeGenFunction & CGF,unsigned N,Address PrivateAddr) adjustPrivateAddress() argument 5268 Address PrivateAddr = CGF.EmitLoadOfPointer( emitReduceInitFunction() local 5407 Address PrivateAddr = CGF.EmitLoadOfPointer( emitReduceFiniFunction() local [all...] |
H A D | CGStmtOpenMP.cpp | 1003 Address PrivateAddr = EmitLValue(*IRef).getAddress(*this); EmitOMPCopyinClause() local 1166 Address PrivateAddr = GetAddrOfLocalVar(PrivateVD); EmitOMPLastprivateClauseFinal() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 4260 createCopyinClauseBlocks(InsertPointTy IP,Value * MasterAddr,Value * PrivateAddr,llvm::IntegerType * IntPtrTy,bool BranchtoEnd) createCopyinClauseBlocks() argument
|