Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h138 LValue emitSharedLValue(CodeGenFunction &CGF, const Expr *E);
156 void emitSharedLValue(CodeGenFunction &CGF, unsigned N);
H A DCGStmtOpenMP.cpp1092 RedCG.emitSharedLValue(*this, Count); in EmitOMPReductionClauseInit()
2955 RedCG.emitSharedLValue(CGF, Cnt); in EmitOMPTaskBasedDirective()
3002 RedCG.emitSharedLValue(CGF, Cnt); in EmitOMPTaskBasedDirective()
H A DCGOpenMPRuntime.cpp903 LValue ReductionCodeGen::emitSharedLValue(CodeGenFunction &CGF, const Expr *E) { in emitSharedLValue() function in ReductionCodeGen
947 void ReductionCodeGen::emitSharedLValue(CodeGenFunction &CGF, unsigned N) { in emitSharedLValue() function in ReductionCodeGen
950 LValue First = emitSharedLValue(CGF, ClausesData[N].Ref); in emitSharedLValue()
6091 RCG.emitSharedLValue(CGF, Cnt); in emitTaskReductionInit()