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.h176 void emitSharedOrigLValue(CodeGenFunction &CGF, unsigned N);
H A DCGStmtOpenMP.cpp1258 RedCG.emitSharedOrigLValue(*this, Count); in EmitOMPReductionClauseInit()
3615 RedCG.emitSharedOrigLValue(CGF, Count); in emitScanBasedDirectiveDecls()
4948 RedCG.emitSharedOrigLValue(CGF, Cnt); in EmitOMPTaskBasedDirective()
4995 RedCG.emitSharedOrigLValue(CGF, Cnt); in EmitOMPTaskBasedDirective()
5230 RedCG.emitSharedOrigLValue(CGF, Cnt); in processInReduction()
5274 RedCG.emitSharedOrigLValue(CGF, Cnt); in processInReduction()
H A DCGOpenMPRuntime.cpp788 void ReductionCodeGen::emitSharedOrigLValue(CodeGenFunction &CGF, unsigned N) { in emitSharedOrigLValue() function in ReductionCodeGen
5492 RCG.emitSharedOrigLValue(CGF, Cnt); in emitTaskReductionInit()