Searched refs:PrivateVariable (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 1291 ReductionInfo(Type *ElementType, Value *Variable, Value *PrivateVariable, in ReductionInfo() 1296 PrivateVariable(PrivateVariable), EvaluationKind(EvaluationKind), in ReductionInfo() 1299 ReductionInfo(Value *PrivateVariable) in ReductionInfo() 1301 PrivateVariable(PrivateVariable), EvaluationKind(EvalKind::Scalar), in ReductionInfo() 1311 Value *PrivateVariable; member
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 1707 llvm::Value *PrivateVariable; in emitReduction() local 1712 PrivateVariable = CGF.GetAddrOfLocalVar(RHSVar).emitRawPointer(CGF); in emitReduction() 1752 ElementType, Variable, PrivateVariable, EvalKind, in emitReduction()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 3316 RHSI8Ptr, RI.PrivateVariable->getType(), in createReductionFunction() 3372 assert(RI.PrivateVariable && "expected non-null private variable"); in checkReductionInfos() 3377 RI.Variable->getType() == RI.PrivateVariable->getType() && in checkReductionInfos() 3460 Builder.CreatePointerBitCastOrAddrSpaceCast(RI.PrivateVariable, PtrTy); in createReductionsGPU() 3543 Builder.CreatePointerBitCastOrAddrSpaceCast(RI.PrivateVariable, PtrTy); in createReductionsGPU() 3589 assert(RI.PrivateVariable && "expected non-null private variable"); in createReductions() 3591 assert(RI.Variable->getType() == RI.PrivateVariable->getType() && in createReductions() 3620 Builder.CreateStore(RI.PrivateVariable, RedArrayElemPtr); in createReductions() 3679 Builder.CreateLoad(ValueType, RI.PrivateVariable, in createReductions() 3708 RI.Variable, RI.PrivateVariable)); in createReductions() [all …]
|