Searched defs:PrivateAddr (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h370 Address PrivateAddr = Address::invalid(); member in struct:clang::CodeGen::CGOpenMPRuntimeGPU::MappedVarData
H A DCGStmtOpenMP.cpp1003 Address PrivateAddr = EmitLValue(*IRef).getAddress(*this); local
1166 Address PrivateAddr = GetAddrOfLocalVar(PrivateVD); local
H A DCGOpenMPRuntime.cpp750 emitAggregateInitialization( CodeGenFunction &CGF, unsigned N, Address PrivateAddr, Address SharedAddr, const OMPDeclareReductionDecl *DRD) argument
852 emitInitialization( CodeGenFunction &CGF, unsigned N, Address PrivateAddr, Address SharedAddr, llvm::function_ref<bool(CodeGenFunction &)> DefaultInit) argument
883 emitCleanups(CodeGenFunction &CGF, unsigned N, Address PrivateAddr) argument
962 adjustPrivateAddress(CodeGenFunction &CGF, unsigned N, Address PrivateAddr) argument
5268 Address PrivateAddr = CGF.EmitLoadOfPointer( local
5407 Address PrivateAddr = CGF.EmitLoadOfPointer( local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4259 createCopyinClauseBlocks( InsertPointTy IP, Value *MasterAddr, Value *PrivateAddr, llvm::IntegerType *IntPtrTy, bool BranchtoEnd) argument

Completed in 168 milliseconds