Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h177 void emitSharedOrigLValue(CodeGenFunction &CGF, unsigned N);
H A DCGStmtOpenMP.cpp1296 RedCG.emitSharedOrigLValue(*this, Count); in EmitOMPReductionClauseInit()
3757 RedCG.emitSharedOrigLValue(CGF, Count); in emitScanBasedDirectiveDecls()
5148 RedCG.emitSharedOrigLValue(CGF, Cnt); in EmitOMPTaskBasedDirective()
5195 RedCG.emitSharedOrigLValue(CGF, Cnt); in EmitOMPTaskBasedDirective()
5432 RedCG.emitSharedOrigLValue(CGF, Cnt); in processInReduction()
5476 RedCG.emitSharedOrigLValue(CGF, Cnt); in processInReduction()
H A DCGOpenMPRuntime.cpp784 void ReductionCodeGen::emitSharedOrigLValue(CodeGenFunction &CGF, unsigned N) { in emitSharedOrigLValue() function in ReductionCodeGen
5738 RCG.emitSharedOrigLValue(CGF, Cnt); in emitTaskReductionInit()