Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1242 ReductionInfo(Type *ElementType, Value *Variable, Value *PrivateVariable, in ReductionInfo()
1246 PrivateVariable(PrivateVariable), ReductionGen(ReductionGen), in ReductionInfo()
1256 Value *PrivateVariable; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2063 assert(RI.PrivateVariable && "expected non-null private variable"); in createReductions()
2065 assert(RI.Variable->getType() == RI.PrivateVariable->getType() && in createReductions()
2094 Builder.CreateStore(RI.PrivateVariable, RedArrayElemPtr); in createReductions()
2149 Builder.CreateLoad(ValueType, RI.PrivateVariable, in createReductions()
2171 RI.Variable, RI.PrivateVariable)); in createReductions()
2200 Builder.CreateBitCast(RHSI8Ptr, RI.PrivateVariable->getType()); in createReductions()