Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp765 return CGF.EmitOMPSharedLValue(E); in emitSharedLValue()
7770 BP = CGF.EmitOMPSharedLValue(AssocExpr).getAddress(CGF); in generateInfoForComponentList()
7780 BP = CGF.EmitOMPSharedLValue(AssocExpr).getAddress(CGF); in generateInfoForComponentList()
7940 BaseLV = CGF.EmitOMPSharedLValue(BaseExpr); in generateInfoForComponentList()
7961 CGF.EmitOMPSharedLValue(I->getAssociatedExpression()) in generateInfoForComponentList()
8023 CGF.EmitOMPSharedLValue(MC.getAssociatedExpression()) in generateInfoForComponentList()
H A DCodeGenFunction.h3674 LValue EmitOMPSharedLValue(const Expr *E);
H A DCGStmtOpenMP.cpp289 LValue CodeGenFunction::EmitOMPSharedLValue(const Expr *E) { in EmitOMPSharedLValue() function in CodeGenFunction