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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.h431 Address PrivateAddr = Address::invalid(); member in struct:clang::CodeGen::CGOpenMPRuntimeNVPTX::MappedVarData
H A DCGStmtOpenMP.cpp981 Address PrivateAddr = EmitLValue(*IRef).getAddress(*this); local
1146 Address PrivateAddr = GetAddrOfLocalVar(PrivateVD); local
H A DCGOpenMPRuntime.cpp763 emitAggregateInitialization( CodeGenFunction &CGF, unsigned N, Address PrivateAddr, LValue SharedLVal, const OMPDeclareReductionDecl *DRD) argument
870 emitInitialization( CodeGenFunction &CGF, unsigned N, Address PrivateAddr, LValue SharedLVal, llvm::function_ref<bool(CodeGenFunction &)> DefaultInit) argument
912 emitCleanups(CodeGenFunction &CGF, unsigned N, Address PrivateAddr) argument
993 adjustPrivateAddress(CodeGenFunction &CGF, unsigned N, Address PrivateAddr) argument
5756 Address PrivateAddr = CGF.EmitLoadOfPointer( local
5900 Address PrivateAddr = CGF.EmitLoadOfPointer( local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp962 CreateCopyinClauseBlocks( InsertPointTy IP, Value *MasterAddr, Value *PrivateAddr, llvm::IntegerType *IntPtrTy, bool BranchtoEnd) argument

Completed in 111 milliseconds