Home
last modified time | relevance | path

Searched refs:PrivateVariable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1388 ReductionInfo(Type *ElementType, Value *Variable, Value *PrivateVariable, in ReductionInfo()
1393 PrivateVariable(PrivateVariable), EvaluationKind(EvaluationKind), in ReductionInfo()
1396 ReductionInfo(Value *PrivateVariable) in ReductionInfo()
1398 PrivateVariable(PrivateVariable), EvaluationKind(EvalKind::Scalar), in ReductionInfo()
1408 Value *PrivateVariable; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1705 llvm::Value *PrivateVariable; in emitReduction() local
1710 PrivateVariable = CGF.GetAddrOfLocalVar(RHSVar).emitRawPointer(CGF); in emitReduction()
1750 ElementType, Variable, PrivateVariable, EvalKind, in emitReduction()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3460 RHSI8Ptr, RI.PrivateVariable->getType(), in createReductionFunction()
3519 assert(RI.PrivateVariable && "expected non-null private variable"); in checkReductionInfos()
3524 RI.Variable->getType() == RI.PrivateVariable->getType() && in checkReductionInfos()
3614 Builder.CreatePointerBitCastOrAddrSpaceCast(RI.PrivateVariable, PtrTy); in createReductionsGPU()
3702 Builder.CreatePointerBitCastOrAddrSpaceCast(RI.PrivateVariable, PtrTy); in createReductionsGPU()
3802 RHSI8Ptr, RI.PrivateVariable->getType()); in populateReductionFunction()
3859 Builder.CreateStore(RI.PrivateVariable, RedArrayElemPtr); in createReductions()
3920 Builder.CreateLoad(ValueType, RI.PrivateVariable, in createReductions()
3948 Builder.saveIP(), RI.ElementType, RI.Variable, RI.PrivateVariable); in createReductions()