Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h176 void emitSharedOrigLValue(CodeGenFunction &CGF, unsigned N);
H A DCGStmtOpenMP.cpp1231 RedCG.emitSharedOrigLValue(*this, Count); in EmitOMPReductionClauseInit()
3569 RedCG.emitSharedOrigLValue(CGF, Count); in emitScanBasedDirectiveDecls()
4891 RedCG.emitSharedOrigLValue(CGF, Cnt); in EmitOMPTaskBasedDirective()
4938 RedCG.emitSharedOrigLValue(CGF, Cnt); in EmitOMPTaskBasedDirective()
5173 RedCG.emitSharedOrigLValue(CGF, Cnt); in processInReduction()
5217 RedCG.emitSharedOrigLValue(CGF, Cnt); in processInReduction()
H A DCGOpenMPRuntime.cpp786 void ReductionCodeGen::emitSharedOrigLValue(CodeGenFunction &CGF, unsigned N) { in emitSharedOrigLValue() function in ReductionCodeGen
5476 RCG.emitSharedOrigLValue(CGF, Cnt); in emitTaskReductionInit()